cancel
Showing results for 
Search instead for 
Did you mean: 

User exit for Change the Tariff Number in Customs Declaration Document

Former Member
0 Kudos

Hi Guru,

Due the business requirement, user only maintain the Tariff Number in ECC, there is an solution when GTS creating the customs declaration document in GTS, there is an user exit calling the Function Module (Customized program) to get the Tariff Number from ECC and then update the Tariff number in the item level automatically.

Do you know if there is user exit or BADI can update the "Tariff Number" in the item level of Customs Declaration Document in GTS?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I would not do it in that manner, first because of performance reasons and 2nd, GTS needs to have the Data in the system and for certain procedures (for example swiss customs you will have to manipulate them in GTS). Furthermore we tried to do this for dummy numbers and then conclusion is that it only works with a Programm modification (at least for CH customs) becasue the system needs to retreive more than just the Tarif number.

Yet if ECC has to be your master for Numbering (which I dont recommend by the way), but if there is really no other way.

Then create a batch job that transfers the ECCN number to GTS (there is a standard functionnality to do so), and then do a batch job in GTS that retreives these numbers.

Regards,

Marc

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

please check the BADI for DATA PROPOSAL in GTS or the BADI for the INVOICE INTERFACE (Mapping and changing of data) in ERP.

hope that helps.

Ralf