New object link in dms (audit)

Hello,
i have to open new object link for AUDIT for DMS.
any information ?
thanks,
avi.

Hi Avi,
Define the Object link types for the object links which you want to maintain. Please check whether the Audit type is available in the Object link types or not.
Regards,
Nishit Jani

Similar Messages

  • Creation of new object link for DMS

    i have searched a lot  about Creation of new object link for DMS on internet .
    and all replies  focus on that documentation :
    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).
    i need  to know how to implement that  in more detailed step by step
    as  i know DMS and  abap also.

    Hi Reda,
    Hope the below URL will help to understand how the Process of adding a object link works.
    Enhancement Without Modification of the Object Links - Engineering Change Management (LO-ECH) - SAP Library
    Thanks & Regards,
    Seshadri.

  • To add new object link in DMS

    Hi Sir/Madam,
    Currently we are implementing DMS(Document Management System) and
    our main requirement is to add document to the delivery and billing
    document.In t-code dc10 in "define object link" lips and vbrp object is
    not present in the default list so how we can add these new object in
    order to attach new document to delivery as well as billing document.
    Is it possible to attach document at header level because we have to
    attach lorry number at delivery header which will be common for all the
    items.
    The function module object_check_lips already exist in se37 but we
    have to create new function module for object vbrp.How to create this
    function module? How we have to create screens for these objects? If we
    have to create it by copying some function module like
    object_check_equithan what will be the funtion group.
    IN delivery document (vl03n) in menu bar in "extras" document
    option is not there than how we will see the attached document, do we
    have to create this option with help of abaper or this option will
    automatically reflect after all the cofiguration?
    Thanks and Regards
    Abhilash Nayak

    Hi Abhilash,
    You need to gofor z-development for this. The Abap'r will add the new required object in object link field. Also the DMS screen will appear in the required t-code.
    Meantime you need to add this object in SPRO , "maintain key fields".
    I hope this will resolve the query.
    Regards,
    Ravindra

  • Add New Object in a DMS Object Link

    Hi everybody,
    i am trying to create an object link to Service Entry Sheet.  (tcode: ML81N, ESSR-LBLNI)
    by sap instructions i did this step:
    "You must create two new screens with the same number for the module pools SAPLCV130 and SAPLCV140 .
    The processing logic must follow that of screen 1204 in program SAPLVC130."
    and this step:
    Create function module OBJECT_CHECK_XXXX (XXXX = ESSR ) which i have copied from OBJECT_CHECK_EQUI .
    I have done above step .
    I created Screen For SAPLCV130 and SAPLCV140 with screen No 1272. give same flow logic of screen 1204.
    I created Function Module OBJECT_CHECK_ESSR.
    After this What I have to do for displaying  ESSR object in DMS as Object Link. 
    Please Guide me as soon as possible.
    Thanks
    Pranesh

    Hi,
    Since I think you already followed the below steps :
    1. In the standard system, there are already two special screens for the module pools SAPLCV130 and SAPLCV140 for the linked SAP object.
    You must create two new screens with the same number for the module pools SAPLCV130 and SAPLCV140. The processing logic must follow that of screen 1204 in program SAPLVC130.
    2. Create function module OBJECT_CHECK_XXXX (XXXX = object name) If the object can be classified, this function module already exists .
    Otherwise copy the function module for linking equipment DOCUMENT_CHECK_EQUI and change it as required for the new object.
    Kindly go through the below once :
    Link :[http://help.sap.com/erp2005_ehp_02/helpdata/en/2c/3fe93bad3ce333e10000000a114084/frameset.htm].
    you define the object link in DMS customizing
    e.g.For EBAN maintain screen number 247 in "Maintain view for screens to DMS object links" Then link EBAN to your document type
    Hope it helps you.
    Thanks
    Arbind
    Edited by: Arbind Prasad on Feb 24, 2011 5:46 PM

  • Adding new object TAB to DMS

    Hi, all
    I want add new new tab as my new object type. which is not available in standard set ie screens  class CV130 TC 'SE80'
    the new object requirment as per customer
    1] Routing
    2] Inspection Lot
    3] Plan Maintanence
    4] Clibration
    Give procedure how to customize these new objects, which r not available as std screens for dms object links.
    rgds
    Ben

    Hi Benaka,
    In standard SAP system you can link DIR to various other SAP Objects for that, in customization setting choose :
    Cross-application component->Document management->Control Data->Maintain Key fields.
    Following steps to be followed as per IMG activity documentation(click & follow the step).
    Regards,
    Seema Pilankar
    If it useful reward me the points.

  • Object Link to DMS document - does not allow to link to docs not released

    Hi Folks,
    I am trying to create an object link from cProjects 4.5 to a DMS document. When I select a document in DMS I am getting the message "26 223 Document <doc_number> has not been released". If I set the status of the DMS document to a released status I am allowed to create the object link.
    My question is - why am I only allowed to object link to released DMS documents? I want link to a DMS document regardless of the status.
    Thanks,
    Lashan

    Hi Lashan,
    Not sure whether this works, but do check in CFC01 and see "Document Type Dependent Data'
    Regards,
    Aby

  • Object Link for DMS

    Hi Experts,
    As per Client Requirement, I need to create an object link in CV01N for a non standard SAP object as mentioned in the list.
    HR Module
    Personnel Number
    Position
    Organization Unit
    Personal area
    FICO Module
    Business Area
    Cost Center
    As i needed a step by step process to achive this.Sample codes (from ABAPer) with screen numbers will be more helpful.Please don't tell to look for help link/document bec'z i allready had those.
    Pts will be awarded for useful answer ..be sure..
    Thx in advance for reply..

    Hi,
    You can create New objects using the T.code: SE80.
    You can make an object link to SAP objects that are not shown in the possible entries list. To do this, proceed as follows:
    1. In the standard system, there are already two special screens for the module pools SAPLCV130 and SAPLCV140 for the linked SAP object.
    You must create two new screens with the same number for the module pools SAPLCV130 and SAPLCV140. The processing logic must follow that of screen 1204 in program SAPLVC130.
    2. Create function module OBJECT_CHECK_XXXX (XXXX = object name) If the object can be classified, this function module already exists.
    Thank You,
    Manoj
    pls consider points if useful..!

  • Where to find the document uplaoded for HR object link through DMS?

    Hi,
    This is regarding HR object link (Object link PLOGI,screen 500) through DMS .
    I have attached a document for a personnel number in CV01N transcation tab HR Object by specifying plan version : blank, Object type 'Person', Object ID -selected the personeel number.
    I wanted to view or display this document from HR transactions,Please let me know from whic transaction and menu path I can view the uploaded document.
    Regards,
    khaderhussain.

    Dear Khadir,
    you can check service for object(attachment) in TR. code for Personnel Number.
    Aby,
    well said about, Archivelink is the preferred solution for maintaining HR Documents.
    As Archive Link solution given so many times by many experts.
    but, what about
    1.TREX Search for HR documents.
    2.What abt Authorisation control
    3.do you think end user can upload documents easily by selecting object/doc.types in OAAD(ie.OAOH)
    4.can you maintain folder structure through Archive Link?
    can anybody clarify these queries as it is mandetory in most of business processes? if not what is the alternative solution.
    thx. in advance..

  • Additional sap objects links in dms

    hi, all
    i have an issue in dms.
    1] the custemer needs dms link with routing
    2] needs dms link with bom header and bom item
    i think,
    case 1. needs additional object setting, plz explain in details
    case 2 .dms not allows to link bom header and bom item. give sugession
    rds
    ben

    Hi Ben,
    for object link settings please see the following WIKI page for all necessary customizing steps:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/plm/ca-dms-Object+link
    Generally all standard object screens are included in function group CV130, which could be displayed in transaction SE80.
    For BOM header the object is 'STKO_DOC' and for BOM item it is 'STPO_DOC'. The screen are the following:
    STKO_DOC: 0258
    STPO_DOC: 0257
    Regarding the routing link I think document could only be used in routings but not linked. So the document have to be added directly in the routing itself. Maybe note 372499 could be useful for this issue.
    Best regards,
    Christoph
    P.S.: Please reward points for useful information.

  • Error when attaching object link in DMS

    Hi Experts,
       I am calling the function module CV110_DOC_CREATE in my program. This program i have attached to a ztransaction.Thus the screen after entering the document type, document version and part in the cv01n transaction appears when my ztransaction is executed.  But the problem is that i can attach object link (document info record) when the ztransaction is executed initially. But when i click on back button and again comes to the screen i am not able to attach the object link.Then it gives an error as " Object does not exist". Please help.

    When the back button is clicked screen for my ztransaction comes.From there it is calling the actual screen to attach the object link.there i am trying to attach the object link again...then it is saying as object does not exists. This same dir i have attached earlier as object link when the ztransaction was run initially.

  • Remove Object link from DMS

    Hello ,
    i have to create a report in which i have to remove the link of the document .
    I have done the following procedure.
    1) bapi_document_getdetails2  with X in object link
    2) tick the delete indicator in the Object link table
    3) bapi_document_change2
    4) bapi_tranaction_commit,
    but the link was still not deleted ..
    any suggestins ?

    Hi Lashan,
    Not sure whether this works, but do check in CFC01 and see "Document Type Dependent Data'
    Regards,
    Aby

  • Custom Object Link in DMS

    Hi
      I need to create Object Link For Inspection lot (table QALS). I followed the steps like Maintain Screen for Object Link, Maintain Key Fields ,Define Object Links for Document Type and implemented BADI DOCUMENT_OBJ. And the object link record is successfully creating in DRAD table. Where as the record is not updating in QALS table(Inspection Lot table). I have a question here, Do i need to save explicitly in QALS table through coding?
    Regards
    Neelima

    Hi,
    When you are saving the object link in the Document Info Record(DIR), at that point of time itself, it can be updated in the QALS table via User exit / BADi.
    secondly, you had to get some coding for displaying of DIR  as additional data in the display screen of inspection lot.
    The technical consultant will help you in doing the coding and identification of user exit/ BADi.
    Thanks
    SUMIT

  • 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

  • Archiving Object SOBL - New Object Links Package

    Any one has experience on this archiving object?
    Is it necessary to run this archive object? or the object relationship is archived when the object is archived.
    if we do need to archive this object, how can we sure it does not cause data lose. I tried to run this archive object it selects records which linked objects are still active!

    Alberto,
    Can you explain what you are trying to do. Are you trying to archive data from a BI object or are you trying to export data out of a BI object using open hub.

  • Error in Audit object link to Oppurtunity (Audit Management)

    Hi,
    I'm using audit type for oppurtunity check. On pressing F4 help to
    select available oppurtunities i get the following error message
    "No values found"
    However, I found that there are entries for oppurtunities (BO Type :
    BUS200111) in table CRMD_ORDERADM_H.
    I have created Audit object attribute type Y1 following the
    configuration guide "D80: Client & Project Acquisition " from SAP Help
    portal.
    Regards
    Prathiba

    Hi Gregor,
    Thanks for your reply.
    using windows explorer mechanism i can see the folders that i created in the CRM config.
    Now in Portals KM i did the following steps:
    a) Created an HTTP Data Source : with URL = the URL that the service crm_prt_km_dav generates.
    http://abrusux156h.pch.chem.corp.local:8086/sap/crm/crm_prt_km_dav
    b)Created a memory cache
    c)Created a WebDAV respository manager with the following details:
    Description :WebDAV
    Prefix : /PRD  (PRD is the BO Hierarchy name that i have set in the CRM config)
    System ID : T86 (Sames as what was set in HTTP Data Source)
    Repository Service : svc_acl
    ACL Manager cache : ca_cm
    Security manager : ACLSecurityManager
    Memory Cache :webDAV(same as what i had set in step b)
    I restarted the portal server. and then tried doing the test by going to
    Content Admin ->KM Content ->root
    But i dont see the /PRD folder out there.
    Any clues on that???
    Thanks,
    Anand

Maybe you are looking for