cancel
Showing results for 
Search instead for 
Did you mean: 

Check percentage using HRECM00_CONSISTENCY BADI

Former Member
0 Kudos

Hi all,

I have the badi HRECM00_CONSISTENCY with me where I want to do some percentage checks in ECM, but I am not sure of the triggering transaction for this. Could anyone please let me know? I assume it is PA30 , infotype 25 screen, but not sure.

regards

Shyam

Accepted Solutions (0)

Answers (1)

Answers (1)

suresh_datti
Active Contributor
0 Kudos

Infotype 0025? I don't think so.. this BAdI gets invoked when the Manager inputs the Comp Amounts in MSS on the Portal.. I don't think it even gets triggered in the backend.

~Suresh

Former Member
0 Kudos

Hi suresh,

thanks for the reply, but if I want to debug this badi after I wrote my code, do I need to execute it from the portal and is there no way that I can test it from some SAP side?

Thanks

suresh_datti
Active Contributor
0 Kudos

Unfortunately, you cannot debug this scenario.. pl take a look at my response in this <a href="https://forums.sdn.sap.com/click.jspa?searchID=3220510&messageID=2543666">Thread</a>

~Suresh

Former Member
0 Kudos

Thanks suresh for the information.

regards

shyam

Former Member
0 Kudos

Hi Shyam,

In order to debug a BADI for ECM, you will need to have portal admin.rights. Then assign your System user ID to IT105 for the Manager's pernr. Then you can put an external breakpoint point in the badi and try login into the portal and perform the activity. The program will Stop at the external break point in that Function modules and then you can debug it.

Thank,

Archie