Enhancing Extract Structures In LO Extraction:

Scenario:

In BW, I have a requirement to append couple of fields in the structure (say, datasource 2LIS_11_VAITM) MC11VA0ITM. I can add the necessary fields using MC11VA0ITM structure. I have to populate the values in those new fields. I assume you know how to append fields to structures.

For this you have two ways to accomplish.

Method 1:

1.     In R/3 got Tx Code SMOD.
2.     Use SAP extension RSAP0001, and double click on EXIT_SAPLRSAP_001 function enhancement for transaction data.

Info:
Function enhancement:
EXIT_SAPLRSAP_001 for transaction data
EXIT_SAPLRSAP_002 for master data
EXIT_SAPLRSAP_003 for text data
EXIT_SAPLRSAP_004 for hierarchy data
 
 









3.     In the editor window double click on include "INCLUDE ZXRSAU01" (for transactional data enhancements only).


Info:
Edit in these Includes:
        INCLUDE ZXRSAU01 for transaction data
        INCLUDE ZXRSAU02 for master data
        INCLUDE ZXRSAU03 for text data
        INCLUDE ZXRSAU04 for hierarchy data

 
 
4.     Write code in to that Include.
5.     Save and activate this function module.
6.     Save and Activate extract structure in LBWE too. 
7.     Follow the next steps in LO extraction.

Method 2:

1.     In R/3 go to Tx Code SE37
2.     Use function module EXIT_SAPLRSAP_001 for transaction data to edit.
3.     In the editor window Click on include "INCLUDE ZXRSAU01" (for transactional data enhancements only).
4.     Write code in to that Include.
5.     Save and activate this function module.
6.     Save and Activate extract structure in LBWE too. 
7.     Follow the next steps in LO extraction.


0 comments:

 
Top