cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Report EPM BADI

Former Member
0 Likes
636

Hi guys,

I have a BADI associated to an EPM report.
How can i identify, which BADI is related to that report?

Thanks.

Amine

Accepted Solutions (1)

Accepted Solutions (1)

lucas_costa3
Active Contributor

Hi there,

BPC Custom Logic (BAdI) is associated with the model and can be triggered via data manager package or DEFAULT logic (When data is saved in the model).

To find BAdIs and check which environment/model relates to, go to SE18 and enter "UJ_CUSTOM_LOGIC" in the field enhancement spot. Click display and then double click on "Implementations". If you have active BAdIs, the full list will be shown in the right.

Double click in the one you want to check and then go to "filters" to check environment and model.

Go through this doc to have some guidance: Link

former_member186338
Active Contributor
0 Likes

But anyway, no relation to the particular report!

The report execution can be affected by: BADI_UJ_SQE_POST_PROCESS

When data is saved by input form other badi's are involved:

BADI_UJR_WRITE_BACK

BADI_UJ_VALIDATION_RULE_LOGIC

and in case the default.lgf file contain badi call:

BADI_UJ_CUSTOM_LOGIC (not a good practice to my mind, it's better to use Custom logic in DM packages and Write back for immediate calculations).

Other badi types are related to DM packages, Journal input, BPF's, security and other.

https://help.sap.com/viewer/a2049170bfeb4178ace32222842c3ec1/10.1/en-US/cd8bdf53aa55431984a642fe10f3...

lucas_costa3
Active Contributor
0 Likes

What did I say that is related to report?

Please read my first sentence where explains CUSTOM LOGIC BADIs are associated to the model.

I didn't mention the other BADIs simply because of the context he's described (Related to Report, I assume he meant input form), simplicity in his thread and due to the fact that custom logic is the most used among all others.

You should have posted all this information, which is really helpful by the way, as an answer before instead of trying to correct others.

former_member186338
Active Contributor
0 Likes

The idea of my comment was to clarify that there is no association between some badi and particular report. In past I have answered number of questions like: "I want my write back badi to run only for specific input form" - not possible...

Answers (2)

Answers (2)

former_member186338
Active Contributor

Sorry, but badi has no relation to report! What do you mean??????

Former Member
0 Likes

Thanks a lot guys.

Amine