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 maintenance generator

Former Member
0 Kudos

i have 4 fields in a table and table maintenance generator is created for it. when the user enters value for 2 fields , the other 2 fields should get populated automatically?

is there any way of doing it?

1 ACCEPTED SOLUTION

Former Member
3 REPLIES 3

Former Member
0 Kudos

You will have to create module pool program with table control

for doing such thing

Former Member

Former Member
0 Kudos

Hi,

For this you can create an update program itself instead of table maintenance.... Write a program get the user to enter 2 values... based on that select the next 2 values and get a confirmation from the user and update the table using updation statements.

Regards,

Pramod