cancel
Showing results for 
Search instead for 
Did you mean: 

Display Image dynamicaly on smartform

Former Member
0 Kudos

Hi,

I have a internal table with employee name and EMP_ID . Both are char type.

In se78 I upload image by given image name emp_id .

Then I pass the value Name and emp_id, in smartform through se38.

and try to retrieve image with &it_emp-emp_id& in the ghaph .

it can not display the image and give a massage Graphic can not be displayd .

If i Only run the smart from & pass the value of name and emp_id then it can display with dynamically changing image.

but fail when run through SE38.

Pls help as early as possible.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hellow Aby Rehyn ,

Can you please tell me the whole proceduer how you achive this i realkly got trouble, i need to print employe Id card from smart from with dynamic changing images pls help me out.

Former Member
0 Kudos

Hi,

Are you trying to print multiple employees in a single print?

try with its workarea.

Also give the Graphic name variable in uppercase.

Jshree

Former Member
0 Kudos

Thanks Jshree .

In smartform, I create a table and loop it by the internal table it_emp.

In the table I have two cell. One for image, and other for emp Information.

In the image cell, I create a graphic node, and pass value &it_emp-empid& .

Pls help more.

Former Member
0 Kudos

Hi,

The way you proceeded is correct.

But the error GRAPHIC NOT FOUND occurs only if the image does not exits.

Since you are getting the output while executing the SMARTFORM alone,the problem should be with the driver program.

Check the internal table and the type of the image.

Jshree

Former Member
0 Kudos

HI.

I can solve this problem.

For this, CONDENSE is used for the image variable.

Thanks

Rayhan.

Former Member
0 Kudos

can you please tell me how can i decalre the image veriable in smartform (Dynamic Image).