on 2012 Dec 04 10:22 AM
Hi experts,
I am trying to enable the COPY button present in check status of the shopping cart.
I have tried implemented in the class /sapsrm/cl_pdo_dyn_mda_hd_sc ~ zCopy method. where zcopy is z method.
I am not able to do it.Please suggest how to enable the copy button.
Request clarification before answering.
Hello,
do you use Wizard Shopping Cart or Professional Shopping Cart ?
Regards.
Laurent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Laurent,
I have enabled the COPY in actions of feeder type SAPSRM_FEEDER_SC_PROF.
Still it is not enabled. Is there any class like /sapsrm/cl_cll_powl_a_bo_sc.
I have found this while searching. There is a method enable_all_buttons.I think we have enhance this class.
Please suggest if this is right approch
Hi Laurent,
I have enabled the COPY in actions of feeder type SAPSRM_FEEDER_SC_PROF.
Still it is not enabled. Is there any class like /sapsrm/cl_cll_powl_a_bo_sc.
I have found this while searching. There is a method enable_all_buttons.I think we have enhance this class.
Please suggest if this is right approch
Hello,
action 'Copy' is enabled depending on checks done by ACTION_COPY method (called by /SAPSRM/IF_PDO_STATIC_HELPER~GET_STATIC_ACTIONS method from /SAPSRM/CL_PDO_SC_STAT_HELPER class).
GET_STATIC_ACTIONS method is called by ENABLE_BUTTONS method from /SAPSRM/CL_CLL_POWL_A_BO_SC class at line selection (IF_POWL_FEEDER~HANDLE_ACTION method from /SAPSRM/CL_CLL_PWL_A_SC_PROF feeder class)
Regards.
Laurent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.