‎2007 Dec 05 3:59 PM
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
‎2007 Dec 05 4:04 PM
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
‎2007 Dec 05 4:08 PM
check out the function group you have used in table maintanance generator and the function module tableproc_"tablename" or module set_update_flag.