‎2009 Apr 15 5:35 PM
Hi all,
I have a report program which has the selection screen declared by the key word PARAMETERS.
Now I need to make the changes to this program such that a Text Editor appears on the Selection Screen and has a Standard text that should be displayed.
How can I do it?
I saw the screen number of the Selection Screen and went to screen painter and tried to add the Text Editot..but it did not let me dou2026.Why?
How should I add a standard text to a selection screen? The standard text should not be on top , but some where on the screen.
Regards,
Jessica Sam
‎2009 Apr 15 5:41 PM
hi Sam,
if it is report it will allow you to change the text from screen 100o in menu painter..
go to report-->from menu bar..go to -->text elements-->selection texts--> add the standard text here..
check the parameters declare name and change the text in selection text..
Regards,
Prabhudas
‎2009 Apr 15 5:39 PM
Hi,
Go to se38--->Go to --> text elements and change the text
Regards
Krishna
‎2009 Apr 15 5:41 PM
hi Sam,
if it is report it will allow you to change the text from screen 100o in menu painter..
go to report-->from menu bar..go to -->text elements-->selection texts--> add the standard text here..
check the parameters declare name and change the text in selection text..
Regards,
Prabhudas
‎2009 Apr 15 6:15 PM
Hi Sam,
I dont want to create a new screen for this. On the existing screen whihc was built using PARAMETERS key word..i should insert a blokc of text whihc is mpre than 5-6 lines..how should i do it.
I navigated to Text Elements---->Selection Texts
it is now asking for Name and Text and i see in Name column the name of the parametsr that they used for Check box, radio button etc and in Text i see the text that is appearing on the screen
Now i am not sure what is should do next
My req is..i should display a block of standard text that doesnt change and whihc is of 4-6 lines?
how should i do it?
please also help me with what data declartions that i should do in parametrs key word in program?
Regards,
Jessica Sam
‎2009 Apr 15 5:53 PM
HI,
Check this FM CATSXT_SIMPLE_TEXT_EDITOR and Demo program SAPSCRIPT_DEMO_NOTE_EDITOR for text editor.
You can create the dailog screen and call it in your program as selection screen instead of standard screen.