cancel
Showing results for 
Search instead for 
Did you mean: 

Re-Implementing Standard Class's Method

ashish_shah
Contributor
0 Kudos
151

Hi ,

I want to Enhance a Standard class's Method.

For this class "/SAPSRM/CL_CLL_PWL_A_SC_H" i want to write a new implementation for method "IF_POWL_FEEDER~GET_DETAIL_COMP".

This method is inherited from "/SAPSRM/CL_CLL_POWL_BASE_AGENT" and is implemented in this class.

Now if i want to write a new implementation in class "/SAPSRM/CL_CLL_PWL_A_SC_H" , how do i do it?

Regards,

Ashish Shah

Accepted Solutions (0)

Answers (1)

Answers (1)

ashish_shah
Contributor
0 Kudos

Created an Implicit Enhancement of Class /SAPSRM/CL_CLL_POWL_BASE_AGENT , method IF_POWL_FEEDER~GET_DETAIL_COMP.

Solved by using import parameter I_TYPE of IF_POWL_FEEDER~GET_DETAIL_COMP method.