cancel
Showing results for 
Search instead for 
Did you mean: 

How to display the employee photo in a smartform

Former Member
0 Kudos

hii,

I need to display the photo loaded through OAAD transaction in a smartforms.

If any one got a solution for the same,pls give me some guideline.

Regard,

Deeplata

Accepted Solutions (1)

Accepted Solutions (1)

amit_khare
Active Contributor
0 Kudos

Welcome to SDN.

Refer the links -

Regards,

Amit

Reward all helpful replies.

Answers (2)

Answers (2)

mahaboob_pathan
Contributor
0 Kudos

hi,

These are all the steps to upload the Photo.

1.Create a number range for SAP Archive Link :

IMG>Basis Components>Basis Services>SAP Archive Link>Basic Settings>Maintain number ranges.

Tcode OANR. Create range 01 from 0000000001 to 9999999999 without the external number flag.

2.Document type HRICOLFOTO must exist with document class JPG.

IMG>Basis Components>Basis Services>SAP Archive Link>System Settings>Maintain document types.

Table TOAVE, Tcode OAC2.

3.Document type HRICOLFOTO must be linked to object type PREL and IT0002.

IMG>Personnel Management>Personnel Administration>Tools>Optical Archiving>Set up Optical Archiving in HR.

View V_T585O, no Tcode. In all three columns there ara minuses, don’t put a flag in the check box.

4.Check which content repository (Archive) is linked to document type HRICOLFOTO and object type PREL.

IMG>Basis Components>Basis Services>SAP Archive Link>Basic Settings>Maintain Links.

Table TOAOM_C, Tcode OAC3

5.Create this content repository with storage type FILE archive.

IMG>Basis Components>Basis Services>SAP Archive Link>Basic Settings>Maintain content repositories.

Tcode OAC0

Storage type FILE archive can be attained by clicking on the field Storage type and clicking somewhere else in the screen with the right mouse button. Choose Possible entries and only then you get a list of all values. FILE Archive is entry number 08. Choose Version no. 0031 and Archive path something (e.g. C:\).

6.Link photo to personnel number.

Menu>Tools>Business Documents>Miscellaneous>Stored Documents. Tcode OAAD.

Click on the Create button. Business object PREL and Docyment type HRICOLFOTO. Click on create (fill in the right personnel number in the pop up and click Continue). Choose the photo (as a JPG file) from the place where it is saved (e.g. hard disk). SAP will notify that the Stored Document was created succesfully. Photo is visible via PA10, PA20, PA30, PA40. Double-click to magnify photo.

If you want to upload the photo in Mass, view the zprog in this link.

http://wiki.ittoolbox.com/index.php/Code:Z_report_for_Massive_Photos_Upload

Former Member
0 Kudos

Thank u,

how can we change a jpg image to bmp?

the std program RSTXLDMC can convert only TIF images.

Regards,

Deeplata