CAR (SAP)
From Just Solve the File Format Problem
(Difference between revisions)
Line 9: | Line 9: | ||
The original SAP utility for managing the format was named ''CAR''. Its successor, ''SAPCAR'', supports both CAR and [[SAR]] format. | The original SAP utility for managing the format was named ''CAR''. Its successor, ''SAPCAR'', supports both CAR and [[SAR]] format. | ||
+ | |||
+ | == Identification == | ||
+ | Files start with ASCII "{{magic|# CAR archive header}}", followed by {{magic|0x0a}}. | ||
== 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] |
Latest revision as of 14:38, 17 December 2020
- See CAR for other formats with that name.
CAR is one of the archiving formats connected with the SAP enterprise software system. It was superseded by SAR.
The original SAP utility for managing the format was named CAR. Its successor, SAPCAR, supports both CAR and SAR format.
[edit] Identification
Files start with ASCII "# CAR archive header
", followed by 0x0a
.