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: 

employees image in smartform from infotype

Former Member
0 Kudos

Hello All,

In our system, we are maintaining images of all emplouees in t code OAAD so that in pa30 whenever I enter any personal number, its image comes there automatically.

Now I want to design a smartform in which I can pick up these same images of employees which show up in the t code pa30. They have the Business object, Object key, Document type, Document ID and Doc. class maintained in t code OAAD.

Please suggest how to show up the image in the smartform and that too dynamically.

Thanks

Ribhu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

you may be knowing where these images are stored in your server..

so take a variable

select all the images from the database.

when you call your smartform

send a particular image name into that variable

and in the smartform

you will create the window--> graphics

and in the place of the image name you have to give

<b>&variable&</b> which is containing the image name

then it will be dynamic.

thanks & regards,

Venkatesh

4 REPLIES 4

Former Member
0 Kudos

Hi,

you may be knowing where these images are stored in your server..

so take a variable

select all the images from the database.

when you call your smartform

send a particular image name into that variable

and in the smartform

you will create the window--> graphics

and in the place of the image name you have to give

<b>&variable&</b> which is containing the image name

then it will be dynamic.

thanks & regards,

Venkatesh

0 Kudos

well I donno how to access the image from the server....... or where they are stored....... Can you please let me know how to find the same?

Former Member
0 Kudos

Hi,

delcare the variable

as

SSFSCREEN-GR_NAME

general attributes of graphics

Name &variable&

Object GRAPHICS

ID BMAP

thanks & regards,

Venkatesh

Former Member
0 Kudos

check this

Regards

Peram