cancel
Showing results for 
Search instead for 
Did you mean: 

BADI to use when restricting PO replication in Back-end system

Former Member
0 Kudos

Hi Experts,

We have a requirement that when an SC is of a certain type, it will only create a PO in SRM and not replicate in the back-end system. What should be the correct BADI to use on this requirement? If you could also tell how, that would be great.

Is BBP_ECS_PO_OUT_BADI the porper BADi to use? Can I assign a custom PO number using number range in this BADi?

Please advise.

Accepted Solutions (0)

Answers (1)

Answers (1)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

Using badi BBP_EXTLOCALPO_BADI you can switch on/off the extended classic scenario. If you would like to keep PO locally only, you can try to switch off the classic scenario using this badi.

BBP_ECS_PO_OUT_BADI is called when PO is being transferred to ECC.

Regards,

Ricardo