Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Any equivalent FM for tcode SE78 ?

Francis417
Participant
0 Likes
542

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

2 REPLIES 2
Read only

former_member189905
Participant
0 Likes
452

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.

Read only

Francis417
Participant
0 Likes
452

Problem solved.