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 Title

Former Member
0 Likes
2,008

how to set the title of a standard selection screen ?

3 REPLIES 3
Read only

Former Member
0 Likes
721

Hi sabyasachi,

1. Simple

2. In ATTRIBUTES of the program, (after opening program in se3*0

GOTO ---> ATTRIBUTES

3. change the Title.

regards,

amit m.

Read only

Former Member
0 Likes
721

Hai

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

SELECT-OPTIONS : s_matnr FOR mara-matnr.

SELECTION-SCREEN : SKIP.

PARAMETERS : p_mtart LIKE mara-mtart.

SELECTION-SCREEN : END OF BLOCK b1.

Double click on 'text-001'. give some meaningful Name

activate it and run thee report

Thanks & regards

Sreenivasulu P

Read only

Former Member
0 Likes
721

Hello sir

if you satisified my answer please give some useful points

Thanks & regards

Sreenivasulu P