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

Class Message

Former Member
0 Likes
3,474

Hello.

When I try to see a class message by tran: se91 the system display this message

"Message class ZINF has not been maintained".

Who do I to see this Class?

Best regards.

18 REPLIES 18
Read only

Former Member
0 Likes
2,477

EU is the message class not zinf

check in se91 ,enter message class EU and see the message number 509.

Read only

0 Likes
2,477

hi Seshu,

i think he tried to to display the message class ZINF in SE91 but it showed that this message class is not maintained using message EU 509

Read only

0 Likes
2,477

Hi Chandra,

I was looking se91 transaction - Message id EU ..

I think ZINF message id does not exists in system..

Thanks

Seshu

Read only

0 Likes
2,477

hi Seshu,

ZINF is a custom message..this will exist only in his system

in EU check message 509 ..

Read only

Former Member
0 Likes
2,477

check if the message class is created or not.

try to create the message class ZINF, it it proceeds then create that, if it says that message class already exists..then we have to check out some other way

Read only

Former Member
0 Likes
2,477

Hi

It means the class ZINF doesn't exist.

Max

Read only

Former Member
0 Likes
2,477

Jose,

Class ZINF is not available in your system. Go to SE91 and create a message class ZINF. This is called in your program and its not created yet. This normally happens while using the code from different system.

Award points if useful.

Read only

Former Member
0 Likes
2,477

If you are getting the message nr. EU509 the class message "ZINF" doesn't exist.

Check if you are in the right system (it may need some transports) or if anyone deleted the ZINF class message .

Using a particular message of ZINF does not assure that the class message is already created. the program still work.

Best regards.

Read only

Former Member
0 Likes
2,477

The Class Message exits because is used in another programs and work.

Read only

0 Likes
2,477

are you checking the same server or different servers?

Read only

0 Likes
2,477

José,

Using a particular message of ZINF does not assure that the class message is already created. the program still work...

Sónia

Read only

Former Member
0 Likes
2,477

When I run another programa that use the message class ZINF, I see the Message's text.

The class exits.

Thanks.

Read only

Former Member
0 Likes
2,477

one last guess..

check if it is ZINF or ZNIF??

Read only

0 Likes
2,477

It is ZINF.

thanks.

Read only

0 Likes
2,477

Hi

I still believe the class is not in your system, but if you can see by another trx, try this:

- Run trx SE91;

- Insert your class;

- Run the trx in debug way;

- Go to Breakpoint->Breakpoint at->Statament

- Insert MESSAGE as statament;

- Press F8

Now you should understand when that message is raised.

Max

Read only

0 Likes
2,477

how they written the code in program..

<b>message e059(zinf).</b> -> you will not get any syntax even message id does not exists..

Read only

0 Likes
2,477

Jose,

You said the class works in other program.

So, go to this program, find where the message class is used and double-click on it.

It will take you to the transaction you want.

Regards.

Read only

former_member194669
Active Contributor
0 Likes
2,477

Hi,

Go to > se11> give table name T100 > display> table contents--> enter the value ZINF against field ARBGB and press F8.

and also check the language attribute

aRs