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

New implementation EQUI_UPDATE for IE01 (SAP PM) does not work

Former Member
0 Likes
1,143

Hi everyone!

I have created a new implementation called 'ZCL_IM__GRAB_CUALI_TIP_VEH' based on '/SAPTRX/PM_EQUIPMT' with definition 'EQUI_UPDATE' in order to do some operation when I save a new equipment with EI01 transaction BUT I am trying to debug the code into the IN_UPDATE method and the system doesn't stop. This Badi is ACTIVE. I can see the status near the implementation name. What could be the problem?

Thanks in advance.

Hi everyone!

I have created a new implementation called 'ZCL_IM__GRAB_CUALI_TIP_VEH' based on '/SAPTRX/PM_EQUIPMT' with definition 'EQUI_UPDATE' in order to do some operation when I save a new equipment with EI01 transaction BUT I am trying to debug the code into the IN_UPDATE method and the system doesn't stop. This Badi is ACTIVE. I can see the status near the implementation name. What could be the problem?

Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
750

Try debuggging it from the start, possible reason could be it is not at all reaching to that BADI so executing that BADI will no way occur.

Regards,

Lalit Mohan Gupta

Read only

Former Member
0 Likes
750

Hi,

I have created an implementation for badi EQUI_UPDATE but it's not getting triggered in IE01 or IE02. I have made sure that badi implementation is active and don't know what could be the problem. Any suggestions?

Thanking you in advance, best regards,

Nisha

Read only

Former Member
0 Likes
750

Its an old post but:

You have to enable "Update Debugging" in Debugger settings and set an external Breakpoint