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: 

CL_BCS method SHORT_MESSAGE

MohanChauhan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi All,

I have a requirement to show the ALV list as attachment to the user in the SEND window.

I have attachment contents in Hex. Format in one internal table.

There is a method SHORT_MESSAGE in class CL_BCS for this purpose, but i am not able to pass the attachment data to this method as it is giving me data type mismatch error.

Please let me know how to convert my attachment contents to the type suitable to be passed to this method.

Regards,

Mohan

2 REPLIES 2

Former Member
0 Kudos

Hello,

See these: [http://help.sap.com/saphelp_nw04/helpdata/en/75/a0e93ac678601be10000000a11402f/frameset.htm] and .

Regards.

MohanChauhan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi David,

Thanks, for your reply. I have seen this method. However my problem is with the parameter I_ATTACHMENT as i am not able to convert my Hex. attachment contents( ALV List ) into the data type sutiable for this parameter.

Regards,

Mohan