Hello Gurus,
I need Item Level Text ID and Description of Text Id and content of Text ID. I used READ_TEXT FM.
But, how can i print this id, How I will get the description of Text ID and content of the Text-ID.
I got Text ID, Description and content for Header Text. for header EKKO has relationship with STXH, STXL.
But I need for Item Level : Item Text ID, description and content.
for getting the EKPO item details there is no relation between EKPO ,STXH, STXL.
CALL FUNCTION 'READ_TEXT'
EXPORTING
CLIENT = SY-MANDT
ID = 'F01'
LANGUAGE = SY-LANGU
NAME = STR
OBJECT = 'EKPO'
ARCHIVE_HANDLE = 0
LOCAL_CAT = ' '
IMPORTING
HEADER =
TABLES
LINES = ITEM_I_XTLINE
EXCEPTIONS
ID = 1
Thanks in advance.
appreciate for help.
Thanks
Kiran.