‎2006 Nov 23 3:02 AM
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.
‎2006 Dec 21 8:01 AM