cancel
Showing results for 
Search instead for 
Did you mean: 

Initial load of DUP stock in GTS

Former Member
0 Kudos

Hello,

We are planning to implement the Customs Warehouse functionality in GTS. Currently we have a local solution in place for this, so we do have duty unpaid stock on site.

As part of the implementation we need to load the stock in GTS. However, it seems that GTS only supports the loading of DP stock. Has anyone dealt with this before? It is not an option for us to bring all DUP stock into FC before loading into GTS. Are there possibilities to load stock as DUP stock initially.

Thanks,
ED

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member215181
Active Contributor
0 Kudos

Hi Ed,

Yes, an API is provided for loading of DUP stock.  The Function Module is /SAPSLL/API_IVMS_IDUP_SYNCH.

In use, the Function Module creates an internal Customs Document (equivalent to an Import Declaration) which creates the stock in the usual way.

You might find that it's best to "wrap" the module inside your own remote-enabled Function Module, so that you can map the Partners, Products, etc. to the GTS values.  It's not a job for the "faint-hearted", but does work ok eventually.

Good luck!

Dave