cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP WD: Get element's ID

Former Member
0 Kudos

Hello,

Somewhere in my program I have an object of type cl_wd_uielement_container.

The way I get this objects is this:

ui_container ?= temp_button->get__parent( ).

Now I need to get an ID of this ui_container.

How would I get it?

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Each view element has an ID property, ABAP syntax probably is ui_container->get_id( ).

Armin

Former Member
0 Kudos

Hello Armin,

this solves the problem. I just awarded you 10 points.

Thanks.

Answers (0)