Object link with HR master

Dear All,
Is it possible to object link HR master to DMS? If yes Plz explain me steps.I have requirement of attaching all employee related documents to that employe HR master.If this is not possible through object link, then plz let me know other possible ways.
Regards
Sham

You use ArchiveLink not DMS in HR. Big difference between the two is ArchiveLink does not allow for versioning.
Archivelink allows you to store documents against infotypes in HR and the authorisations follow those infotypes.
Tcodes to look at are OAC0 (content server for storage), OAC2 (doc type config), OAD5 (config doc type against HR object in SAP). The documents are stored used OAWD. You can find the documents by using OAOR or selecting the menu path EXRAS - Display Facsimile (for all documents) or Display Specific Facsimiles for documents related to that specific infotype.

Similar Messages

  • Object link with RFQ

    Hi
    How can we Object link with Request for Quotation (RFQ)?
    Regards

    hi,
    YES,
    you could use object link in DMS, CV01n, Basic data screen, select request for quatation, and add your RFQ Number.
    save the entry.
    note: prereqisite is u have to configure this object in DC10. object is 'EBAN' in define Object links.
    Benkaraja
    ??P

  • Wrong Selection screen for Object link to Substance Master ESTRH

    Hi Friends,
    I carried out Object Link to a DIR to Substance Master (ESTRH)
    But I dont see the Specification Number selection. Instaead I see different selction parameters.
    Can you help me in resolving the issue.
    With Warm Regards
    Mangesh Pande

    Hi Mangesh,
    Please change screen no. to 500.
    I simple took one doc type (Standard DRW) and inserted one spec. Hope this will solve your problem.

  • DMS Object Linking with Appropriation Request (Ecc6.0)

    Dear All,
    ECC 6.0(ERP 2005)
    <b>Steps:-</b>  (Error in Object Link for Appropriation Request)
    I am opening DIR in change mode
    going to object links TAB
    attaching object link for appropriation request
    saving the DIR
    Re-opening the same DIR with Appropriation Req. Object link
    going to object link TAB
    double clicking the attached object for Appropriation Req.
    <b>Error****this does take me to maintained TCODE IMA11 for Appropriation Req. "but it does not display specific attached object"</b>
    I mean it is not displaying attached object (Appropriation req.,Variant) it just take me to initial screen of IMA11....
    IF any one knows possible solution pls. reply
    Regards,
    Tushar Dave

    Hi Dave,
    please change the transaction from IMA11to IMA3 and see if the request is now
    displayed. In transaction SPRO under
    Cross-Application Components
    -> Document Management
       -> Control Data
           -> Maintain Key Fields
    the entry for object IMAV should look like this:
    IMAV     IMA3     POSNR1
    I hope this information will help you.
    Best regards,
    Christoph

  • Object link with final status only

    Hi
    We have following scenario:
    - We want to link the PR with document but only when the document is processed through approval procedule and once it reaches to final status then only object linking shall be possible... I want to prevent the object link in other status for the same document.
    How can we achieve this?
    Regards
    Yogesh

    Hi Yogesh,
    I think that an implementation of a DMS BADI could help here to filter the object links and display only those documents which are in the final status. For this action you can use the following BADIs I think:
    - BADI_DOCUMENT_OBJ: This one controls the behavior from DMS side     
    - BADI_DOCUMENT_OBJ1: This one handles the behavior from object side  
    I hope this information could be useful for you.
    Best regards,
    Christoph

  • Document Object Linking with Material

    Dear All,
                  I have a small query regaridng the object linking between document and material. Whenever i create part in CAD system, i am creating a document and material for the part in the SAP PLM system using the CAD Interface. Then if i log onto the SAP PLM system under document i am able to see the linked material in object links. Where as i am not able to see the document link in the material basic data screen.
                   Where can i found the document linkage information for the material in material master screens.
    regards,
    rajesh.

    Hi Rajesh,
    in transactions MM02 and MM03 you have to go to the "Additional Data" Screen. Please use the button and then switch to the "Document Data" tab. Here you should be able to see the linked document info record.
    Best regards,
    Christoph
    P.S.: Please reward points for usefull informations.

  • Object link with finanace Documents (Vendor Invoice) Tcode FB03

    Hi all,
    Can DMS object link be maintained with finance documents for ex Vendor Invoice?
    Tcode FB03.
    Thanks
    Ansih

    Hi,
    you can link documents to purchase order item or purchase requisition then obviously this will be displayed in vendor invoice.
    Best practice is to use SAP DMS standard functions. Don't go to link with vendor invoice.Anyhow MIRO and MIGO transaction are
    depeandent on purchase requisition.I hope this will resolve your query and is a best practice.
    Regards,
    Ravindra

  • HR object link with DMS

    Hi, Devoloper,
    I have one requriement, \Client asks to link employee Photo, testominals, corporate Training reports etc to DMS. explain
    rgds
    Ben

    Hi,
    Employees all necessary documents can be linked directly to the personnel number in HR objects itseif.
    If you want to see it, pls go to Tcode PA30 and look for services for object on the top left side / goto create / create attachment and link the file you wanted (testominals, corporate Training reports).
    You can view the same file in services for object / attachment list.
    Attaching a photo can be addressed in HR itself....FYI
    hope this answers your query.
    regards,
    Santhosh

  • Gl account link with material master

    hi experts
    how the gl account and valuation class assign in material code

    HI gurus,
    is it possible to restrict users to do not issue the  excess quanity of child components which are lying with PO in sub-contracting process,
    in detail i have one PO with 10 qty each of two child components,
    i have issued 5 each quantity of that components wrt to the PO through MB1B and 541 mvt,
    again when am trying to issue components with same PO for remaining qtys , but standard system is showing defaultly the PO qty ( 10 ), i need to restrict the users to do not issue the 10 qty in this time and 5 qty only,
    please give me clue to restrict this,
    rgds
    lakshmi reddy

  • BAPI_DOCUMENT_CREATE2 -Updating object links

    Hi I am using this bapi to create documents through CV01n.
    but, problems is i could not update this OBJECT links tab. I want to populate Customer no. I am trying by sending through Object links structure, but no use.
    What mght be the Problem?
    Pls. Help Me.
    Regards,
    Krishna.

    Hi,
    Please read the Function module documentation. An example is given there.
    **.... Object links
       DATA:    lt_drad  LIKE bapi_doc_drad OCCURS 0 WITH HEADER LINE.
    **.... Object link to material master
    CLEAR lt_drad.
    REFRESH lt_drad.
    lt_drad-objecttype = 'MARA'.
    lt_drad-objectkey  = 'M4711'.
    APPEND lt_drad.
    You can find the entries for the object type 'OBJECTTYPE' in the table TCLO (MARA for material). The object key 'OBJECTKEY' is made up of the key fields of the SAP object that is also is in the table TCLO.
    Edited by: Neenu Jose on Nov 3, 2008 9:41 AM
    Edited by: Neenu Jose on Nov 3, 2008 9:42 AM
    Edited by: Neenu Jose on Nov 3, 2008 9:44 AM
    Edited by: Neenu Jose on Nov 3, 2008 9:47 AM

  • Object link for RFQ

    Hi all,
    How can we add Object link with Request for Quotation (RFQ)? actually both EBAN and EKPO are already used for other Objects like PR and PO. Apart from this how to select the screen number. Can i use EKKO? Please guide with procedural steps.
    Thanks,
    Venu.

    Hi Venu,
    Kindly follow following steps and revert back:
    Hi Mangesh,
    This can be achived with help of Abap'r and following steps:
    Purpose
    You can also link documents with SAP objects for which no linking is supported in the standard SAP System.
    Prerequisites
    In Customizing for the Do cument Management , you must maintain the key fields for the SAP objects that you want to link to document info records, by choosing Control Data  Maintain key fields.
    Process
    1. Program two screens for the following module pools for the SAP object that is to be linked additionally:
    u2013 SAPLCV00
    u2013 SAPLCVIN
    The process logic must be according to that of screen 0204 in program SAPLCV00 and must not be changed.
    2. Create the function module OBJECT_CHECK_XXXX (XXXX = name of the SAP object).
    If this object can be classified, this function module already exists in the standard system. Otherwise, copy the existing function module OBJECT_CHECK_EQUI (linking of equipment) and change it to suit the new object.
    Result
    After you have completed the above, documents can be linked with the SAP object that you have added. You define the settings for this in Customizing for the Document Management System (see: Object Links).
    Regards,
    Ravindra

  • Object Link Error.

    Dear All,
    We are facing an issue regarding object link of document we maintained one object link (Standard One) we are testing in two different languages. I can able to see the link in Language English same time i am unable to see the same link in other language. Please post your valuable queries in this regard.
    Regards,
    Bhanu.

    Hi Bhanu,
    In SPRO ..in "Document type" config you have to define the object link with description in both languages which you want.
    When you login in SAP with different language you will be able to see the object link with that lnaguage only which you have maintained in config.
    Thanks
    Pravin

  • Easy DMS  - problem with  object linking (unicode client)

    Hi Gurus,
    I have a problem concerning linking a materialmaster to a DIR in a uniciode environment. I tested following scenarios:
    1) Easy DMS 6.00 SP10 non unicode  +  non unicode Backend  -->  no problem
    2) Easy DMS 6.00 SP10 non unicode  +  unicode Backend        -->  no problem
    3) Easy DMS 6.00 SP10 unicode        +  non unicode Backend  -->  no problem
    4) Easy DMS 6.00 SP10 unicode        +  unicode Backend         --> problem
    Following Problem appears in scenario 4:
    Our Material Number Format is ______-____-___ (6 digits - 4 digits - 3 digits), "Lexicographical" is disabled, "Leading Zeros" is enabled.
    When I type in material number "111111-2222-333" and press "check all objects and read description" Easy DMS reads the description for
    111111-2222-333 but after that easy dms changes 111111-2222-333 to 000001-1111-122 and when I try to save the DIR it tells me that 
    000001-1111-122 is not a valid material master.
    As I mentioned this only appears with the unicode client + unicode backend. Any Ideas?

    Hi David,
    please tell us which version of EasyDMS you use currently. If you do not use EasyDMS 6.00 SP10 I would kindly ask you to see SAP note 1105699 and download this SP from the Service Marketplace.
    Further please check if you have maintained the object link customizing correclty in your backend system. Therefore please see the information in the SDN WIKI area for DMS under https://www.sdn.sap.com/irj/sdn/wiki?path=/display/plm/ca-dms-Object+link
    Best regards,
    Christoph
    P.S.: Please reward points for useful information.

  • DMS link with Purchase order,invoices and material master

    Hi, all,
    Here is my ?
    Can we link incoming material invoice with purchase orders for reference purpose throught DMS.
    rgds,
    ben

    hi
    you can link the objects through object link in dms.
    go to  tcode dc10 select the documnet type, click on define object link. click new entry and select object type as EBAN/EKPO
    this way dms is link  to purchase order.
    thanks ,
    regards,
    nitin
    award point if useful

  • Salesforce issue- Accessing Objects and Reports with 2 master-details

    I'm using Crystal Reports XI r2 with the Salesforce data connector installed, and I know the same issue exists in CR 2008 as well.  With version of the Salesforce API that the Crystal - Salesforce connector is using, objects that have 2 master-detail relationships are not available to add to reports.  Even if I create a stanard Salesforce report with an object with 2 master-details, that report isn't available in the "Stored Procedures" of Salesforce in Crystal.  The API is about 3 years out of date, any word on when a new version will be available?  This is a big limitation.

    Try SP3 for CR 2008. Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

Maybe you are looking for