Application Development and Automation 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: 
Read only

Selection-screen?

Former Member
0 Likes
590

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
Read only

Former Member
0 Likes
543

Hi,

I think only for Parameters.

Thnaks

6 REPLIES 6
Read only

Former Member
0 Likes
544

Hi,

I think only for Parameters.

Thnaks

Read only

Sm1tje
Active Contributor
0 Likes
543

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

Read only

Former Member
0 Likes
543

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.

Read only

Former Member
0 Likes
543

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

Rob

Read only

0 Likes
543

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.

Read only

0 Likes
543

Hi,

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

Regards,

Subramanian