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: 

message display in standard program

Former Member
0 Kudos

Hi experts,

my requirement is such that wenever user opens the tcode f-02,a information message has to b displayed first.i used message statement 'message i000(zclass)'..but my problem is that it is showing the message in status bar instead of information message..what cud b the reason for that..

Regards,

Raman

4 REPLIES 4

Former Member
0 Kudos

Hi raman,

Actually when a t-code is open,the event which is triggered internally is INITIALIZATION.

The behaviour of messages depends on the events.

The information message of type "I" behaves as Type "S " in initialization.That is the reason why you see that in the status bar.

Regards,

Bhumika

0 Kudos

is there any way so that we can see that msg in information box

Former Member
0 Kudos

Hi raman,

We do not have that option because if it a standard event given by SAP to the screen which cannot be changed.

Regards,

Bhumika

Former Member
0 Kudos

Try any function module like FITP_POPUP_TO_INFORM instead of message, to display the text as info message.