cancel
Showing results for 
Search instead for 
Did you mean: 

Linking a PO (BUS2012) to its corresponding RFX response.

Former Member
0 Kudos

Hi guys,

Is there a direct way where I can link my PO, ECC created (BUS2012) to it's corresponding RFX response?

I am to create a table where all the PO's listed will have it's corresponding/originating RFX response.

I have tried the FM BBP_PD_PO_GETDETAIL but as per my research, it is only for PO's created in SRM (BUS2201).

Many thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

Perhaps you can use FM META_PO_GETDETAIL, which will collect ECC PO data and display it in SRM.

I am afraid that there is no FM to input the RFX number and get back the PO number. There are only FMs to take PO data using as input parameter the PO number.

You could also use BBP_PROCDOC_GETLIST using "iv_item_be_object_type = bus2012", "iv_item_be_object_id = PO number" and providing the ECC system ID.

Regards,

Ricardo

0 Kudos

Hello Team,

I would like to know how do we fetch the Rfx number for a given PO ( if PO create from Rfx)

we are using a classic scenario.

we are building custom report, pls guide

Regards

Srinivas G