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

How to write text on Selection Screen

Former Member
0 Likes
5,712

Hi All,

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

Please guide on this.

Thnks,

Saket.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,042

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
Read only

Former Member
0 Likes
1,043

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

Read only

0 Likes
1,042

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.

Read only

Former Member
0 Likes
1,042

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

Read only

Former Member
0 Likes
1,042

Thanks for all inputs