Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Screen Exit in Co02 Tcode

Former Member
0 Likes
444

Hi All,

I am very New to User Exits. I want add 3 columns in an ALV grid of a standard Tcode C002. In CO02 Tcode, I need to add 3 columns for Component List ALV grid. I have searched all userexits & BADIs in that TCODE, But i am confused with all that where should i have to add?....Adding New columns to an ALV is under Screen Exit but i am Not able to modify that screen. it is asking Access Key.....is that key required to modify the screen?

Can you please provide me the procedure to modify the screen.

Thanks In Advance.

Thanks,

Vishnu

1 REPLY 1
Read only

arun_pandey5
Discoverer
0 Likes
347

You can use ehancement point to add field in to the internal table, which is used in the the avl grid function mudule (REUSE_ALV_GRID_DISPLAY).