Hello Every body,
I have a requirement to add a customer defined field to the basic data section of the shopping cart, if the cart is of type limit cart then only it should be input enabled and should appear.
My question is, apart from adding the field to the structures
INCL_EEW_PD_ITEM_CSF
INCL_EEW_PD_ITEM_CSF_SC
and making changes in implementation of BBP_CUF_BADI_2 badi... is there any other way? or can we add the fields to any other structures(apart from the mentioned above once) as of such?
as of now i am thinking of adding the field to sturcutres and making the changes in CUF_BADI by checking whether the line item is normal or limit.... do any one have any other idea?