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

LOGO not appearing from sap script print program

Former Member
0 Likes
868

Hi,

I have designed a script with a separate logo window. I am able to see the logo from the test print from SE71 but the same is not appearing from the print program. Also tried defining a separate element and calling from print program but still doesn't work.Thanks in advance.

Regards,

Sangram

SAP Consultant

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
739

check..

ru declare elment in window for logo...

like..

/E ELEMENT1

/: INCLUDE grph...................

in driver programm

CALL FUNCTION 'WRITE_FORM'

EXPORTING

window = 'LOGO'

element = 'ELEMENT'

EXCEPTIONS

window = 1

element = 2.

6 REPLIES 6
Read only

Former Member
0 Likes
740

check..

ru declare elment in window for logo...

like..

/E ELEMENT1

/: INCLUDE grph...................

in driver programm

CALL FUNCTION 'WRITE_FORM'

EXPORTING

window = 'LOGO'

element = 'ELEMENT'

EXCEPTIONS

window = 1

element = 2.

Read only

0 Likes
739

thanks for your input.

Actually I am using bitmap file and written in script as

BITMAP RF1NEW OBJECT GRAPHICS ID BMAP TYPE BMON DPI 600

and not using any write_form in my driver program ( as per my understanding it is not required as we are using bitmap file). When I test the script using test print the LOGO is appearing but same thing when I called from my driver program it is getting disappeared.

Read only

0 Likes
739

Hi sangram,

try this..,.,.

BITMAP RF1NEW OBJECT GRAPHICS ID BMAP TYPE <b>BCOL</b> DPI 600

Now check it,.

Regards

vijay

Read only

0 Likes
739

Hi Sangram,

dont put ur logo within any<b> element</b>. In sapscripts, if u have something within a Text Element, then the contents within that element is displayed only wen u explicitly call them from ur program..

if this is taken care of, then let us know if u r testing the program in the same client or the server wher u had uploaded the logo... if not then u may need to transport the logo

Read only

Former Member
0 Likes
739

Hi sangram,

can you show the code for including logo. is it color or B/white one.

regards

vijay

Read only

Former Member
0 Likes
739

Hi all,

Sorry for bothering you all, actually It was a mistake on my side I had designed the script in FR but testing was carried out in EN. when I when into debugging mode I discovered this.Thanks for sparing your valuable time in replying to my query.

Thanks and regards,

Sangram