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

URGENT

Former Member
0 Likes
323

HI experts,

My requirement is that i want to update 'z' table on the basis of when standard maintanance view gets updated.

when user will enter the value in the standard maintanance view on the basis of that 'z' table also should get update.

any input will be appreciated.

thaks.

HI experts,

My requirement is that i want to update 'z' table on the basis of when standard maintanance view gets updated.

when user will enter the value in the standard maintanance view on the basis of that 'z' table also should get update.

any input will be appreciated.

thaks.

1 REPLY 1
Read only

Former Member
0 Likes
304

Lets say u r view is V_View and u r z table name 'ZTABLE'.

After user enters the data write the following code :

Insert ZTABLE from V_View

If found useful,Reward.