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

change default message type in standard function module

Former Member
0 Likes
1,023

Hi,

I got a requirement where I need get two messages in rfc which i am getting in va01.

When I debugged standard program mv45afzz , i get to know that the message type for that message is 'W' by default in standard fm "ME_CHECK_T160M". That's why that messge is not coming in rfc.

Can you please guide me how to change the message type?

Also, this fm is not released also.

Regards,

Khusboo

1 REPLY 1
Read only

tomas_talpa
Active Contributor
0 Likes
719

So if its coming from FM ME_CHECK_T160M, Khusboo, it means that the message status is checked by customising; simply change the message status customising in view V_160M (via tx SM30).

TomT