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 handle user exits while using BAPI

Former Member
0 Likes
813

HI experts can any one help me on how to handle user exits while using BAPI. Do we need to handle it explicitly or standard BAPI will take care of it??.

Regards,

Hari Krishna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
771

Standard BAPI will take care of the user exits which has been already implemented for the transaction (for which the BAPI is used).

Regards

Vinod

4 REPLIES 4
Read only

Former Member
0 Likes
772

Standard BAPI will take care of the user exits which has been already implemented for the transaction (for which the BAPI is used).

Regards

Vinod

Read only

0 Likes
771

Thnks a Lot Vinod for ur quick reply how about screen feilds that we have added as a part of custimosation

Read only

0 Likes
771

Z fields added to the table has to be populated in the exit.

BAPI will flow through the exit and your exit will work.

Thnx

Read only

0 Likes
771

If you have added some fields using append structures for screen enhancements, then you have to use appropriate user exits to fill these data while calling BAPI. Some BAPIs have EXTENSION structures to fill the custom data which can be processed using user exists or enhancements.

Regards

Vinod