Hello All,
I am working on standard LSO application.
As shown in attachment I want to grey out location label if location is empty.
Additionally, the label is inside table .
I tried using the code as bellow.
loop at blanklocation condition .
container ?= view->get_element(location label ).
container->set_vissible('01').
endloop.
Now problem I am facing is all location label are grey out.
Can anybody guide me how can I disable label depending upon the condition of binded table.
This is standard application so I am not able to make any changes in layout of application.