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

updating table upon action

Former Member
0 Likes
601

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.

3 REPLIES 3
Read only

Former Member
0 Likes
531

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

Read only

Former Member
0 Likes
531

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

Read only

Former Member
0 Likes
531

Thnks both of u guys for help