2008 Sep 01 10:49 AM
hello ppl.
i have developed a program using module pool. i have displayed a logo on the initial screen using the class CL_GUI_PICTURE. i require to hide this logo or make it invisible on the next screen, but should always be displayed on the initial screen. i tried using SET_VISIBLE method, but its not working.
pls gimme some suggestions .
thnks...
hello ppl.
i have developed a program using module pool. i have displayed a logo on the initial screen using the class CL_GUI_PICTURE. i require to hide this logo or make it invisible on the next screen, but should always be displayed on the initial screen. i tried using SET_VISIBLE method, but its not working.
pls gimme some suggestions .
thnks...
2008 Sep 01 11:02 AM
Hi,
either use screen-group field value or
use as
loop at screen.
field-name[
screen-active = '0'.
screen-input = '0'.
screen-output = '0'.
screen-invisible = '0'.
]
endloop.
Regards
ricky
2008 Sep 01 11:19 AM
Hi,
have a look at SAP standard program SAP_PICTURE_DEMO.
Here you´ll see you can use:
CALL METHOD PICTURE_CONTROL_1->CLEAR_PICTURE.
Best regards.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |