Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How can i implement CL_SCMG_CASE_LOCATOR_BE class?

abityildiz
Active Participant
0 Kudos

Hi all,

i want to use CL_SCMG_CASE_LOCATOR_BE~FIND_CASES_AFTER method.

how can i implement for BADI?

i did'not find badi class.

Can you help me please?

1 ACCEPTED SOLUTION

former_member235395
Contributor
0 Kudos

Hi Kamil,

Maybe you need create a Z sublass from CL_SCMG_CASE_LOCATOR_BE class, follow link steps:

https://help.sap.com/saphelp_nw70ehp2/helpdata/en/5f/54cc88b9c311d2958400a0c94260a5/content.htm

After that, you will need redefine FIND_CASES_AFTER method and you can implement the method.

Regards,

2 REPLIES 2

former_member235395
Contributor
0 Kudos

Hi Kamil,

Maybe you need create a Z sublass from CL_SCMG_CASE_LOCATOR_BE class, follow link steps:

https://help.sap.com/saphelp_nw70ehp2/helpdata/en/5f/54cc88b9c311d2958400a0c94260a5/content.htm

After that, you will need redefine FIND_CASES_AFTER method and you can implement the method.

Regards,

abityildiz
Active Participant
0 Kudos

Hi David,

thank you for your help.i created subclass from CL_SCMG_CASE_LOCATOR_BE.

i redefined FIND_CASES_AFTER method.

but how can i active and related with tcode?

Still sees the original class and FIND_CASES_AFTER method.