Ansicht
Dokumentation

EXIT_SAPLCMAT_001 -

EXIT_SAPLCMAT_001 -

TXBHW - Original Tax Base Amount in Local Currency   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

This function module exit runs when the material master data is mapped to APO product interface data. It runs at the initial data transfer and also at different types of change transfer (using ALE change pointers and business transaction events). The exit has full control over all interface structures, which means that it can also add or delete lines. The data is not changed again after this exit has run.

This exit can be used in the following cases:

  • You want to map data in SAP APO in a different way to the mapping standard implemented in the APO Core Interface. You can use this exit to populate or delete certain fields for the APO interface differently to the CIF standard, for example. The exit can access all relevant data and the structures of the CIF interface that were already generated from this data. You can see the individual fields from the exit interface.
  • You want to transfer data to SAP APO that does not exist in the ERP standard or that is not transferred as standard. This exit allows you to obtain this additional data and transfer it in interface structures. If this data is already contained in the ERP tables in the interface, a simple MOVE is sufficient, otherwise it must be selected from the database.
You can enhance the interface individually by using the table parameters OT_CIF_MATKEYCUS and OT_CIF_MATLOCCUS that are not used as standard. For this, create the customer includes CI_MTKYCUS and CI_MTLCCUS with the relevant fields. Note that you also need to create corresponding customer includes in SAP APO and process the data in an exit. For this, use the enhancement APOCF005 in SAP APO.

Note that if this exit is not implemented correctly, this can lead to inconsistencies or program terminations. You should therefore proceed with caution when making the necessary programming.






Addresses (Business Address Services)   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 1980 Date: 20240420 Time: 000218     sap01-206 ( 40 ms )