cancel
Showing results for 
Search instead for 
Did you mean: 

Function module to identify direct link between Rfx and Purchase Order

Former Member
0 Kudos

Hi Experts,

We are working on SRM 7.0 version and we are using SRM Classic scenario where the PO number is generated in SRM and latter flows to SAP ECC. The Rfx is created via CPPR (Collective processing of purchase requisition) and also in SRM directly.

We are making a report by extracting data from tables and function module. For Rfx related information like Rfx type, Rfx Name, Rfx type, Rfx created on and created by we are using table - CRMD_ORDERADM_H which also includes the Rfx GUID. Now we want the information related to Purchase Order. Please let us know the Function Module (FM) or table which contain information for Purchase Order, and also this table or FM must contain the same guid as in table CRMD_ORDERADM_H so that it can mapped to each other.

Help is appreciated.

Regards,

Ankita Bhagat

Accepted Solutions (1)

Accepted Solutions (1)

former_member184111
Active Contributor
0 Kudos

HI,

From RFx find the RFx Response:

Function module BBP_PD_BID_GETDETAIL

Tables E_HEADER_REL and E_ITMLIM_REL

GUID_A - GUID of RFx

OBJTYPE_A - BUS2200

ROLETYPE_A - BBP_SOURCE

GUID_B - GUID of RFx Response

OBJTYPE_B - BUS2202

ROLETYPE_B - BBP_TARGET

Similarly From RFx Response find the PO:

BBP_PD_QUOT_GETDETAIL

Tables E_HEADER_REL and E_ITMLIM_REL

Now the RFx Response becomes the source and PO details becomes Target.

Thanks,

Anubhav

Former Member
0 Kudos

Hi Anubhav,

Thank you for the reply.

Regards,

Ankita Bhagat

Answers (0)