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: 

How to write text on Selection Screen

Former Member
0 Kudos
4,859

Hi All,

I want to write some hard coded text on the Selection Screen.

Please guide on this.

Thnks,

Saket.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
189

Hi,

You can use the SELECTION-SCREEN COMMENT to write text..

Check this link for an example

http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba7a135c111d1829f0000e829fbfe/content.htm

Thanks

Naren

4 REPLIES 4

Former Member
0 Kudos
190

Hi,

You can use the SELECTION-SCREEN COMMENT to write text..

Check this link for an example

http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba7a135c111d1829f0000e829fbfe/content.htm

Thanks

Naren

0 Kudos
189

hello sir,

what if i want to give text to select-option?

for example erdat for type vbak-erdat.

it will print - "erdat"

instead of that i want 'SO Creation date'.

so how will i get this?

Thank you.

Former Member
0 Kudos
189

Hi Saket Tiwari ,

In SE38 u go to <b>GOTO</b> in Menu Bar and <b>TEXT ELEMENTS</b>

TEXT ELEMENTS having three options <b>SELECTION TEXT , TEXT SYMBOLS</b> and <b>LIST HEADEING</b> ,

For Example,

SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE <b>TEXT-000</b>.

SELECT-OPTIONS <b>S_VBELN</b> FOR VBAK-VBELN.

SELECTION-SCREEN END OF BLOCK B1.

here u can hot code in frame heading Using TEXT SYMBOLS <b>( TEXT-000 )</b>

and u can also hot code in Select-options Variable Using SELECTION TEXT <b>(S_VBELN)</b>

Thanks and Regards ,

Vijay

Former Member
0 Kudos
189

Thanks for all inputs