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

How to trigger an function module on saving a customer in SAP

pranay_aitha2
Participant
0 Likes
959

Hi Everyone,

I am trying to call a Custom Function module, when Customer data is updated in KNA1 table using any method (XD02/Standard RFC/ Custom Code).

I have already added the process triggers for these in FIBF transaction using 1320 but that is working only for standard transactions.

Can you please help.

Regards,

Pranay Aitha

Hi Everyone,

I am trying to call a Custom Function module, when Customer data is updated in KNA1 table using any method (XD02/Standard RFC/ Custom Code).

I have already added the process triggers for these in FIBF transaction using 1320 but that is working only for standard transactions.

Can you please help.

Regards,

Pranay Aitha

2 REPLIES 2
Read only

Former Member
0 Likes
890

Hello Pranay,

Use BADI - CUSTOMER_ADD_DATA

or,

Customer Function - EXIT_SAPMF02D_001

~Cheers

Rahul

Read only

Juwin
Active Contributor
0 Likes
890

Use Workflow events and trigger a single task from that.

Thanks,

Juwin