Dali's SAP ABAP Reuse Code Pieces
Tuesday, May 16, 2006
long text
I know it is stored in STXH. But I want to know how to read records of the STXH table corresponding to BKPF document number. Which OBJECTTYPE and OBJECTNAME I should pass to READ_TEXT function.can find by Using ST05.
1. SQL Trace On.
2. Dispaly the Transaction and see the Long text
3. SQL Trace Off.
4. See the results of SQL Trace, Use find button with OBJECT Type and OBJECTNAME. (This will come only when u see the Long text in the trans)
5. Use the function Read_text with the OBJECTTYPE AND OBJECTNAME.
Display the documents you posted through whatever transaction.
Then display the (long)text you entered, it will open an text editor.
In the text editor, following menu path GOTO-->HEADER, you will get all the required information.
