cancel
Showing results for 
Search instead for 
Did you mean: 

adding new fields in standard feeder class CL_HRASR00_PROC_BROWSER_SLIST

former_member252723
Participant
0 Kudos

Hi,

There is a requirement to add custom fields like region and branch in the feeder class .

how can I add the custom fields in the get_definition method of the class

CL_HRSAR00_PROC_BROWSER_SLIST.

Please advise or let me know the steps to enhance the class.

Regards,

Mustafa

Accepted Solutions (0)

Answers (1)

Answers (1)

sahirn
Active Contributor
0 Kudos

Hello Mustafa Shareef,

CL_HRSAR00_PROC_BROWSER_SLIST is used by the process browser application as a tracker for all the processes .


Why is it that you want to enhance the search fields of such a standard application?


You can enhance CL_HRASR00_PROC_BROWSER_SLIST => IF_FPM_GUIBB_LIST~GET_DEFINITION to alter the search criteria. But additionally you would have to handle filtering based on the custom search criteria.


Regards,

Sahir.