cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_CREATE_BE_PO_NEW

Former Member
0 Kudos

Hi Experts,

We are in ECC 6 and SRM 7.01 and the Scenario is Classic Scenario

We are facing issue related to this badi "BBP_CREATE_BE_PO_NEW".

When we create a Shopping cart ,PO is getting created sucessfully, but this badi is not getting triggered, We have put the breakpoint in the badi but this is not getting triggered.

Regards

Sam

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sam,

If XI is being used then the PO badi will not be called. But if you are not using XI then the badi will be called. Just to remind you that the badi is called by the background user.

Regards,

Crusier

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

If PO is being created in ECC via XML, badi /sapsrm/bd_soa_mapping, method map_backend_to_xi is triggered and it should be used instead of BBP_CREATE_BE_PO_NEW.

Regards,

Ricardo

Former Member
0 Kudos

Hi,

I am not sure what EHP of ECC you are on - but in general this BADI gets trigerred in backgorund when PO replication happens. If the replication is hapenning using ESOA then this BADI is not trigerred.

But if the replication is hapenning through normal RFC-BAPI calls then this BADI would get trigerred. Try opening the document in BBP_PD, and then enter TRANSFER in command prompt and then hit ENTER. It will start debugging transfer program and you will be able to navigate to this BADI.

Regards,

Prasanna