p$pool:sap:customer_getdetail
p$pool:sap:customer_getdetail
With this decision table, an administration parameter group SAPDef is filled with the data required for reading an address from SAP. The decision table is located in the network group POOL and can be edited by the user. In particular, you should note that the referenced parameter groups can be adjusted individually. Their names can also be modified. Before calling the function, you must ensure that the contents of the parameters Customer number and Sales organization are correctly inserted.
ELSE | ||
B1 | ||
A1 | SAPDef.FunktionsName = ’BAPI_CUSTOMER_GETDETAIL’ | x |
A2 |
|
|
A3 | p$tdv:sap:add_export( ’CUSTOMERNO’ ,Customernumber , 0 , 0 ) | x |
A4 | p$tdv:sap:add_export( ’PI_SALESORG’ ,Salesorganization , 0 , 0 ) | x |
A5 |
|
|
A6 | p$tdv:sap:add_import_tabelle( ’PE_ADDRESS’ , ’BAPIKNA101’ ,’BAPIKNA101’) | x |
A7 | p$tdv:sap:add_import_tabelle( ’RETURN’ , ’BAPIRETURN’ ,’BapiReturn’ ) | x |