cancel
Showing results for 
Search instead for 
Did you mean: 

Identify catalog items in SC from any of the SRM/BBP tables

Former Member
0 Kudos

Hello,

Is there any way to extract information on the following...

1. Number of Shopping Cart items created using catalogs

2. Ratio of Number of SC Line items created using Catalogues to Total Number of SC Line items created

Awaiting response at the earliest.

Regards,

Vikas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Here is the IF condition you need to code in..

Source Code:

IF ( is_item-catalogid IS NOT INITIAL OR

is_item-catalogitem IS NOT INITIAL OR

is_item-subtype EQ /sapsrm/if_pdo_obj_types_c=>gc_subtype_i_dp ).

END IF..

Itu2019s all depend on your data source structure to allow BW to extract the Ratio..

Thanks!!

Bharath

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Please check BBP_PDIGP-CATALOGID or BBP_PDIGP-CATALOGITEM.

I think BW can handle the Ratio of Number of SC Line items.

Regards,

Masa