cancel
Showing results for 
Search instead for 
Did you mean: 

Custom fields at checklist item to be displayed based on the checklist type

Former Member
0 Kudos

Hello,

We have developed custom fields at the checklist item level. Now we want these fields to be displayed on the basis of the checklist type.

We have explored the notes 931274 and 942672 and based on these we have created the new condition Z001. Following these notes, we have created the schema Z_EVAL_CONDS_Z001 in SE38. However, we are not able to set breakpoints in the schema and / or debug the same. Hence, we are unable to write the required logic for filtering the fields based on checklist type.

Any help in this area will be appreciated.

Regards,

Abraham.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Abraham,

You can find the generated method in class: /1CPR/CL_XXX_YYY_ITO, where:

- XXX is your client number.

- YYY the name of yout field control.

Method: EVALUATE_CONDITION_Z001

Here, you should be able to set a break-point for debugging.

BR

Matthias

Former Member
0 Kudos

Hi Matthias,

Thanks for your reply, it was spot on. Issue solved...

Regards,

Abraham

Answers (0)