Read_text Function Module has been Modified in new Version.Please Comment INLINE table in ECC6.0.It is no more use in it.
Older Version ( 4.6c)
CALL FUNCTION ‘READ_TEXT’
EXPORTING
client = sy-mandt
id = thead-tdid
language = thead-tdspras
name = thead-tdname
object = thead-tdobject
TABLES
lines = inline
inline = XXXX “comment this one in new version , it is no more have any use
EXCEPTIONS
id = 1
language = 2
name = 3
not_found = 4
object = 5
reference_check = 6
wrong_access_to_archive = 7
OTHERS = 8.