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

Message Class

Former Member
0 Likes
717

Hi Group,

I copied one standard SAP program in to Z program.

The standard program having using some messages from

message class called '>u',I added this message class

to my z program in the begining of the program like

Report ZXXXX Message-ID >u no standard page heading.

but its not working,I am not getting messages from

this class.

please suggest

7 REPLIES 7
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
679

In the program, how are the messages being fired, in the message statment, does it reference the message class directly?

message e001(<b>00</b>) with 'This is an error'.

If so, then there is no need to put the message-id in the REPORT statement.

Regards,

Rich Heilman

Read only

former_member186741
Active Contributor
0 Likes
679

does the class >u actually exist? Check in SE91. Please show us the code you say refers to message class '>u'.

Read only

Former Member
0 Likes
679

Hi,

Please give the standard program name which you copied?

Cheers,

Vikram

Read only

venkat_o
Active Contributor
0 Likes
679

Hello ,

There is no Message class with name '>U'.thats y u r not getting any messages ..

Check it out .

<b>Thanks

Venkat.O</b>

Read only

Former Member
0 Likes
679

hi

there is a message class >6 but not >U..if u could provide me with std program u copied will b able to help u out

reward points if it helps

gunjan

Read only

Former Member
0 Likes
679

HI,

I copied standar SAP program RFKKZE00.In that >U message class using.

Read only

Former Member
0 Likes
679

Hi,

Unfortunately this program comes as a part ofsofware component release which we dont have in our SAP system hence could not check it but definately there is >u message class.

You can try copying this message class in Z msg class and use that in your program. Did you try debugging at the places where this message class is fired and check what message text is populated.

Cheers,

Vikram

Pls reward for helpful replies!!