‎2008 Aug 19 6:50 PM
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.
‎2008 Aug 19 6:56 PM
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.
‎2008 Aug 19 7:01 PM
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.
‎2008 Aug 19 7:03 PM
I would say that your custom message does not exist in the Q env. Please check that.
‎2008 Aug 19 7:25 PM
It seems to be the transport issue, have you checked the message class and the messages inside this class in the QA system.