Option  | Argument   | Description  | 
|---|---|---|
-s  | folder_name  | Required. The name of the folder that contains the mapping for which the ABAP program needs to be generated. If you are installing from a file, the name of the folder that contains the mapping for which you generated the ABAP program.  | 
-m  | mapping_name  | Required. Name of the mapping. If you are installing from a file, the name of the mapping for which you generated the ABAP program.  | 
-v  | version_number  | Optional. Version number of the mapping. Default is the latest version. If you are installing from a file, the version of the mapping for which you generated the ABAP program.  | 
-l  | log_filename  | Optional. Name of the log file where the information or error messages are written. By default, the log file is stored in the directory where you run the command.  | 
-u  | user_name  | Required. SAP source system connection user name. Must be a user for which you have created a source system connection.  | 
-x  | password  | Required. Password for the user name. Use the command line program pmpasswd to encrypt the user password.  | 
-c  | connect_string  | Required. DEST entry defined in the sapnwrfc.ini file for a connection to a specific SAP application server or for a connection that uses SAP load balancing.  | 
-t  | client  | Required. SAP client number.  | 
-y  | language  | Optional. SAP Logon language. Must be compatible with the PowerCenter Client code page. Default is the language of the SAP system.  | 
-f  | input_file_name  | Required if you are installing the ABAP program from a file. Name of the ABAP program file from where you want to install the ABAP program into the SAP system.  | 
-p  | program_mode (file, stream)  | Required if you are generating and installing the ABAP program directly onto the SAP system. Optional if you are installing the ABAP program from a file. Mode in which the PowerCenter Integration Service extracts data from the SAP system. Select file or stream.  | 
-e  | -  | Optional if you are generating and installing the ABAP program directly onto the SAP system. Overrides the default ABAP program file name.  | 
-o  | override_name  | Required if you enable override. ABAP program file name.  | 
-a  | -  | Optional if you are generating and installing the ABAP program directly onto the SAP system. Adds authority checks to the ABAP program.  | 
-n  | -  | Optional if you are generating and installing the ABAP program directly onto the SAP system. Appends a namespace that you registered with SAP to the ABAP program name.  | 
-d  | development_class_name  | Optional. Package or the development class name where the PowerCenter Repository Service installs the ABAP program. Default development class is $TMP.  |