2008 Sep 23 7:30 AM
Dear Experts,
What is the <no> in the below syntax ?
Where can we get the info for which number is what ..
SYSTEM-CALL CONVERT ID <no>
I need this info for conversion of Binary data to ASCII.
Thanks in advance.
Regards,
Matt.
2008 Sep 23 7:41 AM
Hi,
Pls refer the below SAP F1 Help.
Conversion
Note
This statement is for internal use only.
It cannot be used in application programs.
Syntax
CONVERT ID id DATA data ENCODING code ENDIAN endian IGNORE_CERR error N n POSITION position REPLACEMENT rep LEN len BUFFER buf AUX aux TYPE type.
Effect
Text and lines are converted between different formats.
Note
This statement is only provided for use in the conversion classes "CL_ABAP_CONV_...".
2008 Sep 23 7:41 AM
Hi,
Pls refer the below SAP F1 Help.
Conversion
Note
This statement is for internal use only.
It cannot be used in application programs.
Syntax
CONVERT ID id DATA data ENCODING code ENDIAN endian IGNORE_CERR error N n POSITION position REPLACEMENT rep LEN len BUFFER buf AUX aux TYPE type.
Effect
Text and lines are converted between different formats.
Note
This statement is only provided for use in the conversion classes "CL_ABAP_CONV_...".