2009 Oct 27 6:45 PM
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.
2009 Oct 27 6:47 PM
From ABAP editor (from the code) - go to GOTO - TEXT ELEMENTS - SELECTION TEXTS .... Enter your text there
2009 Oct 27 7:54 PM
Moderator message - Please do not ask or answer basic questions - post locked
Rob
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |