cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP add-on PAT file to SAR file

Forrest
Advisor
Advisor
0 Kudos

Hello,

I have a PAT file, for example, the file name is SAP12345.PAT, how I can cover it into .SAR file, for example, I need it to be SAP12345.SAR ?

What I have done is, I have SAPCAR.exe and it works for may windows 10, I have placed in underc:\windows32

what would be the full command for my question, regardless where I put SAPCAR.exe, regardless where I put SAP12345.PAT.

Thank you,

Hu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Forest,

the command is SAPCAR -c <directory name> -f <file name>

where <directory name> = the directory containing the files you want to add to the SAR file, and <file name> = the filename you wish to use for the SAR file

Example:

 sapcar -c test_directory -f testdirectory.sar

this command would create a sar file called "testdirectory.sar" with the contents of the directory test_directory.

David