Application Development 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: 

Trigger Proxy when the data changes in standard table

uday_1994
Explorer
0 Kudos

Hello Experts,

Good Day!

As part of the business requirement, we have added a custom field in the KNVV table.

Like the Change Pointers Concept, whenever the value of this new field changes we need to trigger a proxy.

Request your suggestions for the best approach to achieve this functionality.

Thanks in advance!

2 REPLIES 2

RAF
Active Contributor
0 Kudos

Hi,

i gues the change will happen in customer master maintenance - either vd02 or bp.

Here you have to add custom FM to update BP

I suggest you add into this FM your proxy call

uday_1994
Explorer
0 Kudos

Hello Robert,

Appreciate your quick response.

As you rightly mentioned we could've checked for some Exit to achieve this requirement. But, this field isn't editable in BP or VD02. This field will be updated through few Interfaces only.

Is there any other way?

Thanks in advance!