hi all,
Requirement: i need to create a logo depending upon the company code.
I have created a function module and stored logo in a variable called v_logo in my driver program.
the problem is that i am unable to include the variable v_logo in sapscript
/: BITMAP V_LOGO OBJECT GRAPHICS ID BMAP TYPE BCOL.
do i need to create a graphic window nor a normal window to include the above command.
i have tried using a graphic window but it does not allow me to use the above command.
so let me know how to insert the above command in sapscripts?
whether to include in a graphic window nor in a normal window?
thanxs in advance