Get employee photos with sapnco 3.0

Hi Experts,
I am developing a program with vb .net that show employee photos worked our company.
I use sapnco dll. Is there any BAPI to get employee photo with using pernr? Or which table store these photos?
And can you give me an example about using bapi?
Thank you in advance.

These are the ones I configured:
        RfcConfigParameters parms = new RfcConfigParameters();
                parms.Add(RfcConfigParameters.AppServerHost, "XYZ.HOST.COM"); // added
                parms.Add(RfcConfigParameters.SystemNumber, "00");
                parms.Add(RfcConfigParameters.SystemID, "XYZ");
                parms.Add(RfcConfigParameters.User, "TESTUSER");
                parms.Add(RfcConfigParameters.Password, "TESTPASSWORD");
                parms.Add(RfcConfigParameters.Client, "100");
                parms.Add(RfcConfigParameters.Language, "en");
                parms.Add(RfcConfigParameters.PoolSize, "5");
                parms.Add(RfcConfigParameters.MaxPoolSize, "10");
                parms.Add(RfcConfigParameters.IdleTimeout, "600");
Jim K.
Edited by: Jim Killeen on May 10, 2011 7:33 PM
Edited by: Jim Killeen on May 10, 2011 7:34 PM

Similar Messages

  • 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

  • Consistently size employee photos with PSE 9

    I have PSE 9 and would like to use it to consistently size all employee photos for ID badges.  For example, after taking the employee’s picture, it would be uploaded/dragged into PSE and cropped appropriately, then saved at the ideal size.  Overtime, this would involve hundreds of photos so it’s important that all photos be consistently sized for importation to the ID badge application and to use with Outlook email active directory.  Years ago this was accomplished by creating a template in Photoshop, which I do not have. Can this be done with PSE and if so, can someone provide instructions. I’m new to this…  Thanks

    Thank you.  I'm looking more at bringing in the raw image and crop accordingly.  I want each photo when all is said and done to be the same size.  For example, I take photos of a new employee today for ID badge purposes.  I import the raw image into PSE, crop, save as a jpeg, and upload into the ID badge program.  Tomorrow, I take another photo of a new hire employee and repeat the steps.  Next week we get new employees and repeat the process.  I would like to develop a process that would consistently make the cropped employee photos uniform each and every-time.  

  • Get employee photos

    Hello everyone,
    I have a java portal that comunicates with SAP to use a few RFC functions.
    I would like to use the employee photos that we can see on transaction pa30 to appear on my website.
    Is there a specific url, table, or something like that, from where i can extract path info from my jpeg files that were uploaded?

    Still no help... Is it impossible to extract the path of a image file via any ABAP function?
    I mean... look at a web page. You only have to right-click->properties, et voilá. There's your url pathway.
    Can we do anything like this here ?

  • Can't get photo with messasge from android phone

    I can't seem to get a photo with a text message from a person with an Android phone. Get the text but not the photo

    This has just happened to me. All photos form 3-5 (approx) days ago are gone. :---( An icon is there but the photo doesnt appear.
    How did you fix this? Did you get your text photos back?
    Thanks

  • Batch uploading of employee photo using T-code OAAD

    Hi All,
    When uploading employee photos with OAAD, I can not use SHDB to record the bdc actions because there is a popup function(to specify uploading JPG file) which can NOT be recorded by BDC.
    So anybody got some suggestions?
    Thanks in adv.
    Br,Kee

    Hi,
    Use this code this will work.
    This is a code workaround instead of BDC from SHDB.
    START-OF-SELECTION.
      LOOP AT t_record.
    Since the employee photo is always stored in 0002 infotype, we need to
    concatenate the employee id with preceeding zeros and pad "0002" in
    right into the pernr field which will be passed to object_id
    Any unwanted leading zeros deleted
        SHIFT t_record-pernr LEFT DELETING LEADING '0'.
    Any leading space is removed
        CONDENSE t_record-pernr.
    0002 is concatenated to the emp id
        CONCATENATE t_record-pernr '0002' INTO t_record-pernr.
    Push the contents of pernr into pernr_zero since its a NUMC type field
    and hence zeros will be padded automatically by the system
        w_pernr_zero = t_record-pernr.
    Now pernr will be having zero padding
        CLEAR w_pernr_pass.
        w_pernr_pass = w_pernr_zero.
    Call this function module for storing the photos.
        CALL FUNCTION 'ARCHIV_CREATE_DIALOG_META'
          EXPORTING
            archiv_id  = 'A1'
            ar_object  = 'HRICOLFOTO'
            object_id  = w_pernr_pass
            sap_object = 'PREL'
            file       = t_record-path.
        IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
      ENDLOOP.
    Hope this helps you.
    Regards,
    Subbu.

  • Mass uploading of employee photos.

    Hi Experts,
    I am uploading one  employee photo in ecc 6.0,Thats completed successfull.Now i am planning to upload bulk number of employee photos in to sap as well as in to ESS.I am tried to upload of 2000 employee photos through bdc ,but while running the BDC its asking the selection of employee photos from the location.So kindly update your views on this how to upload all employee photos with out manuall selection of photos.
    how can we update our photos in ESS once we completion of photos updation in sap.
    Thanks & Regards,
    arjun

    check this thread
    Mass upload of employee photos in OAOH

  • HT201317 duplicate photos with photo stream

    Does anybody get duplicate photos with photo stream?  If so, how do you stop this happening?

    Hey Seth221,
    Welcome to Apple Support Communities! It sounds like you want it so that when you take a photo on one device (your iPhone), it automatically appears on all of your other devices (your iPad). I'd first make sure Photo Stream is enabled on your iPad and iPhone by going to Settings > iCloud > Photo Stream, and turn on My Photo Stream and Shared Photo Streams. I'd also read through the Photo Stream FAQ here and see if that answers any further questions:
    iCloud: Photo Stream FAQ
    http://support.apple.com/kb/ht4486
    Have a great day,
    David

  • How to get (OAAD tcode) employee photo into sapscript / smartforms??

    Hi!
    I need to insert the employee photo jpeg (from oaad) into an sapscript or smartforms.
    It's possible to do dynamically? (without file conversion)
    Thanks

    Hi,
    I m providing u with this link, u may get some idea .
    How to display the employee photo in a smartform
    or
    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,
    In all three columns there are 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
    Thanks,
    Mamta Kumari

  • I restared my Iphone 4s and now my photos are just grey with JPG in it. How do i get my photos back?

    I restared my Iphone 4s and now my photo's are gone. They are just grey with JPG in it.
    How do i get my photo's back? And why are they grey?
    Any help would be nice.
    Thank you.

    Restarting your phone doesn't cause it to grey out.
    Were you restoring from an icloud backup?  IF so, it does take awhile for pictures to download.

  • My wife and I share a computer but we have separate Facebook accounts.  How do we get iPhoto to share the photos with a second Facebook account?

    My wife and I share a computer, but we have separate Facebook accounts.  How do we get iPhoto to share photos with a second Facebook account?

    iPhoto -> Preferences -> Accounts. Add a second ccount for hers. Log out of one to use the other.
    Regards
    TD

  • I am having a problem when I try to select a photo or itunes song in Imovie or other programs. I get a window with grey lettering that says: "Open Itunes to populate this list" or "Open iphoto to see photos from your iPhoto library in this list.  I have t

    I am having a problem when I try to select a photo or itunes song in Imovie or other programs. I get a window with grey lettering that says: "Open Itunes to populate this list" or "Open iphoto to see photos from your iPhoto library in this list.  I have tried relaunching programs and nothing appears. Seemed to start happening a while back after one of my system upgrades.

    After a a lengthy conversation with Apple Tech. ($20), my problem seems to be solves. The Iphoto problem solved by trashing the plist file. The Itunes was more involved. We had to create a new Itunes folder and import the files into the new folder; and then import the playlists.

  • I am using iPhoto version 9.6 and I can no longer get an email sent with a photo attached. I get an error message saying the email did not go through because the server did not reply. I can send the photo with Mail. Help!

    I have upgraded to Yosemite and also updated the iPhoto application to version 9.6. I am no longer able to send a photo from iPhoto via email. I get an error message saying the server is not responding. But, when using the same server in Mail, I can attach the photo and send it. My wife is using the older version of iPhoto and it works fine.
    I have checked the settings for the outgoing server, etc. and the Mail settings match those in iPhoto.
    Could this be due to either the Yosemite upgrade or the iPhoto upgrade?

    This solution is for those of you using 2-step verification for your Apple ID and are using iCloud as the mail server that you are trying to mail photos with.
    I too had this issue. The problem in my case occurred because I had setup 2-step authentication for my Apple ID. If you have done this then you will get the error message "the mail server did not recognize your email/password...". To solve the problem go to:
    https://appleid.apple.com
    Click "Manage Your Apple ID"
    Verify your identity with the device you selected (if this step does not show up then you have not likely set up 2-step authentication and this is not your solution)
    Click Password and Security in the left column
    Click Generate an app-specific password
    Enter iPhoto as the name of the app
    Copy the password and paste this into the password box in iPhoto where you would normally enter your apple ID (in the mail account section in iPhoto preferences).
    And...voila' (I hope)

  • My iphone 3g is getting really slow. I done full restore ,deleted most apps . Not many photos in my album. i have no videos on my iphone. When taking photo with my iphone it takes ages for camera to open up. Very slow to take photo. Any suggestions? Help!

    My iphone 3g is getting really slow. I done full restore ,deleted most apps . Not many photos in my album. i have no videos on my iphone. When taking photo with my iphone it takes ages for camera to open up. Very slow to take photo. Any suggestions? Please help !!!!

    Thank you very much for your reply gdgmacguy :) I did all you suggested apart from restore as new device . Didn't know I could do that . After restore I did restore from back up only,  as I didn't want to end up without contacts details on my phone. If I restore as new device how do I get my all contacts? Still will have to use back up? Sorry if it sounds like I don't know what i am doing, i just have no one to ask who would know. Thank you

  • Starting in 2015 I get the following error when I try to import my photos. "The following files were not imported because they could not be read"  -DSC8416.NEF  I've been importing the same type of photos with no errors then 2015 came along and now I can

    Starting in 2015 I get the following error when I try to import my photos. "The following files were not imported because they could not be read"  -DSC8416.NEF  I've been importing the same type of photos with no errors then 2015 came along and now I can no longer import.

    The error message is misleading, the problem is that you need WRITE privileges added to the destination directory tree.
    Assuming you are using the "date" structure that LR defaults to, find the directory that contains the 2014 folder (the one that works) and add WRITE rights to the parent of "2014".
    While you are there, if you want, add "2015" folder to beside "2014" and add READ and WRITE rights to that new directory.

