2012 May 15 9:09 AM
Hi I am trying to read the text in a customer invoice form on F-22
What parameters do I pass for the object and the name below?
CALL FUNCTION 'READ_TEXT'
EXPORTING
CLIENT = SY-MANDT
ID = ?
LANGUAGE = 'EN'
NAME = ?
OBJECT = ?
TABLES
LINES = td_lines
2012 May 15 9:25 AM
It completely depends on the Text that you want to read.. if its from header level or item level, parameters will change.
Best thing is open the text that you want to maintain from the transaction where it is maintained.
Inside the Text editor, select the "Header" and that will provide you the correct parameters which should be passed for Read_Text. A sample Header info is attached
- HArshad
2012 May 15 9:16 AM
Hi,
Go to table STXH and give the Invoice no in the TDNAME field and execute.
It will show you all the text ids maintained for that invoice.
2012 May 15 9:18 AM
2012 May 15 9:25 AM
It completely depends on the Text that you want to read.. if its from header level or item level, parameters will change.
Best thing is open the text that you want to maintain from the transaction where it is maintained.
Inside the Text editor, select the "Header" and that will provide you the correct parameters which should be passed for Read_Text. A sample Header info is attached
- HArshad