Hi,
maybe you could do this with OAOR
Rgd
Frédéric
Hi
Use SE78 use for upload and download graphics.
Use transaction SE78 to inmport graphics to SAP.
In the form painter, you can either include directly to the form using menu Edit->Graphic->Create or using the INCLUDE statement in a window.
To use an INCLUDE stanment, goto into the woindow script editor and use menu Include->Graphic. The include can look like this for a bitmap:
/: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON
regard
vinod
The best answer of all! I used a code inside a LSMW to copy a BMAP to another and worked fine. Thanks!
Add a comment