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

user-exit in BAPI_EQUI_CHANGE

Former Member
0 Likes
1,040

Hi,

I put a break-point in the user_exit EXIT_SAPMIEQ0_001 and when i try to modify an equipment with the IE02 transaction it stop in the break-point.

But if I execute the BAPI_EQUI_CHANGE function it not stop in the break-point.

Can anybody tell me why???

thanks,regards

Hi,

I put a break-point in the user_exit EXIT_SAPMIEQ0_001 and when i try to modify an equipment with the IE02 transaction it stop in the break-point.

But if I execute the BAPI_EQUI_CHANGE function it not stop in the break-point.

Can anybody tell me why???

thanks,regards

3 REPLIES 3
Read only

Former Member
0 Likes
762

Go to Classic ABAP debugger..

Click on settings tab..u ll find a screen of settings again..

click on update debugging checkbox.. SAVE and run again..

regards

Message was edited by:

Madan Gopal Sharma

Read only

0 Likes
762

I don´t understand you

Read only

Former Member
0 Likes
762

Hi,

insted of using bapi you can trythis FM EQUIPMENT_MODIFY.

<b>Reward points</b>

Regards