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: 

Selection-screen?

Former Member
0 Kudos

Hi,

Selection-screen begin of line.

Can the above statement be used only for parameters and not for select-options?

To display them all in one line.

Thanks,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

I think only for Parameters.

Thnaks

6 REPLIES 6

Former Member
0 Kudos

Hi,

I think only for Parameters.

Thnaks

Sm1tje
Active Contributor
0 Kudos

according to ABAP Help it is possible:

All the screen elements within these statements that are defined with PARAMETERS SELECT-OPTIONS and

SELECTION-SCREEN statements are placed in this line one after the other without spaces

Former Member
0 Kudos

HI

U can use the select option in selection screen begin of line.

selection-screen begin of line.

select-options: matnr for mara-matnr.

selection-screen end of line.

regards,

Raghu.

Former Member
0 Kudos

Rather than asking the forum, you could have simply tried it yourself. You'd find out a lot more quickly.

Rob

0 Kudos

When I have used Begin of line for 2 Select-options with no intervals...I happened to see 2 fields with multiple entry icon.

However the selection-text disappeared. I have shortened the length and played with it. It did not help.

As select-options take lot of length than parameters in a seelction-screen block with a frame....

I posted it on forum to see if it's only me or someone else had a similar problem.

0 Kudos

Hi,

I dont think it is advisable to have two select-options in a single line.

Regards,

Subramanian