Thanks for response .
As mentioned in the subject, I am discussing about FM 'LANGTEXT_ONLY'.
It is a custom program and my code is like
CALL FUNCTION 'LANGTEXT_ONLY'
EXPORTING
object = 'QMEL'
object_nr = h_object_nr
spras = 'E'
txtid = 'LTXT'
x_xaktyp = 'H'
* COUNT_INLINE =
* SAVE_MODE = h_save_mode
text_history = 'X'
text_property = '' "
* CHECK_LTX_EXIST =
* IV_SUPPRESS_END_SPACE = 'X'
IMPORTING
ind_inv = linv
inv_exist = lexist
* IND_UPD_GENERAL = X
* RESULT = h_result
* TABLES
* T_INLINES =
EXCEPTIONS
OTHERS = 1.
Thank you
Rakhee Prabhu