cancel
Showing results for 
Search instead for 
Did you mean: 

Create a PO (complet and released) since an ABAP program

Former Member
0 Kudos

Hi everybody,

We are working with SRM 5. We are creating an ABAP program (se38) in which we want to create a PO, but i don´t know how can we do that only with code (without its or user interface).

Is there a call funtion, a form or a program to do that???????????????? we try with the function bbp_pd_create_po and with the code we fill al the structures with the information needed but the PO is not created.

Do you have a code to do that???

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Standard way to create a po by program:

BBP_PD_PO_CREATE

BBP_PD_PO_SAVE

COMMIT WORK <- important

Regards,

Robin

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

i already created the program an the PO´s have been creating.

But now i want to transfer that PO to R3, Is there a call function or a badi or code or a report to transfer the created PO's to R3 since the program.

thanks.

Former Member
0 Kudos

Hi

For the manual push use FM bbp_pd_po_transfer

Bidyut