Super, das hat wunderbar geklappt mit den unteren 4.c_ttype_element type tdsfflag value 'E', " Textelement
c_ttype_module type tdsfflag value 'M', " Textbaustein
c_ttype_include type tdsfflag value 'I', " Textinclude
c_ttype_dyntext type tdsfflag value 'D'. " Dynamischer Text
Code: Alles auswählen.
CALL FUNCTION 'SSFCOMP_CONVERT_ITF_TO_TOKEN'
EXPORTING
i_text = lt_tline
i_name = ??????????
i_langu = 'D'
i_texttype = 'E'
IMPORTING
E_TOKEN = lt_token.Code: Alles auswählen.
call function 'SSFCOMP_CONVERT_ITF_TO_TOKEN'
exporting
i_text = l_text
i_name = ' '
i_textname = ' '
i_langu = ' '
i_texttype = 'A'
IMPORTING
E_TOKEN = token_t.