Hi guys,
I have a requirement to implement a SAPscript form where different logos can be displayed based on a number of factors. I have uploaded the logos I will be using as bitmaps to SE78 and so far I have a PERFORM in my SAPscript used to bring back the logo name from a custom table to populate the below statement.
BITMAP &LOGO& OBJECT GRAPHICS ID BMAP TYPE BCOL
The problem I have is that the logos are of different widths and sizes and I need the logo to be displayed in the upper right hand corner of the form. This means XPOS will not work and as far as I am aware there is no right align command I can use.
Do you guys know a way around this?
Thanks,
Thinh