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: 

convert from the 'tbl1024' (RAW 1024) format to the 'solix'(RAW 255)

former_member307359
Participant
0 Kudos

Hi expert,

How to convert from the 'tbl1024' (RAW 1024) format to the 'solix'(RAW 255).

Thanks

Vimal Raj

2 REPLIES 2

former_member307359
Participant

Issue is resolved.

I struggled for long time and finally i found below method to convert and it works for me.

CALL METHOD cl_rmps_general_functions=>convert_1024_to_255
           EXPORTING
             im_tab_1024 = it_BINARCHIVOBJECT[]
           RECEIVING
             re_tab_255  = IT_MAIL_HEX[].