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

Field Exit gets triggered from Standard BAPI?

Former Member
0 Likes
459

We have a requirement to convert BDC to BAPI under different modules SD-MM-FI. Iam sure that the custom user exits which are getting triggered from BDC would also get triggered from standard BAPI. What about the field exits, will they get triggered from SAP standard BAPI or NOT?

We have a requirement to convert BDC to BAPI under different modules SD-MM-FI. Iam sure that the custom user exits which are getting triggered from BDC would also get triggered from standard BAPI. What about the field exits, will they get triggered from SAP standard BAPI or NOT?

1 REPLY 1
Read only

Former Member
0 Likes
393

Hi

No! The field-exit is linked to the dynpro, so it's triggered only if the dynpro is called.

The BAPI is a direct input so it won't trigger the field-exits

Max