‎2008 Feb 27 10:50 AM
Hi All,
I have created STD TEXT using SO10. Can you please tell me how do I can read this in Program.
I know we can use READ_TEXT but is there any other alternative. As I do not have OBJECT NAME for this STD Text.
<REMOVED BY MODERATOR>
Regards
Ramesh
Edited by: Alvaro Tejada Galindo on Feb 27, 2008 4:09 PM
‎2008 Feb 27 11:32 AM
Hi,
For any standard text if you want to find its object id , object language then go to SO10 enter the name of standard text and click on display or change.
In GOTO -> HEADER.
You will find all the details there.
You can also use select_text function module.
Thanks,
Shravan.
‎2008 Feb 27 11:04 AM
Hi Ramesh,
I doubt that you are able to create a text without a name in transaction SO10. But in the program you can select the data required from table STXH by using the other parameters and call the function module READ_TEXT with this data!
As far as I know, there is no alternative to the READ_TEXT that doesn´t need the name of the text.
‎2008 Feb 27 11:09 AM
Hi,
If you have created that text is SO10 as standard text
use TEXT as object to read the text using FM READ_TEXT
Regards,
Himanshu
‎2008 Feb 27 11:32 AM
Hi,
For any standard text if you want to find its object id , object language then go to SO10 enter the name of standard text and click on display or change.
In GOTO -> HEADER.
You will find all the details there.
You can also use select_text function module.
Thanks,
Shravan.
‎2008 Feb 27 11:40 AM