‎2008 Jun 10 7:33 PM
Hi,
1. I need to insert the ALV Report selection screen values (user enter the values for the fields) into a data base table.
2. I have to update the same record with small changes twice into the same table.
pl. let me know the procedure asap. If any one having code pl. share with me..becoz its urgent.
Thankyou..
‎2008 Jun 10 8:56 PM
1. Define a field for every parameter / select option in your database table.
2. At start of selection in your report (or at selection screen, depends on requirement), update the database table with the values from the selection screen.
‎2008 Jun 11 12:42 PM
hai this is pradeep...
create two structures with required fields of selection screen and fill the structure1 with the values which u entered in the selection time and store it in the database and make some changes to the fields od structure1 and stores the resulting values into the structure2 and again store them in database
telll me wether its working or not.....
if it works plz close the question and issue some points....
‎2008 Jun 11 6:51 PM