Application Development 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: 

User-exit for BAPI_EQUI_*

Former Member
0 Kudos

Good evening,

I have found user-exit for tcode IE01 and IE02 (EXIT_SAPMIEQ0_002).

It is works correct, but only in transactions.

But i need use it in BAPI to. It is does not work in equi BAPI (BAPI_EQUI_*).

How can i find universal exit, works in ie01 and ie02 and in BAPI too?

I need check EQUI data before save.

Sorry for my english.

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

2 REPLIES 2

Former Member
0 Kudos

Hi Andrey,

All the user exits ideally work in both instances whether its from the transaction or from the BAPI. I dont see any reason why it is not working while you create/change an equipment using a BAPI.

Just ensure you have put a BAPI_TRANSACTION_COMMIT after the Bapi call and also that you are passing the parameters required for your exit to work.

Also check if your exit is activated and then hardcode a break-point in the exit code.

Now execute the BAPI. It will certainly stop in the exit.

Hope it helps..

Lokesh

Former Member
0 Kudos

It is SAP problem.