cancel
Showing results for 
Search instead for 
Did you mean: 

PO creation in back end

Former Member
0 Kudos

Hello SRM Gurus,

I am working on SRM 7.0.

Is tha BADI : BBP_CREATE_BE_PO_NEW used to create PO in ECC back end.

Also when i keep break poins on this badi, break points are not getting triggered.

I want to create PO in Back end when shopping cart is approved.

Please help.

Thanks

Edited by: santosh.p on Nov 11, 2011 11:05 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The PO is not created with the help of BADI by default. Unless you have implemented the mentioned BADI, PO will be created by BAPI_PO_CREATE1.

Regards,

Nikhil

Former Member
0 Kudos

Hello Nikhil,

Thanks for your information.

But when when SC is approved, PR is getting created in backend just implementing it but without writing any custom logic.

In debugging I could see the control stopping here .

But if I created Implementation for PO without any logic . PO is not getting created and system is not stopping at break points in badi implementation too.

do you want me to call the specified bapi in Badi implementation.

Please suggest with your valuable information.

Thanks

Former Member
0 Kudos

Hi,

What backend document (PR/PO) will be created, depends on your SPRO setting.

Check your SPRO setting for 'Define objects in backend system'. Here you can mention whether you want PO or PR to be created upon SC approval for specific product categories.

Regards,

Nikhil

Former Member
0 Kudos

Hi Nikhil,

If acc assignment category is Assets then I need to create PR in backend which is happening with BADI : BBP_CREATE_BE_RQ_NEW without writing any custom logic in BBP_CREATE_BE_RQ_NEW

if acc assignment category is expenses I need to create PO in Backend with badi : BBP_CREATE_BE_PO_NEW

i am using BADI BBP_TARGET_OBJTYPE to write the logic to call follow on documents based on acc assignment category.

The configuration for define follow on documents is :

Category ID : * Extn Procurement: Always create PR

category ID : XXXX Extn Procurement: PO if item data is complete.

But I don't understand why PO is not getting created.

I have created Implementation for PO badi with out writing any custom logic. Will that work? I m not sure because control is not stopping at the break points for this badi.

Please suggest.

Former Member
0 Kudos

Hello all,

Please share some information

Edited by: santosh.p on Nov 14, 2011 4:08 PM