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

tiff file edit in Sap Script

Former Member
0 Likes
541

Hi,

I am changing PO script, some body uploaded standard text contained tiff file into sap.

That tiff file contains some text, Now i want to edit some text in that file.

Now i don't have that original file, how can i find out that file in SAP?

thanks,

fractal

Hi,

I am changing PO script, some body uploaded standard text contained tiff file into sap.

That tiff file contains some text, Now i want to edit some text in that file.

Now i don't have that original file, how can i find out that file in SAP?

thanks,

fractal

3 REPLIES 3
Read only

Former Member
0 Likes
512

When you uploaded the Tiff file using the Program into SAP, you would have saved that Tiff file as a STandard text into SAP.

Unless you change the SAP proposed Standard text name,

Standard text name would start with "ZHEX-MACRO-*", with Text ID 'ST'.

Now try looking for standard text of that Name.

I know this is a convoluted process. But no other way seems to there.

Hope this helps

Vinodh Balakrishnan

Read only

Former Member
0 Likes
512

use transaction code SO10, type in the standard text name you found from your SAPscript.

The TIFF file is stored in hex.

Give rewards if helpful.

Read only

0 Likes
512

I got that file, but it is in Hex.

How can i edit this file?