‎2007 Oct 12 5:01 AM
Hi all,
I have a custom table and created a table maintenance generator. In maintaining the table, i have an existing record. If the user mark the deletion indicator field, deletion date must become a required field. How to do that?
Thanks,
Nene
‎2007 Oct 12 5:04 AM
Hi,
Go to SE51..Give the program SAPL + function group name that you gave in the table maintenance generator..
Give the screen number..
Press change..
Then add a module in PAI to check of the sy-ucomm and make sure to give error message if the deletion date is blank..
Thanks
Naren
‎2007 Oct 12 5:04 AM
Hi,
Go to SE51..Give the program SAPL + function group name that you gave in the table maintenance generator..
Give the screen number..
Press change..
Then add a module in PAI to check of the sy-ucomm and make sure to give error message if the deletion date is blank..
Thanks
Naren
‎2007 Oct 12 5:55 AM
Hi
with evnts level in the table maintanace genarator we can put some conditions
refer this link
http://help.sap.com/saphelp_nw04/helpdata/en/91/ca9f35a9d111d1a5690000e82deaaa/frameset.htm
<b>Rewrd if usefull</b>