‎2009 Nov 09 4:13 AM
Hi Experts,
There is one function module "RH_READ_INFTY_1001" is working fine with developement server but not working with Quality server.
In development server the value of sy-subrc is 0. But in quality server it is not working.
Error comes NO MSGTYPE " " FOUND.
Thanks....
‎2009 Nov 09 4:15 AM
HI asamdhi,
Just Uncomment the Execptions. As few function Modules need them
Cheerz
Ram
‎2009 Nov 09 4:18 AM
‎2009 Nov 09 4:59 AM
Hi,
I guess the message type is not getting populated.
Use your own message
Message 'Error' TYPE 'E'. "--> Message type must be in CAPSRegards
‎2009 Nov 09 5:03 AM
so we have to create own msgtyp......but any of the one msgtyp should be populated....
‎2009 Nov 09 5:12 AM
Hi,
Message type you use depends on how you want to control further processing of your program.
If you don't want to process further use message type 'E', else use either 'I' or 'S' which allows further processing
Regards