‎2008 Oct 01 7:01 AM
Hi Experts
I have created a new Message Class, namely ZMSG in Dev Sys.
I used the message 000 of ZMSG in my Program ZPRG as:
message i000(ZMSG).
Do I need to add MESSAGE Tag in the Report Header of program ZPRG?
If not, after transporting the Program and the Message Class Package to Qual Sys, will it be displayed properly?
If I must add the MESSAGE Tag in Report Header, how to add that?
Thx..
Santo
‎2008 Oct 01 7:03 AM
‎2008 Oct 01 7:05 AM
Gautham...
Am asking.. if this Message-ID tag in Report Header is mandatory from view of Transportation?
‎2008 Oct 01 7:08 AM
‎2008 Oct 01 7:08 AM
‎2008 Oct 01 7:10 AM
hi,
if you are declaring your message your statement like this.
message i000(ZMSG).
then it is manditory.
‎2008 Oct 01 7:10 AM
Hi,
Its not mandatory i hope.
If you mention in the report header then no need to mention it again when you are writing the message statement in the program.
If not mentioned in the Header.
then-message i001(zmsg).
if mentioned you can simply write- message i001.
‎2008 Oct 01 7:12 AM
Gautham..
I checked.. for that stmt (ie., message i000(ZMSG)., Message ID not mandatory in Report Header.
‎2008 Oct 01 7:17 AM
Hi Santo,
Suppose you are using-
Report zprogram MESSAGE-ID zmsg.
Here zmasg is the message class.
When you are displaying the message you can write.-
Message i001.
No need of
Message i001(zmsg)
In this case again and again you need nto to mention message class.
‎2008 Oct 01 7:17 AM
hi,
if you are declaring your message statement like this.
message i000.
then it is manditory to give MESSAGE-ID ZMSG.
‎2008 Oct 01 7:22 AM
‎2008 Oct 01 7:09 AM
‎2008 Oct 01 7:12 AM
if its a new message class then include it in the transport request.
if it is already present in the quality then no need to transport or include it in the header .
When u mention message class in the message statement no need to include it in header.