Hi experts,
Is it possible to insert a language independed logo within sapscript?
I only manage to import 1 logo as a graf. [screenshot|http://imageshack.us/photo/my-images/39/capturezz.png/]
I tried to change the generated code within to something like
if sy-language='EN'
BITMAP 'ZLOGO_EN' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 200
else
BITMAP 'ZLOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 200
but i cant change the code that was generated when i import the graph.
Can someone help me out if this is possible within sapscript or not?
regards,
Michael