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

Message Id

Former Member
0 Likes
755

hi all,

Is there any function module which will give message when we pass message id.i am using bapi and its giving me id not the actual message...

Regards

Lalit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
733

Lalit,

Use FM

"FORMAT_MESSAGE"

Don't forget to reward if useful.....

5 REPLIES 5
Read only

Former Member
0 Likes
734

Lalit,

Use FM

"FORMAT_MESSAGE"

Don't forget to reward if useful.....

Read only

Lakshmant1
Active Contributor
0 Likes
733

Hi Lalith,

check FM SWO_TEXT_MESSAGE

Thanks

Lakshman

Edited by: Lakshman Tandra on Jan 24, 2008 12:03 PM

Read only

Former Member
0 Likes
733

Hi,

generally bapi will return the message text in return-message i.e in return table message field will display the text.

Plzz reward points if it helps.

Read only

former_member404244
Active Contributor
0 Likes
733

Hi,

use the FM

CALL FUNCTION 'BALW_BAPIRETURN_GET2'

EXPORTING

type = sy-msgty

cl = sy-msgid

number = sy-msgno

par1 = sy-msgv1

par2 = sy-msgv2

par3 = sy-msgv3

par4 = sy-msgv4

IMPORTING

return = it_ret1.

Regards,

Nagaraj

Read only

Former Member
0 Likes
733

Hi,

You can try with FM 'BUILD_TEXT_MESSAGE'.

Rgds,

Bujji