Skip to main content
Skip table of contents

p$pool:sap:material_getdetail


p$pool:sap:material_getdetail

With this decision table, an administration parameter group SAPDef is filled with the data required to read a material 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 Material number and Work are correctly inserted.

ELSE

B1

A1

SAPDef.FunktionsName = ’BAPI_MATERIAL_GET_DETAIL’

x

A2

 

 

A3

p$tdv:sap:add_export( ’MATERIAL’ ,MaterialNumber , 0 , 0 )

x

A4

p$tdv:sap:add_export( ’PLANT’ ,Work , 0 , 0 )

 

A5

p$tdv:sap:add_export( ’VALUATIONAREA’ ,’’ , 0 , 0 )

 

A6

p$tdv:sap:add_export( ’VALUATIONTYPE’ ,’’ , 0 , 0 )

 

A7

 

 

A8

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

x

A9

p$tdv:sap:add_import_tabelle( ’MATERIAL_GENERAL_DATA’ , ’BAPIMATDOA’ ,’BAPIMATDOA’ )

x

JavaScript errors detected

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

If this problem persists, please contact our support.