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

To Call BAPI inside a user exit

Former Member
0 Likes
793

Can I call a BAPI inside a user exit?

Can I call a BDC inside a user exit? Will they work?

Can I call a BAPI inside a user exit?

Can I call a BDC inside a user exit? Will they work?

2 REPLIES 2
Read only

Former Member
0 Likes
531

BAPI or BDC will not trigger exit

Read only

0 Likes
531

Hi,

This is my requirement:

When there are any changes in the Employee's HR records (Cost centre and supervisor's employee number) the code for updating the employee's card master records should be triggered at real time.

My question is:

Whether I can call any BAPI in the user exit of the HR transaction (Not yet known, though) or whether I can call a BDC to put data onto the transaction CRS2 (employee's card master records updation).

Thus please advice whether I can call a BAPI or a BDC in a user exit and not whether a BAPI or a BDC trigger a user exit.