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

Adding new columns to standard tcode CO03

Former Member
0 Likes
492

In the alv display which i get after executing Standard tcode CO03, i want to add two columns to this.

How do i do it??

1 REPLY 1
Read only

Former Member
0 Likes
389

Hi,

u will get an application toolbar by default when u create a alv.there + button will be present in that.place ur cursor in the grid where u want u add a row/column and click on that button.

OR

Keep a pushbutton "ADD" or implement the functionality if any user doubleclicks on the ALV LIST.

whenevr user clicks "ADD" or double clicks ,

then refersh the existing internal table and add some more rows to the internal table to which you are going to pass to FM(ALV_GRID_...) and call the FM.

I think 1st one will bew helpful to you.

Please revert if further issue and give reward points if helpful.

Thanks.