Hi Experts!!
I try use this function:
CALL FUNCTION 'SCMS_BINARY_TO_TEXT'
EXPORTING
input_length = nose
FIRST_LINE = 0
LAST_LINE = 0
APPEND_TO_TABLE = ' '
MIMETYPE = ' '
WRAP_LINES = ' '
ENCODING =
IMPORTING
OUTPUT_LENGTH =
tables
binary_tab = t_fichero
text_tab = t_fichero2
EXCEPTIONS
FAILED = 1
OTHERS = 2
Does anyone know what value should be put in input_length and that is that value? How it works?
Thanks
Gracias.