Application Development 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: 

In Smartform Images should Vary/Change based on Input

yarnagula_sudhir
Active Participant
0 Kudos

This message was moderated.

4 REPLIES 4

former_member182888
Participant
0 Kudos

Peace be upon you,

you will add both images in the smartform,

then go to the conditions tab,

add condition on the field name

where

WA_TAB-VBELN = '1'.

and on the other Image

WA_TAB-VBELN = '2'.

Hope you find this Helpful

0 Kudos

Hello Sudhir,

Use variable instead of hard coding the image.

Use naming standards for images, so that it will be easy to assign the variable with image name.

Thanks & Regards,

Sreedhar

former_member206650
Active Participant
0 Kudos

Hi sudhir,

As Marwan said that condition  technique is right ,using alternative also you can do your task since you have only two image display condition .

create alternative from flow logic.if it is true display your image 1 or if it is false display the other image.

hope you got the idea.

former_member206650
Active Participant
0 Kudos

Hi sudhir,

As Marwan said that condition  technique is right ,using alternative also you can do your task since you have only two image display condition .

create alternative from flow logic.if it is true display your image 1 or if it is false display the other image.

hope you got the idea.