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: 

SAP Dispute Management - My Dispute cases closed case

Former Member
0 Kudos

Hi experts,

if i'm writing false area on scn sorry..

We have dispute management. If i push my dispute casses in SCASE bring me one ALV. This report have all case ( open case, closed case, proccessing case bla bla... ) I want to just open and proccessing case. I make debuging and see hardcode in CL_UDM_CASE_LOCATOR_BE-PREDEFINED_SEARCH method. You can see this code.

  ls_sel_options-sign = 'I'.

  ls_sel_options-option = 'BT'.

  lref_eav = lref_fac->create_attr_value( ).

  lref_eav->set_description( lref_ad ).

  ls_string-id    = '1'.

  ls_string-value = '007'.

  INSERT ls_string INTO TABLE lt_string.

Case 1 to 6 for open and proccessing case. Case 7 is closed case. I don't want to closed case. I searched sap note but i don't found. Can you help me for this problem ?

Thank you.

Regards. Aydın.

2 REPLIES 2

Clemenss
Active Contributor
0 Kudos

Sorry, I can't see any context

Former Member
0 Kudos

Hi Clemens,

I solved my problem Thank you for you help. I make tı enhancement. I found one class. CL*UDM*CASE*LOCATER*HELP. Class have set and get properties method. I  used this class in my enhancment .

Regards.