cancel
Showing results for 
Search instead for 
Did you mean: 

Using API in product master for Compliance

Former Member
0 Kudos

Hello,

in product master for Compliance, in the tab re-export, the field PredHWShr (Predifined Hardware value) can be uploaded with an API according to the online help

Does anybody has experience by using API in GTS? or for this specific upload? or can give some guidelines on using it?

thanks

Assen Lozanov

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member215181
Active Contributor
0 Kudos

Hi Assen,

The API is simply a remote-enabled Function Module that can be called externally in order to transfer data to or from the GTS system.

In this case, GTS Function Module /SAPSLL/API_PRODUCT_REEXP_MSS is provided for the purpose of uploading Product data for the re-export scenario. You call it (probably from a SAP ERP system) with the Logical System, Value Type, and an optional log name, together with a table of re-export data. GTS will then create or update the re-export data for the included Products.

I hope that helps.

Regards,

Dave

Former Member
0 Kudos

Thanks Dave, this should be the one we need

Assen