‎2010 May 11 7:26 AM
Hi All,
What is the usage of SAVE_TEXT,READ_TEXT and CREATE_TEXT in Scripts?
Regards,
‎2010 May 11 7:32 AM
Hi,
You can find your self...
The easiest way of understanding any FM is by reading its documentation..
In SE37 -> Give the name of FM -> Main menu -> Goto -> Documentation -> Function module documentation
Or Simply
In SE37 give the function module name and press F9 ....
Edited by: Lokesh Tarey on May 11, 2010 8:35 AM
‎2010 May 11 7:52 AM
For just an example, there are Item Texts and Header Texts maintained in Sales Documents. SO, delivery etc.
If these texts are to be displayed on the form, READ_TEXT to be used to fetch them.
These texts are not directly available in the databse.
For some functionality if you wish to change or create new text, you can do this using SAVE_TEXT, CREATE_TEXT
Hope this is helpful.
Pranu
‎2010 May 11 8:30 AM
Hi,
If you want to know the value of the parameters of the function, you can find in the table STXH.
You create the text in the document (purchase order...) and with a SE16 on STXH:
TDFUSER = sy-uname
TDFDATE = the date you create the text. you will find the key of STXH
Best regards
‎2010 May 11 8:54 AM
Please search before posting, don't ask interview/exam type of questions.
Please don't answer such questions!
Thread locked.
Thomas