cancel
Showing results for 
Search instead for 
Did you mean: 

Put employee picture in Smartform

michael_teran
Participant
0 Kudos

Hi,

I have a problem... I have to put in a smartform The employee picture ( like PA20 or PA30 )

I checked the following functions :

HR_ESS_WHO_PROG_GET_PICT_URI

HR_ESS_WHO_PROG_GET_PICTURE

But Those aren`t the solution ...

Somebody has an idea to solve my problem

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

Hi,

In the global definition-> initialization , write your code as select statement to fetch the pitcure information from PA20 and pass it to zvariable (eg : zlogo).

In grpahics, input the value as &zlogo& and their corresponding object and ID within &.

it will trigger the photos dynamically.

Regards,

Prabu

Former Member
0 Kudos

hi prabu,

will you specify more i have same issue and dont know how to decalre the veriable in global defination can you please advocie me?

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

It seems smartform can only display picture that upload in se78 .

employee picture --> se78 -- > smartforms

Regards

spirit_fly

michael_teran
Participant
0 Kudos

I have to use the same photos that In pa30 ... (those pictures are in jpg format) and I would like to show then in a smartforms

former_member536879
Active Contributor
0 Kudos

Hi,

For putting the Picture in the smartform you must have employee's picture in the system.

Then fetch that picture from the table based on the employee number and call this picture in the smartform dynimcally as per the employee records.

First to findout in which table the pictures are getting saved and whats the logic for retreiveing those pictures.

With Regards,

Sumodh.P

Former Member
0 Kudos

If Picture needs to come dynamically... may be a BDC will work?? try...

Thanks,

Preyansh

former_member213437
Active Participant
0 Kudos

Hi Michael,

Picture has to come in the smart form Dynamicallty or what??

If not use the method what Ganesh said , it wil work.

With Regards,

Murthy

Former Member
0 Kudos

upload the picture in se78 t code.

then create a window for the employee picture.

right click on window>create>graphic

give the name , object, ID

Regards

Ganesh Reddy