Hello All,
In our 1st requirement, we need to configure two different quote type, say Q1 & Q2.
Now when the user clicks on Q1 , system should load Search criteria for Q1 & similarly for Q2 also.
Note: The Std comp-BT115QS_SLSQ.
**
In do_config_determination , implemented custom code like
IF lv_ui_object_type EQ 'BT115Q_SLSQ'.
lv_subtype = 'Q1'.
ELSEIF lv_ui_object_type EQ 'ZBT115Q_SLSQ'.
lv_subtype = 'Q2'.
ENDIF..
But this not helps.
In 2nd requirement, when we create new quote say Q1, in the items assignment block there is a Z field which needs to be filled in with Q1 quote types values,
similarly for Q2 quote types also. In Get_V method , not able to locate the transaction type.
Note: The Std comp used here are BT115QH_SLSQ, BT115QIT_SLSQ.
Appreciate your help.
Thanks
db