cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Shopping cart out of template

Former Member
0 Kudos

Hi all,

is there any possibility to find out, if a shopping cart is created out of a template?

Background:

I want to check in Check BAdI, if the shopping cart is created from a catalogue or if it is "just" created out of a template.

I cant find a standard flag within function module BBP_PD_SC_GETDETAIL which determines a position within a shopping created out of a template.

Best regards

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Andreas,

we wrote an OSS Message and SAP said that there is not standard possibility to have this information.

We are working in SAP SRM 7.0 SP03.

I'm a little bit disappointend.... but what we can do?

Hope this can help,

Maria

Answers (2)

Answers (2)

Former Member
0 Kudos

Seems there is no standard procedure available

Former Member
0 Kudos

Hi Andreas,

Run the FM: BBP_PD_SC_GETDETAIL

Here you can check the E_ITEM structure for the field SRC_GUID.

If the value is non-zero that shows that the SC is created from a template.

Thanks,

Pradeep.

Former Member
0 Kudos

Hi Pradeep,

I am not sure which version you use. I am using SRM 4.0 HP 8 and the field SRC_GUID is always empty.

I am creating SC from a template, from a old version, creating a new one:

The field SRC_GUID ist always '000000000000000'.

I have tried this already, thats not the solution.

Could you confirm in your SRM version (?) that the SRC_GUID is filled within the item if you create the SC out of a template?

Best regards

Andreas