2010 Sep 07 11:51 AM
Hi all,
I have a customized table for workflow approval, if one of those fields are set to 'X' , i want to update the another table.
Please tell me where to write the code to update the data
Thanks,
Krish.
Hi all,
I have a customized table for workflow approval, if one of those fields are set to 'X' , i want to update the another table.
Please tell me where to write the code to update the data
Thanks,
Krish.
2010 Sep 07 12:36 PM
Hi Kishore,
You have to use Table maintainence Events for this purpose.
You can use event Event 02 after saving the data in the database for your requirement.
For more information on other Table maintainence events follow Online help link as below :
[Extended Table Maintenance Events|http://help.sap.com/saphelp_470/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/content.htm]
Hope this helps.
Regards
Abhii
2010 Sep 07 1:45 PM
Hi kishore,
Goto se11>table name>Utilities-->Table maintanance generator
In Table maintanance generator-> Environment>Modification>Events-->create New entries
then give perform name and write the program to update other table entries.
I hope this may helpfull.
Thank you,
Thanks,
AMS
2010 Sep 08 10:32 AM