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

GUI question - field labels

Former Member
0 Likes
531

Easy GUI question.

SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.

SELECT-OPTIONS : pyear for fmusfgt-ryear default '2009',

pacct for fmusfgt-racct default '21100100'.

SELECTION-SCREEN END OF BLOCK b1.

Instead of "PYEAR" and "PACCT", I want a label I can define myself (e.g. "Fiscal Year:"). What is the code / steps to do this? Thanks.

Easy GUI question.

SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.

SELECT-OPTIONS : pyear for fmusfgt-ryear default '2009',

pacct for fmusfgt-racct default '21100100'.

SELECTION-SCREEN END OF BLOCK b1.

Instead of "PYEAR" and "PACCT", I want a label I can define myself (e.g. "Fiscal Year:"). What is the code / steps to do this? Thanks.

2 REPLIES 2
Read only

former_member191735
Active Contributor
0 Likes
500

From ABAP editor (from the code) - go to GOTO - TEXT ELEMENTS - SELECTION TEXTS .... Enter your text there

Read only

Former Member
0 Likes
500

Moderator message - Please do not ask or answer basic questions - post locked

Rob