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

ALV MODIFY - LIST BOX

Former Member
0 Likes
564

Dear All,

I am writing ALV Modify program to modify values of Customer - KNVV - > KVGR1,KVGR2,KVGR3,KVGR4,KVGR5 fileds.

I want to set ListBox for the above five fields.

I am using REUSE_ALV_GRID_DISPLAY_LVC - function to call ALV Modify program.

Please give me suggestion how to code it.

Thanks...

Dear All,

I am writing ALV Modify program to modify values of Customer - KNVV - > KVGR1,KVGR2,KVGR3,KVGR4,KVGR5 fileds.

I want to set ListBox for the above five fields.

I am using REUSE_ALV_GRID_DISPLAY_LVC - function to call ALV Modify program.

Please give me suggestion how to code it.

Thanks...

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
512

Perform some search, you will find this sample in sdn code gallery [ALV- Define a Dropdown listbox for column|https://wiki.sdn.sap.com/wiki/display/Snippets/ALV-DefineaDropdownlistboxforcolumn] which is suitable to adapt to REUSE_ALV_GRID_DISPLAY_LVC. (changing the field catalog and managing the event)

Regards,

Raymond

Read only

Former Member
0 Likes
512

Dear Raymond,

I know the rules of SDN. I have already searched the same and have found 14 pages. I check upto 8 pages and then decided to post it. I know that, the person who knows the answer will definetely help me.

Thanks..