cancel
Showing results for 
Search instead for 
Did you mean: 

How to Get Package Name in BADI UJ_CUSTOM_LOGIC

Former Member
0 Kudos

Hi experts,

I want to upload transaction data to BPC via EPM data manager package and run default logic. In dafult.lgf I call custom BADI UJ_CUSTOM_LOGIC.

My question is: how I can get the Package Name in custom BADI UJ_CUSTOM_LOGIC, because I need to insert a logic for a specific Package.

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Agus,

Follow the following steps to know the Logic name which you need to call in script logic

TCODE : SE 18

  Enter enhancement spot : UJ_CUSTOM_lOGIC

  Click on "DISPLAY"

In the new screen, Left hand side, under BADI definitions

  you can see BADI_UJ_CUSTOM_LOGIC

    Expand small drop down arrow

       Double click on implementations

In the new screen on right side, Double click on relevent implementations.

(the same enhancement spot can be used for multiple BADI implementations)

Again left side under BADI Implementations pane  you can see Implementation name

    Expand the small drop down arrow,

     Double click on "Filter Value",

      on the right side screen, you can see the name of the implementation which you can use   for calling it in script logic.

Call your script logic with proper filters in scoping.

Use your Script logic to call it in datamanager package.

All the best

Praveen