‎2009 Jun 11 12:06 PM
Hi,
Is there any function module to convert internal table data to binary data?
If Yes, What is that?
If No, how is this possible?
Thanks,
Radhika
‎2009 Jun 11 2:10 PM
‎2009 Jun 11 12:49 PM
Hi,
Use this FM "SRET_TEXT_TO_BINARY" to get binary data from text. To get internal table data, you have to pass each record column data and its length to this FM, then output should be imported into other internal table(type X fields).
Regards,
Thilotham.
‎2009 Jun 11 2:10 PM