cancel
Showing results for 
Search instead for 
Did you mean: 

LO Cockpit Enhancement

Former Member
0 Kudos

Hello Gurus, I need your help on enhance the 2LIS_02_ITM Datasource with 2 new custom fields, MRP Controller and ABC Indicator. Could I get insight on the correct procedure to append the 2 fields to the datasource and a sample code of what would be required in the user exit. If there are any step by step documents available, please send to my email address gen8888@gmail.com. Points will be rewarded.

Thank you in advance.

-Andy

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

I am grateful for the documentation and suggestions given. I will look through them and post my feedback. Thank you.

Former Member
0 Kudos

Hi Andy,

This topics has been discussed often here. Check these links:

You can also check these blogs:

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

/people/sanyam.kapur/blog/2005/04/30/custom-fields-and-bw-extractors-making-a-mixed-marriage-work-part-ii

/people/pradip.patil/blog/2006/06/07/how-to-retain-deltas-when-you-change-lo-extractor-in-production-system

hope this helps.

Bye

Dinesh

Former Member
0 Kudos

Dear Andy,

have a look at:

/people/pradip.patil/blog/2006/06/07/how-to-retain-deltas-when-you-change-lo-extractor-in-production-system

/message/1925493#1925493 [original link is broken]

/message/1924615#1924615 [original link is broken]

Thanks,

Raj

Former Member
0 Kudos

Hi Andy

If your data source in Non-LO cockpit:-

1. Go to RSA6, click on data source and go to extract structure.

2. In extract structure maintenance you will find Append structure button on upper right corner, click on that.

3. Name the new append structure, insert required fields.

4. Activate the structure & also activate the extract structure.

5. In LBWE go to datasource maintenance and uncheck the Hide check box for newly added fields and Save the data source.

6. Write code in user exit in CMOD to populate newly added fields.

If your datasource is LO cockpit datasource then

Option 1- Enhance in LBWE

1. check in LBWE- Maintenance -> check if your required field is available in pool (right hand side).

2. If it is available then send it to left hand side.

3. Save and you will find the new field as part of your extract structure.

4. In LBWE go to datasource maintenance and uncheck the Hide check box for newly added fields and Save the data source.

5. No need to write user exit code for these fields.

Option 2- Append & user exit code

If your required field is not available in LBWE Manitainance then follow all steps given above in "If your data source in Non-LO cockpit".

-


Hope it helps.

Regatrd

Former Member
0 Kudos