Ansicht
Dokumentation

EXIT_SAPLWTIP_003 -

EXIT_SAPLWTIP_003 -

BAL Application Log Documentation   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

This function module is used to code your own analyses of table changes when preparing additionals. These analyses may only refer to table changes on a cross-store level, i.e. the fields in the tables to be analyzed cannot contain any store, plant or customer numbers. If, during the course of the analysis, store-specific changes are found, these can also be issued in the report.

Table PIT_POINTER is for transferring the change pointers. Generation of the change pointers can be defined in the ALE layer in Customizing (transaction BD52).
You may analyze but you may not change the contents of the table.

The table PIT_FILIA_GROUP is for transferring store-specific data. It contains a line for each store involved in this store group. A store group is made up of stores having the same distribution chain.
You may analyze but you may not change the contents of the table.

Table PET_OT1_F_ARTSTM contains the store-specific results, with the material number and sales unit for which additionals are to be prepared.

  1. The FILIA field is for the store no. for which data is to be prepared.
  2. The ARTNR field is for the material / article numbers for which additionals are to be prepared.
  3. The VRKME field is for the sales unit for which the additionals to be prepared are to be determined.
  4. The DATUM field is filled with the date on which the change is activated. This is found in the change pointer and cannot be before today's date.
    The fields can be filled as follows:



    PET_OT1_F_ARTSTM = pit_pointer-acttime(8).
    if pit_pointer-acttime(8) < sy-datum. PET_OT1_F_ARTSTM-datum = sy-datum. endif. The table PET_OT2_ARTSTM is for all cross-store results. It is filled in the same way as field PET_OT1_F_ARTSTM but without the FILIA field.





BAL_S_LOG - Application Log: Log header data   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 1918 Date: 20240425 Time: 101329     sap01-206 ( 62 ms )