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

Migrated BADI Implementation not triggering in ECC 6.0

Former Member
0 Likes
1,558

Hi Experts,

Need your urgent assistance how to deal with migrated BADI implementation which is not triggering in ECC 6.0. This is for PO (ME_PROCESS_PO_CUST). In the original version (4.6) it was working fine. But when this is migrated to ECC 6.0, it's not firing. Please help to trigger this one in ECC 6.0.

Points will be awarded and thanks in advance,

LM

Hi Experts,

Need your urgent assistance how to deal with migrated BADI implementation which is not triggering in ECC 6.0. This is for PO (ME_PROCESS_PO_CUST). In the original version (4.6) it was working fine. But when this is migrated to ECC 6.0, it's not firing. Please help to trigger this one in ECC 6.0.

Points will be awarded and thanks in advance,

LM

11 REPLIES 11
Read only

Former Member
0 Likes
1,507

Hi Leo,

Is the underlying program for PO processing changed in ECC6.0 from 4.6?

Regards,

Atish

Read only

0 Likes
1,507

Hi Atish,

Yes SAPLMEGUI (program for ME21n) are different from 4.6 and ECC 6.0. The main difference is that in ECC 6.0, there are enhancement points. Hope this clarifies your question.

Thanks,

LM

Read only

0 Likes
1,507

Hi LM,

Have you checked in the debugging if the control is going till the point where the BADI call is triggered?

Is there any change in the BADI call?

Regards,

Atish

Read only

0 Likes
1,507

Hello Atish,

Yes, I put a breakpoint in the code but its not triggered. I am new to BADI implementation and I need to have this work.

Thanks again.

LM

Read only

0 Likes
1,507

Hi LM,

Can you just paste the code in the BADI.(The method in which code is there)

Is this BADI implemented and in the Active status.

Check in SE19 if the implementation exist or not?

There may be chances that some condition is not met which can trigger this BADI. Have you read the documentation of the BADI?

Regards,

Atish

Read only

0 Likes
1,507

Hi,

The code has no problems and is working fine in 4.7. My concern is that why is this implementation not called in ECC 6.0. Are there any difference in BADI implementation between 4.7 and ECC 6.0. If you have any ideas on migration of implementation of BADI, please let me know. This is very urgent and points will be awarded.

Regards,

LM

Read only

0 Likes
1,507

Hi,

Take your BADI in SE19 and check whether it is active. Else activate it and try again.

Regards,

Renjith Michael.

Read only

0 Likes
1,507

Hi,

I tried it already but still not working. Need your assistance!

Thanks in advance,

LM

Read only

0 Likes
1,507

Got this one closed by myself for the issue of BADI WORKORDER_INFOSYSTEM!!

Read only

0 Likes
1,507

Hello Leo, Could you please let me know how you resolved the issue?

Regards, Senthil G.

Read only

0 Likes
1,507

Suggestion : Classical BAdI ME_PROCESS_PO_CUST has been migrated to Enhancement spot ME_PROCESS_PO_CUST.

Regards,

Raymond