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 to get error message, using MSGNR, MSG ID, MSGV1...etc...

Former Member
0 Likes
5,499

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
Read only

varma_narayana
Active Contributor
1,037

Hii

Call the FM

<b>FORMAT_MESSAGE</b>

<b>Reward if Helpful</b>

Read only

messier31
Active Contributor
1,037

Hi,

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

and you will get the formatted text.

Enjoy SAP.

Pankaj Singh.