Skip to main content
Skip table of contents

p$pool:sap:customer_getlist


p$pool:sap:customer_getlist

With this decision table, an administration parameter group SAPDef is filled with the data required to read a list of addresses 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 parameter groups are filled correctly and the number of filled data records is adjusted.

ELSE

B1

A1

SAPDef.FunktionsName = ’BAPI_CUSTOMER_GETLIST’

x

A2

 

 

A3

p$tdv:sap:add_export( ’MAXROWS’ ,’100’ , 8 , 0 )

x

A4

 

 

A5

p$tdv:sap:add_import_tabelle( ’RETURN’ , ’BAPIRETURN1’ ,’BapiReturn’ )

x

A6

 

 

A7

p$tdv:sap:add_tabelle( ’IDRANGE’ , ’BAPICUSTOMER_IDRANGE’ ,’BAPICUSTOMER_IDRANGE’ , 1 ,1 )

x

A8

p$tdv:sap:add_tabelle( ’ADDRESSDATA’ , ’BAPICUSTOMER_ADDRESSDATA’ ,’BAPICUSTOMER_ADDRESSDATA’ , 0 ,0 )

x

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.