Ansicht
Dokumentation

EXIT_SAPLWTIP_002 -

EXIT_SAPLWTIP_002 -

CPI1466 during Backup   Vendor Master (General Section)  
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.

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.

Table PET_OT2_ARTSTM contains the results of the analysis, with the material number and sales unit for which additionals are to be prepared.
Only a few fields in this table have to be filled:

  1. The ARTNR field is for the material / article numbers for which additionals are to be prepared.
  2. The VRKME field is for the sales unit for which the additionals to be prepared are to be determined.
  3. 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_OT2_ARTSTM = pit_pointer-acttime(8).
    if pit_pointer-acttime(8) < sy-datum.
    PET_OT2_ARTSTM-datum = sy-datum.
    endif.






SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 1351 Date: 20240328 Time: 112923     sap01-206 ( 24 ms )