‎2012 Aug 28 3:33 AM
Hi,
I understand that by using SE78, we can upload an image to SAP and we can then use this image in the smartforms. Now I would like to use a program to determine which photo to upload.
For example, I've created a graphic object EE_PHOTO in SE78. In the smartform, the graphic object EE_PHOTO is included as one of the component. Now, in the abap program, before calling the function to generate the Smartform, based on different condition, say if condition A is met, I need to upload picture A to EE_PHOTO; if condition B, I need to upload picture B to EE_PHOTO.
In such case, the smartform can be created with the correct picture based on different condition.
Appreciate if any advise can be given whether this appraoach is feasible and how I can perofrm the step for uploading photos in background.
Thanks,
Francis
‎2012 Aug 28 4:05 AM
Hi Francis,
To generate the image for the graph in Smartforms, when you specify the general attributes of your graphic you have the following options:
- Black and White
- Color BMP
- Determine Dynamically <--- Use this one
I hope this will help you.
‎2012 Aug 28 5:29 AM