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

Change value in DB table using ALV drilldown

Former Member
0 Likes
262

Hi,

I have a req ments that i will display the datas in ALV method and using drill down method i wants to change the value in the DB table when i click the particular field the screen should display a screen for enter the new value also and that value should save in the DB table and then it goes to selection screen for execution . After i click the fields i dont know how to proceed to change the value in the DB table.pls help to solve the issue.

CASE R_UCOMM.

**-When User Double Clicks

WHEN '&IC1'.

IF R_SELFIELD-FIELDNAME = 'CHARG'.

READ TABLE ITAB INDEX R_SELFIELD-TABINDEX.

the CHARG field value should change for a particular VBELN.

I expect the detailed replys so that i can solve it and thanks.

Regards,

RAJ.

1 REPLY 1
Read only

Former Member
0 Likes
235

solved