‎2008 Sep 17 8:07 AM
Hi All,
i'm displaying logo on the selection screen, but my logo is overlapping with the selection screen parameters.
so how to bring the parameters down. to display both.
‎2008 Sep 17 8:14 AM
Dear Saptarshi,
You can use SELECTION-SCREEN SKIP n.
Effect
Generates n blank lines (similar to SKIP)
n can have any value from 1 to 9. If you only want to insert one blank line, you can leave out n.
Hope this solves your problem...
‎2008 Sep 17 8:09 AM
‎2008 Sep 17 8:11 AM
‎2008 Sep 17 8:14 AM
Hi saptarshi,
You can use SELECTION-SCREEN SKIP statement to Provide space between two screen elements.
After SKIP mention number lines gap as SKIP 3 or as you want.
‎2008 Sep 17 8:14 AM
Dear Saptarshi,
You can use SELECTION-SCREEN SKIP n.
Effect
Generates n blank lines (similar to SKIP)
n can have any value from 1 to 9. If you only want to insert one blank line, you can leave out n.
Hope this solves your problem...