SAR
From Just Solve the File Format Problem
(Difference between revisions)
Line 6: | Line 6: | ||
:''For another SAR format, see [[SAR (Streamline Design)]].'' | :''For another SAR format, see [[SAR (Streamline Design)]].'' | ||
− | '''SAR''' is one of the archiving formats connected with the SAP enterprise software system. It | + | '''SAR''' is one of the archiving formats connected with the SAP enterprise software system. It is the successor of [[CAR (SAP)|CAR]]. There are at least two slightly different versions of the format, v2.00 and v2.01. |
The SAP utility for managing the format is named ''SAPCAR'' | The SAP utility for managing the format is named ''SAPCAR'' | ||
+ | |||
+ | == Identification == | ||
+ | V2.00 files start with ASCII "{{magic|CAR 2.00}}". | ||
+ | |||
+ | V2.01 files start with ASCII "{{magic|CAR 2.01}}". | ||
== Links == | == Links == | ||
* [https://www.troopers.de/media/filer_public/60/07/60072443-f818-44b9-8a61-0d51cba18a35/sapcartalk-slides.pdf Presentation on SAP archiving formats] | * [https://www.troopers.de/media/filer_public/60/07/60072443-f818-44b9-8a61-0d51cba18a35/sapcartalk-slides.pdf Presentation on SAP archiving formats] | ||
* [http://www.easymarketplace.de/SAPCAR.php A webpage with some info about SAPCAR] | * [http://www.easymarketplace.de/SAPCAR.php A webpage with some info about SAPCAR] |
Revision as of 14:37, 17 December 2020
- For another SAR format, see SAR (Streamline Design).
SAR is one of the archiving formats connected with the SAP enterprise software system. It is the successor of CAR. There are at least two slightly different versions of the format, v2.00 and v2.01.
The SAP utility for managing the format is named SAPCAR
Identification
V2.00 files start with ASCII "CAR 2.00
".
V2.01 files start with ASCII "CAR 2.01
".