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: 

SYSTEM-CALL CONVERT ID <no>

Former Member
0 Kudos

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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_...".

1 REPLY 1

Former Member
0 Kudos

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_...".