cancel
Showing results for 
Search instead for 
Did you mean: 

Creating PO in SRM through external interface

Former Member
0 Kudos

Is there a way to create a PO in SRM through an external interface without creating a shopping cart? I see that we can create a shopping cart through BBP_PD_SC_CREATE_EXTERNAL. But we need to create a PO in the SRM system without the shopping cart. Is this possible? It's neither the classic nor extended classic nor the standalone SRM scenarios that all have the shopping cart generate the PO. Is there a way to create the PO without the shopping cart? Is there a BAPI to do this?

Right now, we generate an XI ABAP server proxy which allows us to push the PO information from an external system through XI into SRM, but we do not know what SRM function we need to invoke.

Any help would be appreciated.

Thanks,

Jay

SAP Integration Consultant

Accepted Solutions (0)

Answers (2)

Answers (2)

mani_sreedharala
Active Participant
0 Kudos

Hello Jay,

Try the function module BBP_PD_PO_CREATE.

Rgds,

Mani

Former Member
0 Kudos

Do you have any documentation for BBP_PD_PO_CREATE?

mani_sreedharala
Active Participant
0 Kudos

I can give you the technical example of how to create a PO. You can get the sample logic of creating PO's from the program MBT_PO_MASS_CREATE.

Regards,

Mani

Former Member
0 Kudos

Do you have some sample data... We just need the basic data to create a PO. I did print out the documentation on BAPI_POEC_CREATE.

Regards,

Jay

yann_bouillut
Active Contributor
0 Kudos

Hi,

Did you try with function module bapi_poec_create ?

Kind regards,

Yann

Former Member
0 Kudos

Do you have any documentation for this BAPI bapi_poec_create?