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

Import graphics using RSTXLDMC Program giving error message

Former Member
0 Likes
659

Hi Friends,

I am importing logo(tiff format)

by using RSTXLDMC program, it's giving error mesage "TIFF format error: No baseline TIFF 6.0 file"

can anyone explain me how to resolve this issue.

Regards,

Anish

4 REPLIES 4
Read only

atanu_mukherjee
Explorer
0 Likes
586

Hi Anish,

This seems to be a file format error. As per the code TIF_INFO-TIFTYPE has not been populated due to proper type of TIFF file has not been used. Program is expecting any of the following Tifftype:

C_TIFTYPE_BILEVEL VALUE 'B',

C_TIFTYPE_GRAYSCALE VALUE 'G',

C_TIFTYPE_COLORMAP VALUE 'C',

C_TIFTYPE_FULLCOLOR VALUE 'F',

This error gets generated when Tiftype is coming as BLANK. Hope this helps.

BR,

Atanu

Read only

0 Likes
586

Hi Atanu,

This is a SAP standard program (RSTXLDMC). Can change it in the program . Can u explain in brief.

I use other method to import graphics using se78 but in that image become different from the orginal one i.e.

image become blur.

Regards,

Anish

Read only

former_member201275
Active Contributor
0 Likes
586

The answer is here:

and here:

and more info here:

http://www.sdn.sap.com/irj/scn/advancedsearch?query=tiffBaseline6.0+++&cat=sdn_all

Read only

0 Likes
586

Hi ,

Whatever u link provide can't solve my issues. I just inquiry about that is it possible to import graphics using se78 or RSTXLDMC

program. Any requirements need to solve my program error.

In se78 , i import a images in bmp format but images become blur. How can i resolve this . Many questions is posted as same what i ask but no one solve that problem.

Regards,

Anish