cancel
Showing results for 
Search instead for 
Did you mean: 

Function module

Former Member
0 Kudos

hi experts,

I have got a file, on reading that i am getting a message id, please tell me how to use the message id as an input to any function module?

Thanks,

shreya

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member463616
Contributor
0 Kudos

Hi Shreya,

>>please tell me how to use the message id as an input to any function module?

You have give to message id for the FM 'SXMB_GET_MESSAGE_PAYLOAD'. Then you will get payload of the message.

Suppose, if you get hexadecimal payload, then you have convert this, by using the FM 'ECATT_CONV_XSTRING_TO_STRING'.

Regard,

Rajesh