Ansicht
Dokumentation

/ACCGO/V_MOD_LTC - Define Logistics Trading Contract Creation Mode

/ACCGO/V_MOD_LTC - Define Logistics Trading Contract Creation Mode

ABAP Short Reference   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

In this Customizing activity, you can define the logistics trading contract (LTC) creation mode, either Onlineor Queue, and based on the defined mode the LTC would be created.

If none of the specified mode is defined, then the Queuemode would be considered.

The standard LTC creation GTM implementation can be activated/deactivated using the configuration path below:

Logistics - General -> Global Trade Management -> Trading Contract -> Shadow TC Creation ->

  • For sales - Implementation: Shadow Trading Contract Creation for Sales Order
  • For purchase - Implementation: Shadow Trading Contract Creation for Purchase Order

You can also maintain the LTC creation mode using transaction /ACCGO/LTC_MODE.

In case of Online mode, the junction function needs to be configured manually as mentioned below:

  • Configure the function module /ACCGO/OEP_CREATE_LTC_PO next to the FM /ACCGO/OEP_POST_PO in the entire forward and correction junction function groups.
  • Configure the function module /ACCGO/OEP_CREATE_LTC_SO next to the FM /ACCGO/OEP_POST_SO in the entire forward and correction junction function groups.
  • Configure the function module /ACCGO/OEP_CREATE_IC_LTC next to the FM /ACCGO/OEP_CREATE_LTC_PO for the inter/intra company scenarios.

The behavior table below explains the actions performed depending on the mode selected and other parameters:






PERFORM Short Reference   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

Length: 2687 Date: 20240417 Time: 005139     sap01-206 ( 35 ms )
CALLER MODE ACTION PERFORMED
LDC Online ACM LTC implementation ; no GTM
LDC Queue GTM standard ; no ACM
Transaction Online ACM LTC implementation with traditional approach; no GTM
Transaction Queue GTM standard ; no ACM