2006 Aug 22 8:02 AM
Hi
I need to make a section of the standard selection screen for logical database 'SDF' invisible. I have tried the differet selection screen options of the report attributes, but none of the provided ones give me what I want.
How can I find the name of the screen group for the "Line Item Selection" block of the selection screen so that I can make it invisible when the selection screen is displayed?
Thanks,
Thomas
2006 Aug 22 8:10 AM
Hello,
Just put one loop at screen in the at selection-screen output.
and put the breakpoint at
loop at screen.
Do debug, and take the requried group of the field.
Regards,
Naimesh
Hi
I need to make a section of the standard selection screen for logical database 'SDF' invisible. I have tried the differet selection screen options of the report attributes, but none of the provided ones give me what I want.
How can I find the name of the screen group for the "Line Item Selection" block of the selection screen so that I can make it invisible when the selection screen is displayed?
Thanks,
Thomas
2006 Aug 22 8:09 AM
check
screen.
NAME C 132 SD_STIDA
GROUP1 C 3
GROUP2 C 3 DBS
GROUP3 C 3 PAR
GROUP4 C 3 025.
Regards
prabhu
2006 Aug 22 8:10 AM
Hello,
Just put one loop at screen in the at selection-screen output.
and put the breakpoint at
loop at screen.
Do debug, and take the requried group of the field.
Regards,
Naimesh
2006 Aug 22 8:21 AM
I tried to do this:
Loop at screen.
if screen-group4 = '026'
or screen-group4 = '027'
or screen-group4 = '028'.
screen-invisible = 1.
modify screen.
endif.
endloop.
This removed the selection text for these fields, but the Line Item Selection block is still visible, and the actual input fields are also visible. They now look like password input fields with all ***** in them.
What am I doing wrong?
Thanks for your help!
Thomas
2006 Aug 22 8:22 AM
Hello,
Insetad of this
screen-invisible = 1.
Put
Screen-active = 0.
regards,
Naimesh
2006 Aug 22 8:24 AM
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |