Wednesday, April 9, 2014

ABAP - User Exit

The SAP enhancement RSAP0001 is available if you want to fill fields that you have added to the extraction structure of a DataSource as an append structure.
 
This enhancement is made up of the following enhancement components:
EXIT_SAPLRSAP_001 - Transactional Data
EXIT_SAPLRSAP_002 - Master Data (ATTR)
EXIT_SAPLRSAP_003 - Master Data (TEXT)
EXIT_SAPLRSAP_004 - Hierarchies.

The User Exits get executed at the time that the InfoPackage is executed for extraction of data, after the standard content DataSource extraction has completed. Therefore, the process will fill the extraction structure for standard content first, then update the structure after that, before sending data over to BW.

The existing fields alongwith their values are stored in the internal table C_T_Data which is to be further modified to also include and populate values for the newly enhanced and added fields.


No comments:

Post a Comment