Application Development 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: 

Script : issue with image

Former Member
0 Kudos

Dear all,

I have silly question.

I have to include a image in sap script . I am using

'BITMAP 'Z_xxxxxx_xxxxxxxxxxx_xxxxx' OBJECT GRAPHICS ID BMAP TYPE BMON DPI 300'. as this is too long, it is taking only as 3 dpi, how can I change the length of editor.

I can"t change the name of image.. Anyway it would be as an information, if somebody tell me, how to change of the name.

Thank you.

Regards

Venkat.

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Click GO ->Change Editor. Will it allow you to extend to the next line using the = sign.

/:   BITMAP 'ZXXXXXXXXXXXXXXXXX.BMP' OBJECT GRAPHICS ID  
=    BMAP TYPE BMON DPI 300                                    

Regards,

Rich Heilman

0 Kudos

Hello Rich Hielman,

Iknew about "=" but never tried it on command line.

Thanks ...

Regards

Venkat.