cancel
Showing results for 
Search instead for 
Did you mean: 

how to get all the shopping carts by passing the cost center, internal order and wbs elment?

Former Member
0 Kudos

HI,

i want to get all the shopping carts by passing the cost center, internal order and wbs element in selection fields using BBP_PD_SC_GETDETAIL.

THe report which i am working in is ZBBP_BW_SC.

help.

thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello,

create your own report based on standard one BBP_BW_SC4.

Regards.

Laurent.

Former Member
0 Kudos

i did that but i am not quite sure about wether i should use BBP_PD_SC_GETDETAIL or BBP_PD_SC_GETLIST or both of them.

Which of the imported table i should use?

laurent_burtaire
Active Contributor
0 Kudos

Hello,

did you have a look at standard report i gave?

Certainly not. Because, if you did, you should have seen  BBP_BW_SC_SELECT_1 function module is called.

In standard report, only importing parameter I_COCE (for Cost Centers) is used.

You have to add importing parameters I_PSP (for WBS Element) and I_ORD (for Order).

Regards.

Laurent.