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: 

Reg message classes

Former Member
0 Kudos

Hi Al,

I have a doubt regarding message classes.We want to use one message class per one module(ZSD,ZMM) developments(Report,Interfaces,Forms,Conversions).

Now my question is if I create one message class(I know how to create message class) and use it in all the development objects of that module there will be any problem for programs while transporting from Dev to Quality and Production?Is it like first we have to transport message class from one system to other system and then transport corresponding developments?what exactly actions that has to be taken for this scenario?

Regards

Mahesh

2 REPLIES 2

Former Member
0 Kudos

You can create a message class and transport it without any problems. After release of the transport if you add messages those can be transported separatetly. As per your requirements there shouldn't be any problems at all.

Cheers

A

matt
Active Contributor
0 Kudos

The first respondant is correct. I'd just add that if you transport a development when the message class isn't there, you will get syntax errors. So make sure you've transport the class first, before any development, even if it is has no messages.

Thereafter, if you transport a development that uses that class, with a message not yet transported, you'll just get a blank message, but nothing worse.

matt