cancel
Showing results for 
Search instead for 
Did you mean: 

SRM function BBP_PD_SC_ITEM_GETDETAIL doesn't work

Former Member
0 Kudos

Hi SRM Gurus,

I'm working with 5.0 version and I've found a problem with standard function of the subject.

I've created new customer fields at item level in Shopping Cart using includes CI_BBP_ITEM and CI_BBP_ITEM_SC.

If I use function BBP_PD_SC_GETDETAIL, returns table E_ITEM correctly, but if I execute function BBP_PD_SC_ITEM_GETDETAIL, it returns structure E_ITEM with customer fields don't filled.

Could it be a error from standard SRM 5.0?

Thank you in advance and regards,

Menena

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Wrong includes, use INCL_EEW_PD_ITEM_CSF and INCL_EEW_PD_ITEM_CSF_SC.

See Note 672960 - User-defined fields 2.

Regards,

Robin

Former Member
0 Kudos

Thank you very much Robin, but your solution concerns SRM version 4.0.

I'm working at SRM 5.0 and I need to implement new includes CI_BBP_ITEM and CI_BBP_ITEM_SC.

I'm thinking that it's probably a problem with standard function.

Would it be possible?

Anyway points will be awarded for your help.

Greetings,

Menena

Former Member
0 Kudos

Hi,

For SRM 5.0 also,you need to append the custom fields in INCL_EEW* structures only.

Pls refer the Note 672960 for details on custom fields creation.

Also refer this web log for step by step procedure:

BR,

Disha.

Former Member
0 Kudos

The INCL* structures are newer than the CI ones. I am working in 5.0 and I don't have any problems with customer fields whatsoever using the INCL* ones.

Affected software for the note I mentioned:

SRM_SERVER 550 550 550 X (amongst others)

Robin

Answers (0)