cancel
Showing results for 
Search instead for 
Did you mean: 

FORMATTING_ERROR - Message ID : SSFCOMPOSER in Smartform

Former Member
0 Kudos

Hi All,

I am getting a strange issue for dynamic logo in smartform. I am unable to preview the form and getting the following error.

"Graphic cannot be displayed" . Message number : 159.

The graphics are stored as standard texts in development server and I have seen the preview in SE78. I am fetching the graphic value and populating into a varaible &v_logo&. The value is populated correctly in &v_logo&.

Taken a graphic node and in general attributes ,

NAME : &v_logo&

Object : Graphics

ID : BMAP

Radio button Determine dynamically : &v_logo&.

Resolution DPI : 200

Please suggest the possibilities.

Thanks in advance.

Rraajzni.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hello Rajani Yarnagula ,

This is relating to AUTHORISATION issue. I did the to resolve the issue .

Goto SE78.Set a break point while calling the required graphic (set break point at AUTHORITY-CHECK statement ).

Check the value of sy-subrc

If its 12 then , this only led to the problem.

save the break point .

go to the smart form and give print preview now.

The control stops at the sy-subrc and you could see it is 12 .

change it to 0 . save and execute it .

You will be able to see the result .

Note- this is a not a permanent solution .Get the required authorisation and proceed ahead

Kindly revert back if the issue is not solved.

Comradely ,

K.Sibi

Edited by: sibi k kanagaraj on Sep 30, 2009 12:48 PM

Former Member
0 Kudos

Hello Rajani Yarnagula ,

This is relating to AUTHORISATION issue. I did the to resolve the issue .

Goto SE78.Set a break point while calling the required graphic (set break point at AUTHORITY-CHECK statement ).

Check the value of sy-subrc

If its 12 then , this only led to the problem.

save the break point .

go to the smart form and give print preview now.

The control stops at the sy-subrc and you could see it is 12 .

change it to 0 . save and execute it .

You will be able to see the result .

Note- this is a not a permanent solution .Get the required authorisation and proceed ahead

Kindly revert back if the issue is not solve .

Comradely ,

K.Sibi

Former Member
0 Kudos

Hi

I think the process of trying to displat the logo is smartform is misunderstood here. When you can see the preview of the logo in SE78, why are you calling the logo in a standard text and then assigning those values in the graphic node.

Create a graphic node, press f4 on the graphic name attribute,here you will find all the logos available in Appln Server or the logos u have seen in SE78.

Vishwa.

former_member555112
Active Contributor
0 Kudos

Hi,

Pass the details in capital letters and check.

NAME : &v_logo&

Object : GRAPHICS

ID : BMAP

regards,

Ankur Parab

Former Member
0 Kudos

Hi,

Try increasing the window size or decrease the image and check it again.

Thanks,

Omkaram.

Former Member
0 Kudos

Hi

its the Window size issue... increase the size and check it

surya

Former Member
0 Kudos

Hi Surya,

Tried with resizing of window. No change.

Rraajzni.

Former Member
0 Kudos

Hi Surya,

Tried with resizing of window. No change. Same error.

Rraajzni.

Former Member
0 Kudos

hi

1)

Create a Graphic window

Name ZDRL_AUR1

Object GRAPHICS

ID BMAP and choose Color Bitmap if your Logo is coloured or else Black & white and the resolution150 Dpi or as per your need..

2) in Se78 check out check in the HEADER the details of the LOGO its size etc and based on that you change in your Smartform or the logo which ever is feaseable..

surya