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: 

Text on SCREEN?!

Former Member
0 Kudos

Hello,

i my report is run, I would like to provide a little description of the report on the selection screen.

I can use something like:

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT 1(83) descrp_1.

SELECTION-SCREEN END OF LINE.

INITIALIZATION.

descrp_1 = 'This is a description but only with 83 characters'.

The problem is, that the comment can only be 83 characters long!!!

Is there any other possibility to provide a descriptuion with more than 83 chacters on the screen?

thx,

holger

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

U can give ur text inside the message Area and call ur message area name inside ur report,give the mesage display information inside ur On-selection-screen event.

Pass the information message as 'i000'.

Hope this helps u,

Regards,

Nagarajan.

5 REPLIES 5

Former Member
0 Kudos

You can either use multiple lines of comment or you can use subscreen on selection screen. From a subscreen area, call another screen. You can use HTML or text control on that screenn to format and show the text.

abdul_hakim
Active Contributor
0 Kudos

Hi,

It is not possible since the max length is 83.

Regards,

Abdul

Former Member
0 Kudos

Hi,

U can give ur text inside the message Area and call ur message area name inside ur report,give the mesage display information inside ur On-selection-screen event.

Pass the information message as 'i000'.

Hope this helps u,

Regards,

Nagarajan.

0 Kudos

Holger,

just think of the people who want (or have to) read the explaining text: It would be hard anyway to read text lines longer than 83 characters.

The better way is: In editor, Goto->Documentation. Put in as much as you want.

On selection screen, an info button will appear on top. If the user wants your information, he might dare to use it and see what you want to let him know.

If he knows already (or doesnt' read): What is the text good for?

C.

Former Member
0 Kudos

Hi,

Use Goto->Documentation. You can add text as much as possible.

Add a button on screeen like Help button in SAP Screen, which will show the text.