cancel
Showing results for 
Search instead for 
Did you mean: 

LO Enhancement

Former Member
0 Kudos

I have to enhance the LO Standard datasource, if anybody could send me the exact code step by step it would be great. I have to add like 4 fields in the extract structure of which 2 fields are coming from one table and 2 fields from another table. Of which One of the field is such that (it should add items from 12 fields ) and give me the total number of items, so that i can put that total in one of the field. Guys send me sample code where i have to do this addition and write the code to get all the 4 fields in one shot. Help me out.

Kunal

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

RSA6-Display data sources-->Then select our ds which we need to enhance then click on the append structure.....> then go to the t code CMOD...>there select the project name> go to the exit in RSAP0001->then give our require coding based on exit...>then check it in the extract checker RSA3 ok then how can i replicate it to BW

You need to populate the Data into these fields using user exists in function Modules. Please see the links which already posted.

the enhancement depends on the type of datasource. Mostly you identify the extract structure and add your fields using a append structure. Once enhanced, you need to generate the datasource again. Then goto transaction cmod, create or choose a project, add enhancement rsap0001 and add your coding in exit...001 for transactional data, exit...002 for master data, exit...003 for texts and exit...004 for hierarchies.

check threads

and download pdf 'enhancements in sap bw'

here you can find the steps ...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/59069d90-0201-0010-fd81-d5e...

-Shreya

Former Member
0 Kudos

Hi Kunal,

The following link will give proper idea how to write a enhancement..

Regards,

PRK

Former Member
0 Kudos

Please see below link..

cheers,

Vishvesh

Former Member
0 Kudos

If you do not know ABAP then take help of ABAP person and do following

1. Add the fields that are to be enhanced for the data source in append structure

2. Save and activate the data source

3. Go to CMOD and write the extraction logic there - Save & Activate

4. Test whether correct data is populated for enhanced fields or not.

Former Member
0 Kudos

Hello,

Can you please send me any simple documents or links on LO Extraction.

My mail id: Prasanthreddy@inbox.com

Regards

Prasanth

edwin_harpino
Active Contributor
0 Kudos

hi Kunal,

take a look

/people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it

http://www.ko-india.com/content/weblogs/weblog_custom_fields_1.pdf

also take a look

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/59069d90-0201-0010-fd81-d5e...

hope this helps.