cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the fieldname of the selected UI element in the method written inside side panel?

0 Kudos

Hi Experts,

I have created a custom side panel and attached it to the Custom FPM UI. Based on the fieldname which the user has clicked , the data should be fetched from the custom table and populate it to the side panel. This is what i wanted to do.

Right now i am getting the data of the fields. but i am not able to get the fieldname. so my search query is failing .

Please help me to solve this issue.

Thanks and Regards,

Veena

Accepted Solutions (0)

Answers (1)

Answers (1)

loga201
Contributor
0 Kudos

Hi Venna,

Do you mean the fieldnames in the side panel or you want to fetch selected fields of the FPM UI.

Thanks and Regards,

Logan.D

0 Kudos

Hi Loga,

I wanted to get the fieldname of the UI clicked by the user. For eg, if the user clicks the matnr input field then I wanted the fieldname of that field (MATNR or Material number).

My issue is where I am attaching the tags , the data of that field is coming to the side panel. Since we cannot attach tags to the labels in the UI I am attaching the tag to the matnr input field and the value of that field is coming to my side panel. But i want the fieldname of that input field not the value. Since the method is written in the side panel GET CURSOR is also not giving any result. Based on that value I am not able to get the field name (MATNR).

When I am doing mouse over on that field I can see the field name or description. is there any way to get that information to my side panel.

Thanks in advance.

Regards,

Veena