SAP: import parameters
SAP: import parameters
Please note: import parameters are the parameters listed in the function component in the Export tab.
To transfer import parameters, the following information must be entered into the parameter group:
-AnzahlImport: number of import parameters .
-ImportParameterName: the name of the import parameter entered in the column Parameter name.
-ImportParameterWert: the value of the import parameter is here after successfully calling the function.
-ImportParameterTyp: SAP data types of the import parameters
-ImportParameterDez: number of decimal places in the parameter if it is a parameter of type P.
-ImportSAPTabellenTyp: base table if data type 5
-ImportTabellenDatenPG: name of the allocated ePOS PG with the data for the table if data type 5
To fill this information, the functions: p$tdv:sap:add_import(Name,Typ,NbDec) and $tdv:sap:add_import_tabelle( ’Name’ , ’TypeName’ , ’PGName’ ) can be used.