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

Function module is not working

Former Member
0 Likes
687

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....

5 REPLIES 5
Read only

Former Member
0 Likes
650

HI asamdhi,

Just Uncomment the Execptions. As few function Modules need them

Cheerz

Ram

Read only

0 Likes
650

Exceptions already uncommented....

Read only

0 Likes
650

Hi,

I guess the message type is not getting populated.

Use your own message

Message 'Error' TYPE 'E'. "--> Message type must be in CAPS

Regards

Read only

0 Likes
650

so we have to create own msgtyp......but any of the one msgtyp should be populated....

Read only

0 Likes
650

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