‎2008 Mar 17 10:30 AM
HI guys,
How do I convert data that is in binary into text?
It might not be an immediate conversion right?
What are the steps involved?
Lets say the data is in a binary internal table. For example
DATA: BEGIN OF data_bin OCCURS 1,
line TYPE SDOK_SDATX,
END OF data_bin.
‎2008 Mar 27 5:14 PM
Hi!
Take a peek at FM SCMS_BINARY_TO_TEXT and give it s shot.
Best!
Jim