cancel
Showing results for 
Search instead for 
Did you mean: 

Mass Materials API in SAP GTS

former_member142640
Discoverer
0 Kudos
476

Trying to create materials in mass using API : FM /SAPSLL/API_6850_SYNCH_MASS but this API requires logical system to create materials in SAP GTS. Also, it checks the relationship between logical system and logical system group in table /SAPSLL/TCOGVA.

But, Standard SAP requires only logical system group to create materials through transaction /SAPSLL/PRODUCT_CREATE. There is no need to have entries maintained in table /SAPSLL/TCOGVA.

Do we have any other API or way to create materials in mass in GTS without requiring logical system?

Accepted Solutions (0)

Answers (1)

Answers (1)

pecas777
Participant

It is pretty straightforward to map the logical system to a logical system group in SPRO and that should satisfy the mapping which the API is looking for. Is there a unique requirement that you cannot define which system is creating the material? Even though it doesn't record the actual logical system on the product master, it does tie the mapping of the LS to LSG, which records on the Product Master. Logical system is required for the KEY and available in the Return Parameter, in case you needed to send a status back to your feeder system of a successful creation or not.