2010 Jun 24 10:31 AM
Hi,
I need to hide custom control (contains alv-oo) in module pool.
I try with the following code, but it is not well.
In PBO:
IF (sel_8 EQ 'X')
LOOP AT SCREEN.
IF screen-name EQ 'CC_ALV_1'.
screen-invisible = 0.
** screen-active = 0.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
ENDIF.
Can you help me please?
Thanks...
Hi,
I need to hide custom control (contains alv-oo) in module pool.
I try with the following code, but it is not well.
In PBO:
IF (sel_8 EQ 'X')
LOOP AT SCREEN.
IF screen-name EQ 'CC_ALV_1'.
screen-invisible = 0.
** screen-active = 0.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
ENDIF.
Can you help me please?
Thanks...
2010 Aug 24 1:53 PM
Hi,
Did you achieve this? I am also facing the same problem. I have TEXT EDITOR Control in the custom control. I wanted to hide that control while user changes the TAB.
Plz Help.
Thanks.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |