cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Relation Between Shopping cart and RFX

former_member405029
Participant
0 Likes
543

Hi Experts,

    I have a requirement where if we provide the Shopping cart number then it should fetch me shopping cart details and RFX details(if RfX is created as follow-on document).

I tried to relate using tables CRMD_ORDERADM_H and CRMD_ORDERADM_I tables but did not found link between these two.Even I tried BBP_PD transaction but i am unable to figure out the relation.

Please suggest me some tables or function modules through which i can fetch the RFX details based on shopping cart number or GUID.

Thanks & Regards

Aishwarya.M

Accepted Solutions (1)

Accepted Solutions (1)

konstantin_anikeev
Active Contributor
0 Likes

Hi Aishwarya,

in addition to Ivy's recommendations.

if you call BBP_PD_SC_GETDETAIL - you should be able to get all the links in the tables

E_HEADER_REL

E_ITMLIM_REL

After, you can call

BBP_PD_BID_GETDETAIL to get info for RFX

Regards

Konstantin

Answers (1)

Answers (1)

ivy_li
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

1, in trx bbp_pd, if you search for one SC with follow-on Rfx, you should see the links to RFx under 'Header Links' and 'Item Links'.

2, FM BBP_PD_GETHISTORY can also be used to get follow-on document with SC number and guid.

Regards,

Ivy