cancel
Showing results for 
Search instead for 
Did you mean: 

When the BAdI Methods are called

Former Member
0 Kudos

Dear All,

I have a small query. There is one BAdI BBP_CREATE_BE_PO_NEW that I have implemented. There are two methods inside. FILL_PO_INTERFACE and FILL_PO_INTERFACE1. I have written down my code in both the methods. Please let me know if two separate methods will be created? I am confused as one method is calling BAPI_PO_CREATE FM and another is calling BAPI_PO_CREATE1. Please help.

Best wishes,

Atanu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Atanu,

Which method will be called depends on your R/3 backend system. If you backend system R/3 is 4.70 or higher then BAPI_PO_CREATE1 will be called and if it lower then 4.70(R/3) then BAPI_PO_CREATE.

For further undestanding you can read the BAdI documentation and released notes for "Creating Follow on documents in the backend" mentioned in the bottom of the BAdI documentation.

Former Member
0 Kudos

Hello Surender,

Thanks for your reply. I have rewarded you points.

Thanks and regards,

Atanu

Answers (0)