Skip to main content
Skip table of contents

p$pool:sap:salesorder_create


p$pool:sap:salesorder_create

With this table, an administration parameter group SAPDef is filled with the data required to create an order including BOM in 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. If desired, additional tables can be added.

ELSE

B1

A1

SAPDef.FunktionsName = ’BAPI_SALESORDER_CREATEFROMDATA’

x

A2

 

 

A3

p$tdv:sap:add_export_tabelle( ’ORDER_HEADER_IN’ , ’BAPISDHEAD’ ,’BAPISDHEAD’ )

x

A4

 

 

A5

p$tdv:sap:add_import( ’SALESDOCUMENT’ , 0 , 0 )

x

A6

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

x

A7

 

 

A8

p$tdv:sap:add_tabelle( ’ORDER_HEADER_IN’ , ’BAPISDHEAD’ ,’BAPISDHEAD’ , 1 ,1 )

x

A9

p$tdv:sap:add_tabelle( ’ORDER_ITEMS_IN’ , ’BAPIITEMIN’ ,’BAPIITEMIN’ , 1 ,1 )

x

A10

p$tdv:sap:add_tabelle( ’ORDER_PARTNERS’ , ’BAPIPARTNR’ ,’BAPIPARTNR’ , 1 ,1 )

x

A11

p$tdv:sap:add_tabelle( ’ORDER_ITEMS_OUT’ , ’BAPIITEMEX’ ,’BAPIITEMEX’ , 0 ,0 )

x

JavaScript errors detected

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

If this problem persists, please contact our support.