2007 Nov 15 6:20 AM
Hi All,
I want to write some hard coded text on the Selection Screen.
Please guide on this.
Thnks,
Saket.
2007 Nov 15 6:23 AM
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
2007 Nov 15 6:23 AM
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
2016 May 05 1:59 PM
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.
2007 Nov 15 6:35 AM
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
2011 Mar 24 11:32 AM