cancel
Showing results for 
Search instead for 
Did you mean: 

How to correct error for no valuehelp descriptor.at BTSUBJECT

Former Member
0 Kudos

Hi All,

I am getting follwoing error in Web UI after enhanced the context node,

so how to correct this, whats the problem as even I redlecared the private attributes & methods in zcontext node,

Cannot display view BTSUBJECT/SubjectEF of UI Component BTSUBJECT

An exception has occurred

Exception Class CX_CHTMLB_EXCEPTION - The picklist field //BTSUBJECT/STRUCT.CODE has no valuehelp descriptor.

Method: CL_CHTMLB_CONFIG_UTILITY=>CREATE_UI_ELEMENT

Source Text Row: 743

also, at SAAP TCODE how we can get breakpoint at this point...?

thanking you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check the GET_V method of the context node //BTSUBJECT/STRUCT.CODE.

Put break-point there...

Former Member
0 Kudos

I think in get_p method you have declared the field type as Value help and in GET_V method you havent filled your value help table. Please check these two methos. Hope this helps you.

Regards,

Lakshmi.Y

Former Member
0 Kudos

Yes, it works. Both GET_V_ZCUST and GET_P_ZCUST methods to be implemented to effect the changes to EB UI.


Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks a lot