2010 Sep 09 5:41 PM
Hi experts,
I need to make invisibile a table control in a dynpro.
I'have assigned a sceen-group to all element of table control and I disactivate them but in don't work fine:
IF wa_risposta EQ 'DIRET'.
LOOP AT SCREEN.
IF screen-group4 EQ 'NAS'.
screen-active = 0.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
ENDIF.
I positioned this code in a module in the PBO loop at table control.
Can someone help me??
THANKS
2010 Sep 09 6:06 PM
I have no idea if this will work, but try setting mytablecontrol-invisible to 'X'.
I tested it. It does work.
Rob
Edited by: Rob Burbank on Sep 9, 2010 1:10 PM
2010 Sep 09 6:06 PM
I have no idea if this will work, but try setting mytablecontrol-invisible to 'X'.
I tested it. It does work.
Rob
Edited by: Rob Burbank on Sep 9, 2010 1:10 PM
2010 Sep 09 6:21 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |