Skip to Content
0
Former Member
Apr 28, 2009 at 11:34 PM

Read custom attributes on Java user exits IPC -

125 Views

Hi Friends,

I am on 2007 and have one issue on Pricing.

We have B2b Webshops + Java user exits, CRM_COND_COM_BADI (implemented to fill custom attributes)

We have user exit, where im doing item.getAttributValue("custom attr1"), in my java user exit.

This is all working fine when i create order in GUI, Shopping basket.

But we need to read these values in the java exit when browsing product catalogs for pricing.

I read note : 1004533, and implemented BADI: CRM_ISA_HDR_PRICING similarly.

Now in my java user exit: i m doing item.getAttributeValue("custom attr1"), here when i browse PC, this value in exit is getting nothing, but when i debug the badi.. the value is getting filled.

How to retrieve the custom attr1 value filled in badi CRM_ISA_HDR_PRICING ??

I need this to do, otherwise all my rounding/discount calculations in java user exit will differ and this is a problem.

I would be glad to here some inputs which is highly appreciated.

thanks ,

RD