cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to enable copy button in check status

Former Member
0 Likes
280

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Likes

Hello,

do you use Wizard Shopping Cart or Professional Shopping Cart ?

Regards.

Laurent.

Former Member
0 Likes

Hi Laurent ,

Thanks for the reply.

I am using wizard shopping cart.

But difference it makes? For check status i think both are same? correct me if i am wrong.

laurent_burtaire
Active Contributor
0 Likes

Hello,

if you check actions linked to feeder types SAPSRM_FEEDER_SC and SAPSRM_FEEDER_SC_PROF using /SAPSRM/POWL_CUST transaction, you can notice 'COPY' does not exist for SAPSRM_FEEDER_SC.

Regards.

Laurent.

Former Member
0 Likes

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

Former Member
0 Likes

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

laurent_burtaire
Active Contributor
0 Likes

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.