cancel
Showing results for 
Search instead for 
Did you mean: 

Get Configuration Key in Method

lars_bastian
Discoverer
0 Kudos

Hello,

I'm working in the CL_THTMLB_SECTION508_UTILS class in method Get_Inputfield_ToolTip. I have to modify this method. Due this, I need to get the Configuration Key, of the current user.

Does anybody have a clue, how to get the Configuration Key into this method?

Best regards,

Lars

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you Lars. I needed that bit of code too.

lars_bastian
Discoverer
0 Kudos

DATA: lv_profile TYPE crmt_ui_frw_profile,

lv_prof TYPE REF TO if_crm_ui_profile.

lv_prof = cl_crm_ui_profile=>get_instance( ).

lv_profile = lv_prof->get_component_profile( iv_profile_id = 'ROLE_CONFIG_KEY' ).