‎2005 Sep 21 1:43 PM
Hello,
How to read Standard Text? I am trying to convert Image file as Standard text. After that I want read that text.
Any idea?
Thanks,
Srinivas
‎2005 Sep 21 1:45 PM
‎2005 Sep 21 2:07 PM
hi,
use READ_TEXT function module and OBJECT is TEXT.
cheers,
sasi
‎2005 Sep 21 2:12 PM
You can use report RSXTLDMC to upload an image file on your PC as standard text in SAP.
To read in a program you can use function READ_TEXT with the name which was used to save the text in above step.
You can directly include this standard text in saoscript / smartform for printind.
You can also view the text in SO10 , ut only print or print preview you can actally see the image in SAP.
Cheers
‎2005 Sep 21 4:44 PM
Use the function module READ_TEXT to read the standard text.
In order to upload the image execute the program
RSTXLDMC(Upload TIFF files to SAPscript texts)
then use READ_TEXT to read the standard text.
Satish