‎2008 Aug 26 12:51 PM
Hi,
In my Z dialog program having a table control, under some circumstances the table control need to be made as Invisibile . For this purpose i used following code in PBO.
tablecontrol-invisible = 'X'.
It's getting hidden but the place which was tablecontrol resides showing blank screen area
How to remove this blank screen area ?
Thanks in Advance,
Regards,
Ranjith
‎2008 Aug 26 2:18 PM
Hello Ranjith
You may use a similar technique like you can see in the Enjoy transactions. Display your table control within a subscreen.
When the condition is met that the table control should be hidden display another subscreen with a minimal width.
Regards
Uwe