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

control code of an image in SAP script

Former Member
0 Likes
780

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

5 REPLIES 5
Read only

Former Member
Read only

Former Member
0 Likes
754

any other suggestion?

Read only

Former Member
0 Likes
754

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

Read only

0 Likes
754

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.

Read only

0 Likes
754

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