2011 Feb 21 5:02 AM
Hi all,
We have an image in our SAP script, now I need to find the control code of that image in thr SAP Script that we need to send to the printer, so can you please tell me where can I find the control code of that image in our SAP script.
Thanks,
Rajat
Hi all,
We have an image in our SAP script, now I need to find the control code of that image in thr SAP Script that we need to send to the printer, so can you please tell me where can I find the control code of that image in our SAP script.
Thanks,
Rajat
2011 Feb 21 5:49 AM
hi,
try this link...
http://help.sap.com/saphelp_di471/helpdata/en/39/cc9fae576911d1896f0000e829fbbd/frameset.htm
regards,
suba
2011 Feb 21 12:26 PM
2011 Feb 21 3:04 PM
Hi Rajat,
You need to find where the image is called?
if yes goto to SE71 -> Page Window -> F9 at each window
search for something like this
INCLUDE ZHEX-MACRO-LOGO OBJECT TEXT ID ST
OR
BITMAP 'ZLOGO' OBJECT GRAPHICS ID BMAP TYPE BMON DPI 150
--
Raul Natu
2011 Feb 21 3:09 PM
Thanks for the reply.... this is exactly from where I got the hexadecimal code ... but when I send the code to the print dept they said this is the wrong one.
2011 Feb 21 3:21 PM
Goto to SO10 and put the image name, text id and language and press F8, if the image is displaying right, try to print from there