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: 

is it allowed to add my_message to T100?

Former Member
0 Kudos

Hi Experts,

In one of my interface EDI IDOC prog., am paasing my_message to idoc, its message class is ZZ and # is 000.

In ZZ class, this # value is always & &.

so, am using this all in my Z prog. and working fine.

but, here in this case, am getting dump.

so, i wanna go with SAP T100 ,

so, let me know that,

1- is it allowed to add my_message to T100?

2- if so, wht is the application area?

3- wht is the VIEW to add new entry of my_message to T100?

thanq

1 ACCEPTED SOLUTION

JozsefSzikszai
Active Contributor
0 Kudos

hi,

this goes in transaction SE91 (maintain messages), you'll need a message class which starts with Z (or Y), just create a new one, and add your own messages into it.

However looks like you have for this purpose already a message class called ZZ. if yes, the dump has some other reason...

hope this helps

ec

7 REPLIES 7

JozsefSzikszai
Active Contributor
0 Kudos

hi,

this goes in transaction SE91 (maintain messages), you'll need a message class which starts with Z (or Y), just create a new one, and add your own messages into it.

However looks like you have for this purpose already a message class called ZZ. if yes, the dump has some other reason...

hope this helps

ec

0 Kudos

thanq

i created, fine.

before chnaging my code,

x_wa_pp-msgid = 'ZZ'.

x_wa_pp-msgty = 'E'.

x_wa_pp-msgno = c_150. "value 150

x_wa_pp-msgv1 = c_text. "' value error while transfering

so, How to use my new message #, just created

how to edit my code, (mainly, x_wa_pp-msgv1 = c_text. "' value error while transfering)

thanq

naimesh_patel
Active Contributor
0 Kudos

Use SE91 to create messages in your message class.

Regards,

Naimesh Patel

Former Member
0 Kudos

hi in the alv idoc....

when you r passing messages from the your zclass to the idoc_status that message class should be created first...and activated

0 Kudos

, am using, already, activated one .

actually, its like,

class ZZ

number is 000

text - & & & &

Edited by: Srinivas on Jul 15, 2008 12:24 PM

0 Kudos

thanq

i created, fine.

before chnaging my code,

x_wa_pp-msgid = 'ZZ'.

x_wa_pp-msgty = 'E'.

x_wa_pp-msgno = c_150. "value 150

x_wa_pp-msgv1 = c_text. "' value error while transfering

so, How to use my new message #, just created

how to edit my code, (mainly, x_wa_pp-msgv1 = c_text. "' value error while transfering)

thanq

Former Member
0 Kudos

Hi Srini,

Yes, you can definitely add your message in T100.

This can be done thru the TCode SE91.

Check these links for the creation of message class:

http://help.sap.com/saphelp_nw04/helpdata/en/cd/5892c9b06311d2957b00a0c94260a5/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/d1/801b3e454211d189710000e8322d00/content.htm

Hope this helps you.

Regards,

Chandra Sekhar