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
240

what are the properties of selection screen.

2 REPLIES 2
Read only

former_member196299
Active Contributor
0 Likes
223

hi,

here you go .......

Syntax Forms

Empty lines

1. SELECTION-SCREEN SKIP [n] [ldb_additions].

Horizontal rules

2. SELECTION-SCREEN ULINE [[/][pos](len)] [MODIF ID modid]

[ldb_additions].

Output fields

3. SELECTION-SCREEN COMMENT [/][pos](len)

{text|{[text] FOR FIELD sel}}

[VISIBLE LENGTH vlen]

[MODIF ID modid]

[ldb_additions].

Pushbuttons

4. SELECTION-SCREEN PUSHBUTTON [/][pos](len) button_text

USER-COMMAND ucom

[VISIBLE LENGTH vlen]

[MODIF ID modid]

[ldb_additions].

Rows with multiple elements

5. SELECTION-SCREEN BEGIN OF LINE.

...

[SELECTION-SCREEN POSITION pos [ldb_additions]].

...

SELECTION-SCREEN END OF LINE.

Blocks

6. SELECTION-SCREEN BEGIN OF BLOCK block

[WITH FRAME [TITLE title]]

[NO INTERVALS].

...

SELECTION-SCREEN END OF BLOCK block.

Tabstrips

7. SELECTION-SCREEN BEGIN OF TABBED BLOCK tblock FOR n LINES.

...

SELECTION-SCREEN TAB (len) tab USER-COMMAND ucom

[DEFAULT [PROGRAM prog] SCREEN dynnr].

...

SELECTION-SCREEN END OF BLOCK tblock.

Pushbuttons in the application toolbar

8. SELECTION-SCREEN FUNCTION KEY n [ldb_additions].

Reward if helpful !

Regards,

Ranjita

Read only

Former Member
0 Likes
223

Hi

What do you mean by properties?

We enter some input fields for the control of data fetching and processing on it.

The entered fields are validated against the correct data in their master tables

Basically it is a screen where we put some fields for the data selection.

Reward points for useful Answers

Regards

Anji