CALL FUNCTION 'SCMS_TEXT_TO_BINARY' EXPORTING FIRST_LINE = 1 LAST_LINE = 10 APPEND_TO_TABLE = 'X' MIMETYPE = ' ' IMPORTING OUTPUT_LENGTH = TABLES text_tab = it_data binary_tab = lt_att_content_hex EXCEPTIONS FAILED = 1 OTHERS = 2 . As you can see my internal table consist of...