cancel
Showing results for 
Search instead for 
Did you mean: 

Information message

Former Member
0 Kudos

When I start my program I will show an information message about what the program does. Where in my program should I write this message and how?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Depends on where you want to show

Before showing the SELECTION SCREEN - Initialization

After user enters the PARAMETERS - START-of-SELECTION.

Actually you can write in multiple places.

Regards,

Ravi

Note : Please reward the posts that help you.

Answers (7)

Answers (7)

Former Member
0 Kudos

Write this information Msg. after

Start-of-Selection.

Message "ABout Your Program" type 'I'.

***********************

If it is a dialog Program

Then write the same in PBO of the screen.

Hope it works 4 u

Do rewards...if it helps.

Regards

-


Sachin Dhingra

former_member186741
Active Contributor
0 Kudos

Hi Linn,

you may have a good reason for wanting to do this but in my experience 'popups' like this just get ignored and become another mouse-click to the user.

Why not put your info on the selection screen as a comment?

eg, SELECTION-SCREEN COMMENT 10(20) TEXT-001.

You can put several lines worth of text. I think this will become wallpaper to regular uses too but at least they won't have to hit enter to ignore it.

Regards

Neil

abdul_hakim
Active Contributor
0 Kudos

Hi,

Write it in START-OF-SELECTION event...

MESSAGE I100(ZMSG).

I-->information message

100-->message no

ZMSG-->message class

REgards,

Abdul

Former Member
0 Kudos

Hi Linn,

You should rather provide a program documentation.

Goto SE38, click on documentation adn then change button, and provide details of ur program.

Upon activation of this, when u run ur program, on the selection screen, there will be a button like "i" which stands for the informatino/documentation.

This i feel is the best place to do it, and a standard way of doing it too.

Rgds,

Prash,

amit_khare
Active Contributor
0 Kudos

Hi,

You can use POP up or Aplash screen in the start with the help of function modules.

Regards

Amit

Former Member
0 Kudos

You can use fm <b>SAPGUI_PROGRESS_INDICATOR</b>. At every stage of program you can call this fm and give appropriate messages which will be displayed while the program is running.

former_member188685
Active Contributor
0 Kudos

IN Start of selection you can give the Message.