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 all,

How to create selection-screen as subscreen and it must be adjustable dynamically or it must be increase (or) decrease it's length, for example iam sending the below code it is not decreasing or decreasing it's length (in column wise).

2 REPLIES 2

former_member404244
Active Contributor
0 Kudos

hI,

This is how u declare the selection screen as subscreen..

SELECTION-SCREEN BEGIN OF SCREEN 101 AS SUBSCREEN.

SELECTION-SCREEN: BEGIN OF BLOCK b1 WITH FRAME TITLE text-019.

SELECT-OPTIONS: s_lifnr FOR lfa1-lifnr, " Vendor

s_mnfctr FOR lfa1-lifnr, " Manufacturer

s_land1 FOR lfa1-land1, " Country Key

s_regio FOR lfa1-regio, " State

s_ort01 FOR lfa1-ort01, " City

s_scdul FOR sy-datum, " Range Date

s_matnr FOR mara-matnr. " Material

PARAMETERS : p_class TYPE klah-class DEFAULT 'GMP_VENDOR'

OBLIGATORY. " Class

SELECTION-SCREEN: END OF BLOCK b1.

Regards,

nagaraj

0 Kudos

iam trying but it is not executing plz check it once