p$pool:sap:material_getlist
p$pool:sap:material_getlist
With this decision table, an administration parameter group SAPDef is filled with the data required to read a list of materials from SAP. The search criteria can be allocated via multiple parameter groups. 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 occupied correctly. The unchecked calls can be checked if necessary, as long as they are to be used for selection.
ELSE | ||
B1 | ||
A1 | SAPDef.FunktionsName = ’BAPI_MATERIAL_GETLIST’ | x |
A2 |
|
|
A3 | p$tdv:sap:add_export( ’MAXROWS’ ,’100’ , 8 , 0 ) | x |
A4 |
|
|
A5 | p$tdv:sap:add_tabelle( ’MATNRSELECTION’ , ’BAPIMATRAM’ ,’BAPIMATRAM’ , 1 ,1 ) | x |
A6 | p$tdv:sap:add_tabelle( ’MATERIALSHORTDESCSEL’ , ’BAPIMATRAS’ ,’BAPIMATRAS’ , 1 ,1 ) |
|
A7 | p$tdv:sap:add_tabelle( ’MANUFACTURERPARTNUMB’ , ’BAPIMATMFRPN’ ,’BAPIMATMFRPN’ , 1 ,1 ) |
|
A8 | p$tdv:sap:add_tabelle( ’PLANTSELECTION’ , ’BAPIMATRAW’ ,’BAPIMATRAW’ , 1 ,1 ) |
|
A9 | p$tdv:sap:add_tabelle( ’STORAGELOCATIONSELECT’ , ’BAPIMATRAL’ ,’BAPIMATRAL’ , 1 ,1 ) |
|
A10 | p$tdv:sap:add_tabelle( ’SALESORGANISATIONSELECTION’ , ’BAPIMATRASO’ ,’BAPIMATRASO’ , 1 ,1 ) |
|
A11 | p$tdv:sap:add_tabelle( ’DISTRIBUTIONCHANNELSELECTION’ , ’BAPIMATRADC’ ,’BAPIMATRADC’ , 1 ,1 ) |
|
A12 | p$tdv:sap:add_tabelle( ’MATNRLIST’ , ’BAPIMATLST’ ,’BAPIMATLST’ , 0 ,0 ) | x |
A13 | p$tdv:sap:add_tabelle( ’RETURN’ , ’BAPIRET2’ ,’BapiReturn’ , 0 ,0 ) | x |