cancel
Showing results for 
Search instead for 
Did you mean: 

ERP PO and SRM SC, RFx document number relationship

Former Member
0 Kudos

Hi

In ERP, PO is created from SRM SC->RFx->RFx Response document.

1) Using ERP PO number, how could i trace or find the respective SRM RFx Response document number?

I checked in EKKO table, respective RFx response number is not available. neither its available in BBP_PD tables.

Can you please share ur ideas.

Regards

Chandra

Edited by: princeck on Feb 23, 2011 9:40 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi Chandrakumar,

There is no table maintaining the RFx and PO number but one method is there which you can give a try..

You can read ECC table EKPO field EXT_RFX_NUMBER which will give you RFx response number for this PO.

Now pass EXT_RFX_NUMBER to FM BBP_PD_QUOT_GETDETAILS input field I_OBJECT_ID

Table E_HEADER_REL will you RFx GUID (BUS2200).

ref CRMD_ORDERADM_H for Rfx number.

Thanks,

Manil

Former Member
0 Kudos

Hi Chandra,

may be you can try other way round i.e. check the shopping cart in SRM portal. There, you can find the follow-up documents of the shopping cart.

You can also try the same in the BBP_PD tcode, put object type BUS2121 and fill the shopping cart ID.

There, you can trace the follow-up document details.

Thanks and regards,

Ranjan

Former Member
0 Kudos

Hi

Thanks for your reply.

Yes the other way i have FM to fetch PO using BBP_PDH_ORHDR_READ_AFTER.

But i want to know from ERP PO. How do we know PO is created from SRM Rfx response document?

I could not find any RFx number in EKKO and EKPO tables.

Any FM exits for this?

Regards

Chandra