cancel
Showing results for 
Search instead for 
Did you mean: 

How the ECC system is filtering and sending only Export orders to GTS?

Former Member
0 Kudos

Hi All,

Scenario : OR document type is relevant for both Domestic and Export orders.

We have created one sales order with Doc Type' OR'. This 'OR' doc type is relevant  to make  both domestic and export related orders. Eventhough we configured this OR doc type relevant for export under SDOA,how system will filter and send only export orders to GTS? I mean this OR document type is relevant for both domestic and international. How is it is designed?

Is it either by Configuration,User Exit or Customization?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member215181
Active Contributor
0 Kudos

Hi Karthik,

ALL Sales Orders will be transferred to GTS for the configured Order Types - nothing special about export orders.  You can use the BADI or User-exit if you need to filter them for any reason.

Regards,

Dave

udai88
Participant
0 Kudos

Hi Karthik,

The program code in the GTS "Plug-In" area of the ERP system compares the Ship-to country with the country of the Shipping Point. if both are different then it is export , if it is same then Domestic.




Regards

Udhaya.S

Former Member
0 Kudos

Hi Udhaya,

  Is this  or SAP GTS standard functionality for SDOA ? or Do we need to Write a program code in the User Exit.?

Please confirm.

kul_vaibhav
Active Participant
0 Kudos

Hi Karthik,

If you have configured document type OR relevant for GTS under SDOA, all Sales Order created with this document type will be sent to GTS as per standard. If you want to filter it, then as Dave suggested, it has to be done in either BADI or Userexit.

regards,

Kul Vaibhav