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

How to use BADI: UJ_BPC_BPF_SUBMIT ?

ChristianSass
Participant
0 Likes
701

Hi,

I would like to use some custom logic in BPFs when a user triggers "Complete" button for a step

If I get it right I can use the BADI: UJ_BPC_BPF_SUBMIT for this task.

As for other BADIs I've created an implementation (T SE18) with a class that contains a loop to stop the process

WHILE SY-SUBRC IS INITIAL.

ENDWHILE

I also used filter values in the implementation

APPL_ID = Planning                                    /// I use the Standard Planning Model for testing

APPSET_ID = ZCSA_TRAINING_BPC      /// it's the Name of my Environment

DRV_DIM_MEM = DE        /// I use the Standard entity Dimension and the key for Germany is "DE". My test BPF is driven by the entity Dimension and my user is the "owner". Under "my activities" I have the right entry for ....

STEP_ORDER = 1                                         /// since there is only on step in the BPF

Unfortunately the BADI implementation is not triggered. If I don't use any filter values at all I get a message that their is an error in the badi so their is something going on. I guess that my filter values are not correct but I tried different combinations with no success.

Thankful for any hint!

Chris

Accepted Solutions (0)

Answers (1)

Answers (1)

ChristianSass
Participant
0 Likes

Vadim?

former_member186338
Active Contributor
0 Likes

Unfortunately I see no issues with your filters... Just no idea!

May be read this: