Quantcast
Channel: SCN : All Content - SAP Planning and Consolidation, version for SAP NetWeaver
Viewing all articles
Browse latest Browse all 5457

How to use BADI: UJ_BPC_BPF_SUBMIT ?

$
0
0

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


Viewing all articles
Browse latest Browse all 5457

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>