on 2014 Apr 15 5:11 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.