Hello,
Want to check if there is any documentation available to suggest how we go about enhancing the Standard Business content Extractor.
I tried finding an oss note but could not find any. We did figure out the ways to enhance using User Exits provided by SAP but this does not seem to be documented at any place in OSS as the way to do the enhancements.
Also on checking in the specific extractor code, it seems there is point in the code where the std SAP code checks for BADI's, so we are tyring to figure out if there is a simpler way to find out what user exits are found for a specific extractor and if we can enhance it via BADI route.
Any help in this regard will help.
Thanks and Best Rgds
Ananth
Hi Ananth,
please refer to the enhancement RSAP0001 (documentation in SMOD).
The function modules provided in this enhancement serve for the derivation or modification of data, that is extracted and transferred by the Extraction Engine of the BW.
EXIT_SAPLRSAP_001
This function module allows you to fill user-defined fields that you have attached as append structures to the extract structure of transaction data for the BW.
EXIT_SAPLRSAP_002
This function module allows you to fill user-defined fields that you have attached as an append structure to the extract structure for master data or texts in the BW.
EXIT_SAPLRSAP_004
This function module allows you to change the contents of a transfer table created for a hierarchy request. This is useful with user- defined hierarchy classes.
Let me know what are your specific needs...
Hope it helps (and please don't forget to reward the answer and assign some points by clickin'on the yellow star to the contributors that help you !)
Bye,
Roberto
Add a comment