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 Displaying issue

Former Member
0 Likes
630

Hi,

I am having simple issue..

I have a code in my program like this u201CMESSAGE ' Success.... u201CType 'S'.

So when my program executes and every thing is fine it is supposed to give success message.

And it is working fine with out any issues in Development system. But when in QPROD(testing system) it is giving SAP Standard message( mes class 00 and mes no 001) "No Vendor Specified" it is giving this message.

I went through debugging of this line also (MESSAGE ' Success.... u201CType 'S' )

Initially it will be 00 and 001 and then it is showing custom message in dubbing also but finally when I come out from program it is showing standard message.

Is there any memory issues? Or any ides? Please let me know.

Thanks for your time; I appreciate your help on this issue.

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
610

Add the Message Class to your MESSAGE statement.

Message s000(zz) with 'AND TEXT HERE'.

The 'zz' is the Message Class - make sure that is the message class that contains the message that you want to display.

Read only

0 Likes
610

Thanks for the replay.

Actually it is working good in dev system and also with out knowing the reason in Q system, I dont want to change my program in dev and retrasport it again.

So if any ides please let me know.

Thanks.

Read only

0 Likes
610

I would say that your custom message does not exist in the Q env. Please check that.

Read only

0 Likes
610

It seems to be the transport issue, have you checked the message class and the messages inside this class in the QA system.