cancel
Showing results for 
Search instead for 
Did you mean: 

Call image dynamically in Smartforms ?

Former Member
0 Kudos

Hi All,

How can i call image dynamically in a Smartforms ? My requirement is some what like this when i give the material number i should get all the details of that particular material along with its picture . how can i achive this though i can get the material details but no idea as how to call a image dynamically

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Praveen,

From where you will fetch the image ?

naimesh_patel
Active Contributor
0 Kudos

You must create a Graphics node in your Smartform.

Pass the Variable name which contains the Graphics name in the Graphics Node with the &.

Create Program Lines to assign the value to variable


W_MAT_GRAPH = 'MAT1'.

Like in Graphics Node:

&W_MAT_GRAPH&

Regards,

Naimesh Patel