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

Custom Table

Former Member
0 Likes
443

Hi experts,

We have a custom table with 3 fields (Company ID, First Name and Last Name). This table is maintained manually. We have a check on a valid Company ID from PA0032 in the table maintenance.

What we need is: To display the First Name and Last Name automatically (rather than keying in) based upon a valid Company ID through table maintenance. Is it possible? How?

Any help will be appreciated,

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
412

You will have to Pplay around with the code of the Generated function Grroup.

TABLEPROC_Z<b>TABLE_NAME</b>

TABLEFRAME_Z<b>TABLE_NAME</b>

This can be handled in the PAI of the Screen you have generated while creating the maintainnce view.

hope this helps.

A

Read only

former_member191735
Active Contributor
0 Likes
412

check out the function group you have used in table maintanance generator and the function module tableproc_"tablename" or module set_update_flag.