Hi everyone,
Did anyone use LANGTEXT_ONLY func mode before? When i called this function mod a text editor is displayed but the texts that were previously entered are greyed out and user cant change them. Any idea how do I enable those old text to changable?
CALL FUNCTION 'LANGTEXT_ONLY'
EXPORTING
object = lc_object
object_nr = lw_object_nr
spras = lw_lang_type
txtid = lc_txtid
x_xaktyp = 'V'
COUNT_INLINE =
save_mode = ' '
text_history = ' '
text_property = 'X'
CHECK_LTX_EXIST =
IV_SUPPRESS_END_SPACE = 'X'
IMPORTING
IND_INV =
INV_EXIST =
IND_UPD_GENERAL =
RESULT = lw_result
TABLES
t_inlines = lt_lines
.