Hi,
We are in process of upgrading from SRM 5.0 to SRM 7.0, for one of the customization to add new column in shopping cart POWL output I have implemented the BADI "/SAPSRM/BD_POWL_CHNG_SEL_RSLT" in Enhancement spot "/SAPSRM/BD_CLL_POWL_FEEDER".
When I put external debugger and login to portal with same user and pull the POWL screen for shopping cart the external debugger is not triggered which means the BADI in not executing. Is there anything else that I need to activate in order to get this implementation executed.
I have also maintained the below filter criteria for "/SAPSRM/BD_POWL_CHNG_SEL_RSLT".
APPLID = "SAPSRM_OP_PURCHASING"
POWL_TYPE = "SAPSRM_FEEDER_SC_PROF"
and in the implementation I placed the following code:
IF IV_FLT_POWL_TYPE EQ 'SAPSRM_FEEDER_SC_PROF' AND IV_FLT_APPLID EQ 'SAPSRM_OP_PURCHASING'
BREAK <username>.
ENDIF..
This implementation is not called, am I missing some config or any activation?
Thanks
Ravi.