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

User Defined Messages

Former Member
0 Likes
864

I have a user defined message that I need to get into Production. It is attached to a zprogram. I made a change in the message in Development but when I saved the message it did not prompt me for a transport. Then I made a dummy change in the program to get a transport and the message did not transport with the program. How can I transport a message to the Production machine?

Regards,

Aaron

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
791

Hello,

Check the Dev.Class of the Message class. If the Message class is saved uner $tmp then it can't be transported and won't ask for the TR.

Please change the Dev.Class in SE03 and save the message again it will ask for the TR.

Vasanth

7 REPLIES 7
Read only

Former Member
0 Likes
792

Hello,

Check the Dev.Class of the Message class. If the Message class is saved uner $tmp then it can't be transported and won't ask for the TR.

Please change the Dev.Class in SE03 and save the message again it will ask for the TR.

Vasanth

Read only

0 Likes
791

Vasanth, you have it correct, it is saved under $TMP. I went to SE03 but I can't figure out how to find the message class (Z1) let alone change the development class. Can you give me a little assistance or hint? Thanks for your help!

Aaron

Read only

0 Likes
791

Hello,

GO to SE03>Select Change Object Directories Entries>Press F8>Type MSAG->Check the checkbox and give the message class name and press F8.

Here a window will appear and give the Dev.Class and save.

That's All.

Vasanth

Read only

0 Likes
791

Thanks for all of your help! I was using a different "code" (not MSAG) and it was telling me I couldn't use it because it wasn't a lockable object. Thanks again!

Questioned Answered!!!

Aaron

Read only

Former Member
0 Likes
791

You can create a new transport of copies and put it in there manually:

LIMU MESS .....

Please check if the message class is available in your production environment, otherwise you can transport the class itself with object type MSAG.

Read only

Former Member
0 Likes
791

hi Aoran,

From version management retrieve the data of previous version i.,e when u have not made the changes to the message and freshly try making the changes and now save the changes along with a new request and delete the previous request ..

Regards,

Santosh

Read only

Former Member
0 Likes
791

Hi Aaron,

Include that message class in a request using T-Code <b>se03</b>.

Regards,

Balavardhan.K