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

Adding Standard Text to the Selection Screen obtained using PARAMETERS

Former Member
0 Likes
1,830

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,008

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

4 REPLIES 4
Read only

Former Member
0 Likes
1,008

Hi,

Go to se38--->Go to --> text elements and change the text

Regards

Krishna

Read only

Former Member
0 Likes
1,009

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

Read only

0 Likes
1,008

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

Read only

Former Member
0 Likes
1,008

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.