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

FM for get string from message (replacing &) ?

former_member425121
Participant
0 Likes
617

Hi

Does somebody knows the FM wich receives an error message number and the values for &s and it returns the resulting string ?

Like a MESSAGE comand but not for show the resulting text in screen , but get the resulting string in a Char variable.

Regards..

Frank

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
559

Hi,

Use the FM MESSAGE_PREPARE..

Thanks,

Naren

3 REPLIES 3
Read only

Former Member
0 Likes
560

Hi,

Use the FM MESSAGE_PREPARE..

Thanks,

Naren

Read only

0 Likes
559

Thanks Naredan

I was looking something like message_get or get_message but i did not found any FM generical .

Regards

Frank

Read only

Former Member
0 Likes
559

HI,

Use CO_TA_T100_READ this is used to get the message,

passing message numbers .

i used thisto extract the message text while running bdc CALL TRANSACTION.as it returns message numbers and variables, hope this helps .