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

update the selection screen values in the data base table

Former Member
0 Likes
794

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..

3 REPLIES 3
Read only

Sm1tje
Active Contributor
0 Likes
475

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.

Read only

Former Member
0 Likes
475

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....

Read only

Former Member
0 Likes
475

Thanks all experts