Maybe you are looking for

  • Multiple iPads one macbook pro

    Hi, I just purchased an iPad 2 as a gift for a family member at home. I have an iPad 1 synched to a macBook pro. I am setting up the new iPad but it is asking me if I want to: SET UP AS A NEW IPAD or RESTORE FROM BACKUP XXXX We only have one apple ID

  • Streaming music from Time Capsule to Apple TV

    I own an Apple TV and just bought a Time Capsule, I was wondering whether i could stream music from my Time Capsule to my Apple TV without having any computer/mac turned on, is this possible?

  • OS X Mountain Lion - Apple mail not displaying images

    Ever since upgrading to OS X Mountain Lion a few weeks ago, Apple Mail no longer displays images in emails.  I have downloaded and installed the latest Java RTE [it was out of date] - that didn't fix it.  I have tried to reset my Java preferences to

  • How can I create a PDF directly from RH10?

    It seems a bit absurd that the creators of PDF don't have any way to output a RH10 project directly to a PDF without using Word. Perhaps I'm missing something but I don't get why the resulting PDF ALWAYS has a screwed up TOC. It doesn't recognize the

  • Hp laserjet 1020 plus

    i have hp laserjet 1020plus i am install in windows xp and shaed the printer some time working some time when the restart mechin only the printe is working