Employee Photo enclosing

Hi everyone,
Please explain me how i enclose the photo of an employee.Infotypes usable in it.It would be a great help.

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.

Similar Messages

  • Calling infotype 0002 in ALV  report for showing employee photo

    Hi all,
    The requirment from business side is a report in which employees personal data shuold be shown with employee photo, I had tried for employee photo in ALV report but it didnt sucessed, then I went for other solution like calling transaction in ALV report.
    In this case I am calling Infotype 0002 but the issue is that the transaction PA20 is coming with PERNR but I am not able to go directlly to infotype which shows employee Photo,please suggest any solution.
    Thaks.
    JAY

    Hi Jay,
    It is possible. Please refer the syntax for the CALL TRANSACTION
    CALL TRANSACTION ta { [AND SKIP FIRST SCREEN]
                        | [USING bdc_tab [bdc_options]] }.
    You can do a recording till the required page comes & call the transaction accordingly. Hope, you are aware about the same.
    For example, I just had a solution to go to the roles tab in the user profile and I did as below:
        CLEAR wa_bdcdata.
        wa_bdcdata-program  = 'SAPLSUU5'.
        wa_bdcdata-dynpro   = '0050'.
        wa_bdcdata-dynbegin = k_ok.
        APPEND wa_bdcdata TO it_bdcdata.
        CLEAR wa_bdcdata.
        wa_bdcdata-fnam  = 'BDC_CURSOR'.
        wa_bdcdata-fval   = 'USR02-BNAME'.
        APPEND wa_bdcdata TO it_bdcdata.
        CLEAR wa_bdcdata.
        wa_bdcdata-fnam  = 'USR02-BNAME'.
        wa_bdcdata-fval   = g_value.
        APPEND wa_bdcdata TO it_bdcdata.
        CLEAR wa_bdcdata.
        wa_bdcdata-fnam  = 'BDC_OKCODE'.
        wa_bdcdata-fval   = 'SHOW'.
        APPEND wa_bdcdata TO it_bdcdata.
        CLEAR wa_bdcdata.
        wa_bdcdata-program  = 'SAPLSUU5'.
        wa_bdcdata-dynpro   = '0100'.
        wa_bdcdata-dynbegin = k_ok.
        APPEND wa_bdcdata TO it_bdcdata.
        CLEAR wa_bdcdata.
        wa_bdcdata-fnam  = 'BDC_OKCODE'.
        wa_bdcdata-fval   = '=ACTG'.
        APPEND wa_bdcdata TO it_bdcdata.
        g_opt-dismode = 'E'.
        g_opt-defsize = k_ok.
    *** if user click on the User Name, call SU01
        CALL TRANSACTION 'SU01' USING it_bdcdata
                    OPTIONS FROM g_opt.
    Regards,
    Selva K.

  • Error while uploading employee photo

    i m getting following eror while uploading employee photo through storage server
    Error in HTTP Access : IF HTTP_CLIENT-RECEIVE 1 ICM_HTTP_CONNECTION_FAILED
    Pls reply

    Hi archana
    you have to go with OAC0 tcode here in content repository double click on A5 which is standard one go in details-->clickon fulladministration then in that screen you will be having Basic path and Achive path there basis people  need to give sapgui code.
    they will be have this code in servermanagemt. i am not clear of this code where they can find. but i am sure of that this code will be given by basis people only.  then go with OAOH tcode. give the details as usal and one more thing is that the photo should be save jpeg formate.
    Regards
    Suresh

  • Displaying Employee Photo using WDA  in ESS

    Hello Experts,
    We have a requirement to dispaly employee photo in ESS.We are implementing ESS with Webdynpro ABAP.
    we have created one archive link in R3(Content repository)
    Please help me..
    1) how to call this archive link from WDA...is there any standard WDA application in ESS
    2) what is the correct process to display employee photo in ESS.
    3)can we use Colloboration Demo role?
    4) can we user Who's Who role? how we need to enable this role?
    Please help..many of you have worked on this type of requirements..please share your thoughts and solutions..
    thanks in advance for your help..
    Regards
    EP user1

    Dear Vinodh
    Normally there might be many reasons for pics not getting displayed, as u have said that the photo is already visible in R/3 then u need to check the following things
    1) check S_WFAR_OBJ authorization object has been maintained or not.
    2) Access T-code PZUSWHO & check whether the following settings are maintained or not.
    Check these links as it entails how to upload the Photos
    How to upload photos in SAP
    Employee Photographs Mass Uploading to Backend System (ECC)
    Kindly come up with screen shots,
    Hope this solves ur problem.
    Cheers
    Pradyp

  • Get employee photo and display the photo in external system.

    Hi,
    We start to work with the portal....We want an application that display the employee photo..
    The photo is the same one that appear in pa20/30...
    We create the photos in OAAD and have a table repository.
    How from here i can use this to build a RFC that return "data"..that from the external system we can show the photo,
    Thanks.

    write a RFC which uses
    'HR_IMAGE_EXISTS' to get the image document id and then use 'ALINK_RFC_TABLE_GET' to  image in JPG format convert the returned RAW table to xstring format using SCMS_BINARY_TO_XSTRING pass the resulting xstring as the export parameter of this RFC .
    portal application can now use this xsring to render the image.
    Regards
    Raja

  • Employee photo is not updated in ESS Who's who service

    hi colleagues,
    i am facing an error when i am trying to update the employee photos in the who's who service of ESS.
    when new photos are added against an employee number via tcode OAAD in the ECC system, they are updated against the record and can be seen in tcode PA20. however, the new photos are not getting updated in the who's who screen. we have tried clearing the cache (figuring there might be a problem with the browser.... we are using IE 7.0) but were still unsuccessful.
    any advice will be greatly appreciated.
    thanx,
    Amer

    hello deb,
    already did.... not working there as well. except for the first time during logon, it does not ask for any user id or password while viewing the photo in the portal. the photo gets updated in PA20, PA30 but does not get refreshed in the portal. the portal shows the same old photo.
    any comments or advice would be helpful.
    thanx...

  • Employee photo is not displayed in ESS Who's who service

    Hi colleagues,
    Please help our colleague in this issue:
    1) They have implemented correctly the procedure to display photos in PA20/PA30 and the current ITS based ESS who's who is displaying the photo.
    2) They are trying to implement EP 7 with XSS BP 1.0 SP10 bold however in the Who's Who service the employee photo is not being displayed.
    Best regards

    Hi,
    Yo would have check the forum..
    Display Photo in Employee Who is who search
    Kind Regards
    Hari Sankar M

  • Employee Photo not displayed in ESS- Who's Who Services

    Hi All..
    My employee photo upload was successful in Quality System . I can also view the photo both in R/3 employee related facsmiles , header of PA20, PA30. and also the same photo's are displayed in ESS - Who's Who services.
    steps I used-
    OANR, OAC2, V_T585O, OAC3, OAC0 and for manual upload OAAD & OAOH.
    For Mass Upload - program- OA_UPLOAD_AND_LINK
    In production in the same way , all the photo's can be seen in the facsmiles but if I checked in Who's Who..Its coming like a outline with a red cross on top corner but without any photo.
    Kindly give your valuable suggesions..
    Thanks in advance...

    Hi Alok,
    I am also facing the same issue in Prod Environment. If u r having the solution, please share with me.
    I checked in NWA Trace is not registering.
    currently i am facing issue with Employee Photo Under ESS--> Emp Search --> Change Own Data.
    All my Employee Photos are uploaded in ECC, i am able to see from PA30 Header.
    we are having same setup in QA- Environment , all the employee Photos we are able to see from Portal.
    But in Production Environment, We are Having One Central Instance and Three application Instances and configured Load Balancing among Central Instance and Application Instances.
    All the Servers Content Server in SICF t-Code is activated.
    If i login into Prod Portal [either Centeal Instance or Application Instance] some time Employee Photo is Displaying Some time not,i.e No Photo at the top of corner X symbol. If i right click check on that URL, its poiting to the ECC server content server.
    But If Not is Displaying --> Size is Showing Not Avaliable but Demension is Displaying.
    But if Photo is Displaying ---> Both Size and Dimensions are Displaying Properly...
    PHOTO URL Path  When Photo is  Displaying
    http://xxx025.xxx.com:8011/sap/bc/contentserver/490?get&pVersion=0046&contRep=A2&docId=4CA926D07B816545E1000000AC16020B&accessMode=r&authId=CN%3DMRP&expiration=20101016091012&secKey=MIH4BgkqhkiG9w0BBwKggeowgecCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGBxzCBxAIBATAZMA4xDDAKBgNVBAMTA01SUAIHIBADFBNVRjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTAxMDE1MDkwNjMxWjAjBgkqhkiG9w0BCQQxFgQUS%2BicVNGV7i6eSE8TXK5R3umNS%2FgwCQYHKoZIzjgEAwQvMC0CFQCPAZf3C48Lvl6i935mlsVqMw95owIUUJFedqFO2AoLGe6QCHHqBMSObIU%3D
    Type : JPEG Image
    Size : Not Avaliable
    Dimension: 170*200 Pixels.
    PHOTO URL Path  When Photo is Not Displaying
    http://yyy024.yyy.com:8010/sap/bc/contentserver/490?get&pVersion=0046&contRep=A2&docId=4CA927D07B816545E1000000AC16020B&accessMode=r&authId=CN%3DMRP&expiration=20101016091451&secKey=MIH3BgkqhkiG9w0BBwKggekwgeYCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGBxjCBwwIBATAZMA4xDDAKBgNVBAMTA01SUAIHIBADFBNVRjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTAxMDE1MDg1NzQ3WjAjBgkqhkiG9w0BCQQxFgQUAP9cyWhLiOtkp4vwo9KK%2FPQtxWgwCQYHKoZIzjgEAwQuMCwCFDs729ib7fVKbiGKz5CPPd1YHch3AhR7NVgtXJI7ej07GiKMpG06lZPWoQ%3D%3D
    Type : JPEG Image
    Size : 3527 Bytes
    Dimension : 170*200 Pixels.
    We are always opening the Portal with Fully Qualifies Domain Name (FQDN)
    Please suggets the Solution, how to get rid of this Porduction Issue.
    Thanks & Regards
    Ganesh

  • How to maintain Employee photo in ESS who's who without sap_all and sap_new

    Hi ALL,
    Displaying Employee photo in ESS Who's who. it is working but with SAP_ALL and SAP_NEW user profiles.
    My requirment is without SAP_ALL and SAP_NEW user profiles. how it is working where can i maintain authorizations for this issue.
    The parameter i used are as follows:
    Business obj: PREL
    Doc type: HRICOLFOTO
    Personal num: 00000094
    Infotype: 0002
    Photo type: .JPG
    please help me.
    Regaards
    Satya.

    Dear satya .
    Please check the following
    1. Trace with the t.code ST01 and check that object require.
    2. The portal require the following obect:
    S_SERVICE
    S_RFC
    P_PERNR
    PLOG
    P_ORGIN/ P_ORGINCON
    P_HAP_DOC, if you work with Appraisal Document.
    3. Check the table T77S0
    P_PERNR, P_ORGIN, y P_ORGINGCON
    4. Check that you have the roles need for ESS.
    SAP_ESSUSER
    SAP_ESSUSER_ERP05
    SAP_EMPLOYEE_ERP05
    SAP_EMPLOYEE_ERP_13
    SAP_EMPLOYEE_ERP05_xx
    SAP_EMPLOYEE_ERP_13_xx
    5. Check the following notes:
    SAP Note 857431 - ESS: Authorizations and roles for WD services in ERP 2005
    SAP Note 844639 - MSS: Authorizations and roles for WD services in ERP 2005
    SAP Note 1373177 - Back end authorization roles missing in EHP4
    SAP Note 824757.
    [ESS Quick Start|http://www.cogentibs.com/pdf/cogsap08/ESS.pdf]
    Hope is help you.
    Regards
    consultor_ess_mss

  • Employee Photo Options?

    All,
    We are currently using a simple web repository to surface employee photos in SAP and non-sap content. We've configured ArchiveLink based employee photos in our sandbox environment and have an idea how that works. On one hand we'd like to pursue a standard SAP based solution for photos but are concerned that performance could suffer as the biggest consumer of our employee photos is SharePoint and SharePoint Search, sometimes serving up 25-100 photos per page. Does anyone have any experience with performance issues with employee photos in ArchiveLink? The archive.dll will prevent browser caching being a benefit. Any experiences in this area?
    Also, what other options have been explored? Is anyone aware of any non-ArchiveLink based architectures that would be SAP supported, (work with sap content out of the box, but be performance friendly for O-SAP apps)? Anyone have experiences with employee photo architectures with Active Directory based photos or web repository, again that would be SAP supported and work with SAP content out of the box?
    Any insights, links would be greatly appreciated.
    Thanks,
    Doug

    Two SAP "ways" that are supported with standard services (like Who's Who from ESS)...
    1. ArchiveLink (as you are well aware)
    2. Make use of KM from the portal (since KM is basically a content server plus much more)...(*there is a portal equivalent to Who's Who that you can find info on)
    #2 makes it much better from a performance standpoint. Also, SharePoint should be able to utilize the same repository.

  • Employee Photo - External HTTP service

    Hi all,
    currently I trying to setup the Employee photo dysplay in the portal Iview photo and in PA20/30 transaction. My problem is that I have the requirement to use an external http service that doesn't supports SAP Content Server HTTP Interface and it requires Basic authentication.
    The access to the picture can be done by a direct url http://hostname/path/pernr.jpg ou using a dll service, http://hostname/path/service.dll?docid=pernr.
    Does anyone ever face a similar problem, is there a way to implement this using "standard" features?
    For example put the access logic to the picture in a function module or other object, and setup the z* object has the content server implementation.
    Thanks and best regards,
    Paulo Ruivo

    Hello
    Where are you trying to store the photos? In an external storage system or in the database?
    If you are using an external storage system, please note that you must use either a different content server installation for each system, or at least a different content repository.
    In case you are using the database storage, then make sure you have followed all the instructions from the note 595563 to do this. In case everything is fine, please go to OAC0 and test the connection to your content repository.
    Additionaly please ensure that you have the lastest version of SAPHTTP installed on your system. Please review the SAP  note 615354 for more information on this.
    Thanks and Kind Regards
    Ramana

  • Employee photo

    Hi Experts,
    I can save the employee photo from ESS. But after saving it i can't see it. It shows blank with a red cross. From the picture property I find the URL and when I am running it a popup generated "Do you want to save this file " for downloading the pic.The type of the pic is unknown. The same thing happen when I am trying to display it from R3 by PA30...and Extracts > Display all facsimiles option.
    From R3 by T-code OAOH I can also store the pic " Stored document created successfully" and I can see it in the table TOAHR.
    Please help.
    Thanks and Regrds,
    Sekhar

    Hi Priyabrata
    Thanks for ur reply.
    I am giving u the details :
    Transaction code: OAC2
    Table TOAVE
    Document type HRICOLFOTO exists with document class JPG.
    Transaction code: SM31
    Table V_T585O (View)
    Document type HRICOLFOTO linked to object type PREL and Infotype 0002.
    Transaction code OAC0
    <b>Content Repository     </b> A2
    <b>Document</b>                   Area ARCHLINK
    <b>Storage Type</b>              SAP System Database
    <b>Version </b>                      0046 
    <b>Description</b>                  Content Repository HR KW / Employee photo
    I have also activate the Content Server service from R3 , T-Code SICF and made an alias and also asign an user to this service with sapall permission.
    Please help.
    Thanks,
    Sekhar

  • Employee Photo Display

    Hi SDN Gurus,
    I want to display employee photo in my custom webdynpro abap application. Im using Document Area as blank, Storage type as SAP System Database and Rep. Sub-Type as Normal and Content Table is SDOKCONT1 in tcode OAC0.
    I have written a FM to output the photo from table SDOKCONT1 which is of data type LRAW.
    though im not able to get the image in Webdynpro component.
    Are there any alternate ways or work arounds for this? Please help as i just want to display employee photo in my webdynpro application anyhow.
    Appreciate your help.
    Regards,
    Vinayak
    Edited by: vinayak landge on Mar 28, 2011 3:27 PM

    DATA:gx_mimetype TYPE string VALUE 'JPG'.
    data lv_url type string.
    ****Create the cached response object that we will insert our content into
      DATA: cached_response TYPE REF TO if_http_response.
      CREATE OBJECT cached_response
        TYPE
          cl_http_response
        EXPORTING
          add_c_msg        = 1.
      TRY. " ignore, if compression can not be switched on
          CALL METHOD cached_response->set_compression
            EXPORTING
              OPTIONS = cached_response->co_compress_based_on_mime_type
            EXCEPTIONS
              OTHERS  = 1.
        CATCH cx_root.
      ENDTRY.
    ****set the data and the headers
      DATA: l_app_type TYPE string.
      DATA: l_xstring TYPE xstring,
            i_cache_timeout  TYPE i VALUE '300'.
      cached_response->set_data( lv_raw ).
      l_app_type = gx_mimetype.
      cached_response->set_header_field( name  = if_http_header_fields=>content_type
                                         value = l_app_type ).
    ****Set the Response Status
      cached_response->set_status( code = 200 reason = 'OK' ).
    ****Set the Cache Timeout - 60 seconds - we only need this in the cache
    ****long enough to build the page and allow the Image on the Client to request it.
      cached_response->server_cache_expire_rel( expires_rel = i_cache_timeout ).
      DATA LR_PHOTO TYPE REF TO if_wd_context_node.
      DATA ls_PHOTO TYPE        IG_COMPONENTCONTROLLER=>ELEMENT_PHOTO.
      DATA: i_path TYPE string VALUE '/sap/public',
            i_format TYPE string VALUE 'JPG'.
    ****Create a unique URL for the object
      DATA: guid TYPE guid_32.
      CALL FUNCTION 'GUID_CREATE'
        IMPORTING
          ev_guid_32 = guid.
      CONCATENATE i_path '/' guid '.' i_format INTO Lv_URL.
    ****Cache the URL
      cl_http_server=>server_cache_upload( url      = Lv_URL
                                           response = cached_response ).
    lv_raw is the raw string of the image.
    lv_url is the URL bind this to Image UI element source property.

  • Employee photo is causing one of our crystal reports to crash

    Good Afternoon,
    I'm currently using Crystal report engine version 9.2.3.884 as part of a Peoplesoft package.
    I have created a new report using the PeopleSoft crystal ODBC driver delivered within the package.
    One of the field retrieved contains the employee photo defined in Oracle DB as a BLOB field.
    When I drag and drop the employee photo into the report, it crashes the application.
    I've first checked if the photo was corrupted using JPEGsnoop.exe. The photo used is not corrupted.
    After running a couple of tests I have found a workaround.
    Take a print screen of the employee photo using snag it tool, copy it into MSPaint, save the photo with the same name, load the new version into oracle and drag the photo into my crystal report.
    This new picture didn't crash the application.
    In order to make sure that the issue was not due to the PeopleSoft ODBC driver, I ran the same test using the Oracle ODBC driver. It returned the same result.
    I would like to understand why the original picture is causing my crystal report to crash.
    Is there any existing fix related to this issue? Otherwise I would like to know how to report this issue to crystal report developers?
    If you want some more detailed information (the employee photo I'm using) please let me know.
    Thanks in advance for your support,
    Best Regards.

    Hi Sean,
    Thanks a lot for your reply.
    That's right it could be related to memory usage. I have already got this issue before, but the message is different. When I'm running my crashing test, I'm dealing with one photo only (6 Ko JPG format).
    When I take a print screen of the photo causing my crystal report to crash, save it as the same format JPG using MS Paint, load it into oracle blob table and re-run the report using the new photo it works perfectly fine.
    Prior to this I made sure that the photo was not corrupted using JPEGsnoop.exe.
    If you want to I can give you the two JPG samples I'm using and a detailed explanation of the manipulation I'm doing.
    Thanks,
    Best Regards.

  • ESS Personal Profile - Employee photo show as 'x'

    Dear experts
    I'm trying to find a conf. table the difference between Dev & QA to display employee photo in ESS personal profile.
    An image like hide photo (Not a actual employee photo) is display in Dev portal where as it show 'X' in QA. I'm trying to find the conf. table to show like hide in QA rather than 'x'. Attached the screenshot of two environment. Highly appreciate your input
    Thanks
    Babu

    run the report RPTMC_INDEX_EE_PIC_URL_TO_INDX  once
    EHP6 MSS Photo Issue
    EHP6 MSS Photo Issue
    1677344 - Poor performance when reading the photo URLs   ------ kindly do as per the steps  mentioned in this note
    1618938
    chk in  se11 > T77TMCPIC_URLS > click on display and do as below ...Activate Content server in SICF once and repeat .....can you check in  t-code ----CSADMIN  ......content repository a2 is runnning or not in overview chk once
    next click on below button and log off and log -in and refresh the team view in portal

Maybe you are looking for

  • Field Heading in F4IF_INT_TABLE_VALUE_REQUEST

    Dear all, I am calling function F4IF_INT_TABLE_VALUE_REQUEST on F4 help request. Values are fetched and shown as desired, but how should I name the fields? Suppose the output field is MATNR, then the fieldname should read 'Material' but as of now its

  • Why does iphone 4 not have a softwear update under the general tab

    why does my iphone 4 bnot have a softwear updater under the general tab

  • Out of sync exports

    Hi, we have this recurrent but intermitent problem: When exporting (sharing) in Master File mode, Apple ProRes 422 with Roles as Multitrack (8 mono tracks), some of our projects are out of sync by a frame. This we can see with a one frame 1khz beep s

  • How do I uninstall (Adobe Cloud) PS and Bridge CS6?

    I have been having problems with Adobe Bridge and ACR and after talking with others, including NAPP Help Desk, it has been determined that I need to uninstall and reinstall both programs.  I was told to uninstall through the Adobe Application Manager

  • Hot sync usb cable

    instructions on how to crank this puppy up say "press hot-sync button on usb cable". No gots! Musta been lost 08/05. Anyone know where to get? This question was solved. View Solution.