Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Standard Text

Former Member
0 Likes
592

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

4 REPLIES 4
Read only

andreas_mann3
Active Contributor
0 Likes
558

Hi,

use fm read_text

example:

Andreas

Read only

Former Member
0 Likes
558

hi,

use READ_TEXT function module and OBJECT is TEXT.

cheers,

sasi

Read only

Former Member
0 Likes
558

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

Read only

Former Member
0 Likes
558

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