Application Development 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: 

table updating

Former Member
0 Kudos

hi experts

i am writing a program and i want that the program every times she runs will update a table i.e. will override the information in the table and will put the iner table of the program instead the database table

how can i do such thing

thanks

amit

2 REPLIES 2

Former Member
0 Kudos

Use Tables to define the table

Use update command for update table

karol_seman
Active Participant
0 Kudos

Hi Amit,

what exactly is your problem? That you have selection screen and the code is not executed before selection screen?

You have to use appropriate event, in this case LOAD-OF-PROGRAM which is executed before selection screen.

In this event you can also load all the data from DDIC table into your internal table. And of course then you have to change all the codings where you are selecting data from DDIC table into new code to read resp. loop your internal table...

Regards,

Karol