cancel
Showing results for 
Search instead for 
Did you mean: 

Action for custom BOM

Former Member
0 Kudos

Hi,

Can I extends IcssBaseAction with doIcssPerform function with custom BOM.

One of the parameters of this function is to use with BusinessObjectManager bom.

Please advise. Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

you have to use the UserSessionData for this.

Z_BusinessObjectManager zbom = (Z_BusinessObjectManager)userSessionData.getBOM("z_bom");

by the way: do you know the Development and Extension Guide for E-Commerce? You should search in the marketplace for this document.

Regards

Michael

Answers (0)