Hi,
I have added a new drop down box at item level in b2b order creation page.
I am sending this extension data from my java action class "Z_CustomBasketDispatcherAction" which extends MaintainBasketDispatcherAction.
I implemented "CRM_ISA_BASKET_ITEMS" and in method "CHANGEITEMS_BEFORE_ORDER", I am
fetching this extension data but here while debugging what I can see is "it_extension-ref_guid" is blank for every item.
So now when I click on the "update" button a message comes on b2b web ui "Authorization check could not be performed" and when I try to create this order its giving error like below :
com.sap.jco.runtime.exception.[104]
The current application triggered a termination with a short dump.
Can anyone please help me with this.