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

table maintenance generator

Former Member
0 Likes
491

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
Read only

Former Member
3 REPLIES 3
Read only

Former Member
0 Likes
456

You will have to create module pool program with table control

for doing such thing

Read only

Former Member
Read only

Former Member
0 Likes
456

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