‎2004 Nov 01 9:38 AM
Hello,
I need to include several graphics in my Web Form, which are stored in binary data format on the SAP database. I can read the graphics into internal tables, but how can I include them into a web form / smart form?
thanks a lot,
Claudia
‎2004 Nov 01 9:06 PM
Claudia,
In case of smartforms you can do two things:
1) Save these images as standard text and call them using include statements in the smartform. This can be done dynamically.
2) Upload the images as bitmap before invoking them in the smartform graphic windows.
Hope that helps.
Rahul Rajaram