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 Issue

Former Member
0 Likes
1,144

Dear friends,

Pls do let me know how to maintain the version of a message class and how to revert back the changes made to a message class.

Regards,

Alok.

6 REPLIES 6
Read only

kiran_k8
Active Contributor
0 Likes
873

Hi,

Message class don't have a Version Management.

Regarding the reverting I have no idea.

K.Kiran

Read only

Former Member
0 Likes
873

Hi....

Message Class doesn't have the concept of Version Management...

So u can't revert...

Reward if it helps u...

Read only

Former Member
0 Likes
873

Hi Alok,

SE91 is the Transaction Code for message class creation.

While Calling in the program you can call the message as follows :

MESSAGE I001(Z_MESSPRGNAME) (Inside any loop such as If…….Endif)

And also one important thing, Message classes do not change depending on the version so they need not have to be maintained.

Regards,

Reward points if helpful.

Read only

Former Member
0 Likes
873

Hi....

I have one solution....

Newly Created Message is locked under a Task Request.

I mean it asks for Request Number when you try to save the Message Class..

So go to SE10 and give the Task Request Number and find the message which is under that request....So that way you can find all the changes made by you....

So this may help you to revert back the changes....

Reward if it helps you......

Read only

Former Member
0 Likes
873

Hi,

U cannot maintain versions of messages but can revert back changes made to messages using SE10 if u have authorisation to use that and u have the transport request number u can track the changes and reflect those to the original one.

Regards,

Ravi

Read only

Former Member
0 Likes
873

Thanks to all.

Alok.