cancel
Showing results for 
Search instead for 
Did you mean: 

Need help in developing custom report on supplier

Former Member
0 Kudos

Hi All

We are currently on SAP SRM 7.0.We are trying to develop a custom report that would have supplier name as the text input and would give all the shopping cart ( description ) containing that supplier as output

I am using BUT000 fot getting supplier details but not able to figure out how to link it to shopping cart (CRMD_ORDERADM_H). Plz guide me is the approach correct or is there a different approach to be followed

Regards

Pawan Keshwani

Accepted Solutions (0)

Answers (1)

Answers (1)

yeushengteo
Advisor
Advisor
0 Kudos

Hi,

After you have the obtained the PARTNER and PARTNER_GUID from the BUT000 table for supplier, you can called the FM BBP_PD_SC_GETLIST by passing in the TABLE I_ITEM_PARTNERS entry with the following:

I_ITEM_PARTNERS-PARTNER_NO = BUT000-PARTNER_GUID

I_ITEM_PARTNERS-PARTNER_FCT = '00000019'

I_ITEM_PARTNERS-PARTNER = BUT000-PARTNER

You will be able to get all the SC list (in E_PDLIST TABLE) which has been assigned with a supplier.

Regards.

YS