cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_DOC_CHANGE_BADI

Former Member
0 Kudos

Hi SRM Gurus,

I have the below issue with the BADI BBP_DOC_CHANGE_BADI.

Current scenario :

We have implemented the above badi for SC, PO & CONF.

There are three implementation active currently with filter value as below:

1) flt_val = BUS2121 (SC)

2) flt_val = BUS2201 (PO)

3) flt_val = BUS2203 (CONF)

These are three different implementations with 3 different filter values.

Issue:

When i activate the PO BADI with or without code inside method IF_EX_BBP_DOC_CHANGE_BADI~BBP_PO_CHANGE the PO is not getting automatically created when the SC is approved.

PO is created automatically when SC is approved if i deactivate the PO BADI implementation.

The implementation for the PO badi is for creating a backend workflow event using FM SWE_EVENT_CREATE. I tested by commenting the entire code in this PO badi method but keeping the implementation active, still the PO is not created from SC.

Please let me know what can be the possible causes of this issue.

Cheers,

Chirag.

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I think you have not filled the export parameters. Please fill export parameters ES_HEADER, ET_PARTNER, ET_ITEM, ET_ACC, ET_HCF, ET_ICF, ET_SDLN.

Regards,

Masa