cancel
Showing results for 
Search instead for 
Did you mean: 

Create PO Confirmation in SRM

Former Member
0 Kudos

Hello,

I am trying to create a purchase order confirmation in our SRM system(SRM 5.5). My idea is to call a remote-enabled function module in SRM from the R3 system to create the PO confirmation. However, I'm not sure if there is any such emote-enabled function module available in SRM. It will serve my purpose, even if I find a normal function module in SRM which can create a PO confirmation for me. In such a case I can create a remote-enabled function module myself and call it from within my function module in SRM.

Will appreciate if anyone can please help me with identifying a function module for creating PO confirmation and sample code if possible.

Thanks in advance.

Best Regards,

Sujit.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

In our case the PO is in SRM (and replicated into R/3), and the GR is created directly in R/3, so there is no reference of this R/3 GR in SRM.

We want to create a PO response in SRM from R3.

Any way of doing this??

Former Member
0 Kudos

Hi. I have no idea why you do not do the confirmation to the SRM PO in SRM, but if you really want to call something and do it in R/3 / ECC, try function BAPI_GOODSMVT_CREATE.

Regards,

Dave.

Former Member
0 Kudos

Hi,

Check this FM 'BAPI_CONFEC_CREATE' in SRM.

Hope this helps you.

Regards,

Surya Sankar

Former Member
0 Kudos

Hello,

Function Module that are used :

BBP_PO_GETLIST

DOCUMENT_STATUS_EVALUATE

BBP_CF_ASSINGMENT_BACKEND

PERFORM sc_for_po_get Returns lt_sc_list[] Table[31x524]

List of SC's, same as if user accessed "check status"

CALL FUNCTION 'BBP_PD_PO_GETLIST' Returns lt_po_list[] Table[16x524]

List of PO's created without reference to a SC

CALL FUNCTION 'BBP_PD_SC_REF_GETLIST' Returns lt_ref_doc[] Table[11x188]

List of Shopping carts with follow-on documents

PERFORM po_list_from_ref_get Returns e_po_list[] Table[9x584]

List of PO's created from these SC's

PERFORM po_without_sc_get Increases e_po_list[] Table[25x584]

I hope this will help.

Kind regards,

Gaurav