Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Selection button on selection screen called in Screen Painter

Former Member
0 Kudos

Hello ABAPers

I have included selection screen(1100) in a subscreen area of a screen in module program.

The user's requirement is that there should be some gap between input field of a select options and multiple selection button.

Though the screen 1100 can be edited by going to the layout editor and the gap can be introduced but everytime the object is released to quality server, the change is undone.

Is there any way to introduce gap permanently?

Thanks & Regards,

Garima.

4 REPLIES 4

Former Member
0 Kudos

Hi Garima,

This mey be due to that the size of subscreen area is smaller then that of selecction screen(1100).

Do one thing....include your selection buttons in the main screen in which subscreen is created. if that dosn't work include selection buttons in your selection screen(1100) and then call it in subscreen.

Thanks

Rajesh Kumar

Former Member
0 Kudos

Hi Rajesh,

I suppose you have not got my point. This has nothing to do with size of any screen.

I just want that the select options field should have some gap from the multiple options button.

Regards,

Garima.

Former Member
0 Kudos

Hi,

In wherever in your selection screen you want some Gap use Command:

SELECTION-SCREEN SKIP <n>

where n can be any no and will insert n no of blank lines there.

Former Member
0 Kudos

Hi Garima,

Then I think you need to use SKIP statement, as we use the same when we display eacords to skip lines.

Thanks

Rajesh Kumar