cancel
Showing results for 
Search instead for 
Did you mean: 

expand\collapse container in Screen personas

0 Kudos

Hi,

I want to design a screen for VA03 tcode with expand/collapse containers (buttons) on it.

The desired functionality associated with this button would be something similar with the ME21N screen. When the expand button is clicked it should open a container that allows users to look at fields that had been placed in it.

Any pointers on how to achieve this? Any kind of help would be appreciated.

Regards-

Aliaksei Kozhemiakin

Accepted Solutions (1)

Accepted Solutions (1)

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

You could create a simple container and place your controls into it, then change the container height using a script button for toggling.

Mimicking the ME21N behavior would require to move other controls outside this container upwards and downwards, also via scripting. Perhaps using another simle container would work for this, for the rest of the objects.

I can also imagine using viewports to achieve your goal. This may be even better / faster than dynamic changes by scripting.

A lot depends on how your desired design looks.

Answers (1)

Answers (1)

0 Kudos

Hi Tomas,

Thanks for your help!

Best regards