Application Development 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: 

Function module to get error message, using MSGNR, MSG ID, MSGV1...etc...

Former Member
0 Kudos

Hi There,

I have BDC, in return it gives me message number, message ID, msgv1,...... etc. I want to get the original message using these values.

Please can you tell me which function module should I use.

2 REPLIES 2

varma_narayana
Active Contributor

Hii

Call the FM

<b>FORMAT_MESSAGE</b>

<b>Reward if Helpful</b>

messier31
Active Contributor

Hi,

Pass these parameters to function module <b>MESSAGE_TEXT_BUILD</b>

and you will get the formatted text.

Enjoy SAP.

Pankaj Singh.