‎2006 Jul 07 8:12 AM
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
‎2006 Jul 07 8:20 AM
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.
‎2006 Jul 07 8:20 AM
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.
‎2006 Jul 07 8:33 AM
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.
‎2006 Jul 07 8:45 AM
Hi sangram,
try this..,.,.
BITMAP RF1NEW OBJECT GRAPHICS ID BMAP TYPE <b>BCOL</b> DPI 600
Now check it,.
Regards
vijay
‎2006 Jul 07 10:44 AM
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
‎2006 Jul 07 8:29 AM
Hi sangram,
can you show the code for including logo. is it color or B/white one.
regards
vijay
‎2006 Jul 12 6:49 AM
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