DMS Link Table for External Content Repository

Can someone advise in what table is the link to the External Content Repository stored, in SAP's DMS? We are able to save a document using CV01n in documentum, but are unable to determine the table in which the link to the external document id is stored.
It is NOT in TAO01, which would be the obvious choice. Perhaps TAO01 is only used by ArchiveLink and not by DMS.
We know that the link is stored in one of the tables in SAP, because we are able to retreive the document.
Regards,
Ajay

Dear Ajay,
please check if tables DMS_DOC2LOIO, DMS_PHIO2FILE and DMS_PH_CD1 could provide you the necessary data.
Maybe also FM SDOK_PHIOS_PROPERTIES_GET could be usefull.
Best regards,
Christoph

Similar Messages

  • Sales Order no and IDOC No Link table for Sales Out bound IDOC ORDRSP

    Hi Friends
    How to find Sales Order no and IDOC No Link table for Sales Out bound IDOC ORDRSP.
    Thanks in Advance.
    SR

    Hi
    If the idoc is managed by message, the link are stored in GOS (Obeject Service)
    U can try to use the function module NREL_GET_NEIGHBOURHOOD
    If you put
    IS_OBJECT-OBJKEY = <sales document>
    IS_OBJECT-OBJTYPE = <business object> (I think BUS2032)
    the function returns the idoc
    or if you put
    IS_OBJECT-OBJKEY = <idoc number>
    IS_OBJECT-OBJTYPE = <business object> (I think IDOC)
    the function returns the sales order
    You can investigate that function module in order to find out the tables
    Max

  • DMS Document Storage in External Content Server

    Dear All,
    We are working on a DMS scenario, where we need to store the document in an external content server, and not in SAP DB. We are evaluating the solutions around the content server, and we see that SAP provides a HTTP Interface to SAP Content Server, and this interface can be configured through OAC0 and OACT, and managed through CSADMIN. Now, a set of questions:
    1. If we intend to use SAP Content Server, do we need to purchase additional license for it? Our understanding is that the software is delivered with SAP Installation DVD, and as such no licensing charges are required.
    2. If we DO NOT intend to use SAP Content Server, and rather use an external content server (Possibly utilizing the File System at the OS level as a repository), how will the configuration of OAC0 and OACT look like in such a case? We definitely can not use HTTP Content Server as storage type, How will the entries be organized in this case?
    Has anyone worked on a scenario like this? It will be really nice if you can share your experience and expertise in this regard.
    Awaiting replies.
    Thanks and Sincere Regards,
    Sid

    Hi Ravindra,
    Thanks for the clarification. Do I understand correctly that, for a external content server (without an installation of SAP Content Server) also, we need to specify the storage type as HTTP Content Server ? But in such a case, how will the work processes be handled? As I understand, SAP Content Server engine will handle the incoming/outgoing requests through a Web Server. So, don't we need a similar arrangement for an external content server also? In that case, will the connection parameters be for a HTTP Content Server or for RFC Archive, where we can specify a RFC Destination of type G and connect through it?
    Thanks and Regards,
    Sid

  • Archive link - How use a content repository ?

    Hello expert,
    I have to use Archivelink to create a connection between sap and external system to store some
    forms created by smartforms.
    I created a new content repository on the archivelink customizing. My question is:
    When I print the form, how can I make a link with external system using archivelink ?
    tks a lot,
    Roberto.

    no reply

  • WBS Element and Service No Link Table for Purchase Order document

    Hi Experts,
    We are Facing 1 Problem for finding link between
    WBS Element and Service No for corresponding Purchase Order document . Please Suggest me to find Related tables for Project system Module .
    Thanks and Regards
    BalaNarasimman.M

    Hi,
    The link will be in MM table, not PS table. Try EKKN.
    Regards

  • Problems when trying to return information for External Content Types in Sharepoint 2013

    This is my first post on the forum, until I tried on this problem but have not found anything.
    When trying to return the information from the external content displays the following error:
    Error retrieving data from mill. Administrators: query the server log for more information.
    I do not know what else to do...

    Hi,
    According to your post, my understanding is that you got an error when tried to return the information from the external content.
    Did the error occur when you created a new external content type or created a external list?
    You can check the steps with the following articles about how to create a external content type.
    http://lightningtools.com/bcs/creating-an-external-content-type-with-sharepoint-designer-2013/
    http://wyldesharepoint.blogspot.in/2012/12/sharepoint-2013-setting-up-external.html
    If the error occurred with the external list, you can check the steps with the following article.
    http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2013/01/08/how-to-create-external-data-column-in-sharepoint-2013.aspx
    You can also check the event log and ULS log to see if anything unexpected occurred.
    For SharePoint 2013, by default, ULS log is at      
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Group by collapsed not working for external content type

    Hi,
    I've got a list that displays data from external content type and I need it to be grouped by a column and have it collapsed by default.
    The problem I have is that on a page by itself everything works fine. But when I add the list on a page with other web parts rendering the list as collapsed doesn't work as expected.
    It will render the group headers correctly and everything is collapsed. But when I expand one of the groups ALL items are shown under that group, even the ones that belong to some other group. I then expand another group and it also shows ALL items. But when
    I set the default to expanded each group header only has the items that belong to it, even if I collapse it and then expand again.
    As I said, having the groups collapsed works fine if the listview is by itself on a web part page, but as soon as I add another web part (doesn't matter what type) it stops working.
    Is this a bug or might there be something I'm doing wrong?

    Hi,
    As this issue is submitted via internal pipeline without external URL can be provided, we will keep focus on it to see if there any update.
    If there is an urgent requirement, I would suggest you call MS Customer Support Services for quick replies:
    http://support.microsoft.com/
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Binding for "File Content Repository Path" is returning null value

    I have created a data control for file based content repository based on an existing file system path. *But when this data contol is invoked the command "#{bindings['getURI_returnURI'].inputValue}" is returning null.*+
    Please advice what are possible scenarios. I have performed the following
    #1. Create a file system folder in windows XP named "C:\CPContentRepository" and add some html pages into this folder.
    #2. Create a "content" project in the application.
    #3. Create a "Content Repository Data Control" named "CPFileContentRepository". Repository Type : "File System", Base Path : "C:\CPContentRepository". Test & Registration is successful.
    #4. Add a "panel horizontal" into jsf jsp "ContentTest" page & drap-dop data control "CPFileContentRepository--> getURI(String)--> Return--> URI". select return type as "ADF Output Text".
    #5. Edit Authorization of the "ContentTest" page definition for "View --> anyone".
    #6. Edit Authorization of the "ContentTest" page definition bindings "getURI" for "Invoke --> anyone".
    #7. Run the "ContentTest" page. The output for the page is empty.
    Regards,
    Vikki

    There're two major problems in your code. One you have used different names to get your parameters like in your first jsp they're like
    <input type="text" name="did" size="20" </p>
      <p align="center"> </p>
      <p align="center"><b>Name        </b>          
      <input type="text" name="name" size="20"></p>
      <p align="center"> </p>
      <p align="center"><b>Specialist In         
      <input type="text" name="specialist" size="20"></b></p>
      <p align="center"> </p>
      <p align="center"><b>Address                
      <input type="text" name="address" size="20"></b></p>
      <p align="center"> </p>
      <p align="center"><b>Phone no.            
      <input type="text" name="phno" size="20"></b></p>
      <p align="center"> </p>but when you're getting you're doing it like this
    String name = request.getParameter("name");
         String did = request.getString("did");
         String add = request.getParameter("add");
         String specilist = request.getParameter("specilist");
         String phno = request.getParameter("phno");First get them with same name as you have them in your first jsp. another thing in that you're not used form tag in write way... You have created submit button in some other form
    and when you're pressing submit button actully you're submitting only that form value and your form1 is not submitted that's why you're getting null values for
    those parameters you're getting with right name

  • How do you retrieve Many documents from an external content repository

    We are using P8 to store our AP Imaging documents (invoices).  The conenction for this is set up through all the standard document management configuration using OAC0, OAC3, etc.
    I wrote an ALV program that allows the users to search SAP and it will give them the unique GuiID that is passed between SAP and P8.  This works great for retrieving document data, and then in the ALV layout I have a hot spot on the document number so it will launch SAP function module: ARCHIV_GET_CONNECTIONS and display the invoice using standard functionality.
    The client has recently recieved a request to pull over 2500 invoices and save them in a folder for review.  I tested BAPI_DOCUMENT_CHECKOUTVIEW2 and it either doesn't allow me to connect to the P8 system, or I'm filling out the document type and document nuber different from what SAP expects.
    Question:
    Has anyone recieved a similar request to extract multiple documents from a content repository and what did you use to accomplish this?
    Thanks,
    Anthony

    After the weekend has past, could it be true?  No one has had to do this yet?
    Thanks,
    Anthony

  • Linking Tables With External Files

    Hi,
    is there any chance to link the cells of a table in Keynote with external text files like *.txt or *.xml?
    Thanks
    Michael

    If the databases aren't changing (aren't updated regularly), you could dump the data from the table that has mixed 5 and 9 digit zips into either excel or access, Do your LEFT function in Excel/Access, and then join to this spreadsheet/table.
    However, if these tables are constantly changing/updating it wouldn't be a preferred method, I know.
    Sorry, i didn't mean to post this multiple times.
    Edited by: Jsausser on May 18, 2009 9:54 PM

  • Link Tables for Delivery,Outgoing Excise Invoice, A/R Invoice

    Hi Guys,
    I am struck up somewhere in linking the below tables,
    ODLN,DLN1,
                  OOEI,OEI,OEI4,OEI5,OEI3
                  OINV,INV1INV4 .
    I want to display Delivery (No,customer name),
    Outgoing Excise( No, Date , Customer/Whse No(If base doc is inventory transfer),
    BED ,ECess ,HSCess Value, total tax value, document total),
    A/R Invoice(Doc No ,Date,CustName, BED,eCESS,HSCess,total tax,doc value)
    ( Delivery--> corresponding OutGoing Excise Document --> correspoding A/R Invoice Document)
    I have tried the below but its not showing the exact result which i need..
    SELECT  DISTINCT t1.docnum as 'del no',t1.CardName,
    T12.DOCNUM as 'Out Ex',T12.DOCDATE,
    T12.CARDNAME,
    (SELECT distinct TaxAcct  FROM OEI4 where statype=-90 and DocEntry=t12.DocEntry) as'BED G/L' ,
    (SELECT Sum(TaxSum) FROM OEI4 where statype=-90 and DocEntry=T12.DocEntry) AS 'BED',
    (SELECT distinct TaxAcct FROM OEI4 where statype=-60 and DocEntry=T12.DocEntry) as 'Ed.Cess G/L',
    (SELECT Sum(TaxSum) FROM OEI4 where statype=-60 and DocEntry=T12.DocEntry) AS 'ECESS',
    (SELECT distinct TaxAcct  FROM OEI4 where statype=-55 and DocEntry=t12.DocEntry) as 'HSCess G/L',
    (SELECT Sum(TaxSum) FROM OEI4 where statype=-55 and DocEntry=T12.DocEntry) AS 'HSCESS',
    T12.[VatSum] as 'OG  Tax', T12.[DocTotal] as 'OG Tot',t0.TrgetEntry as 'Inv No'
    FROM DBO.DLN1 T0
    INNER JOIN DBO.ODLN T1 ON T0.DOCENTRY = T1.DOCENTRY
    LEFT JOIN DBO.INV1 T4 ON T4.BASEENTRY = T0.DOCENTRY AND T4.BaseLine = T0.LineNum
    LEFT JOIN DBO.OINV T5 ON T4.DOCENTRY = T5.DOCENTRY
    LEFT OUTER JOIN INV4 T14 ON T14.DOCENTRY =T4.DOCENTRY AND T4.BASELINE = T14.LINENUM
    LEFT JOIN DBO.OCRD T6 ON T5.CARDCODE=T6.CARDCODE
    LEFT JOIN DBO.OEI1 T11 ON T11.BASEENTRY = T0.DOCENTRY AND T11.BASELINE = T0.LINENUM
    LEFT JOIN DBO.OOEI T12 ON T12.DOCENTRY=T11.DOCENTRY
    LEFT OUTER JOIN OEI4 T13 ON T13.DOCENTRY =T11.DOCENTRY AND T11.BASELINE = T13.LINENUM
    WHERE T12.DOCDATE >= [%0] AND T12.DOCDATE <= [%1]
    order by t12.docnum
    Pls Guys show me some way.
    Thanks in advance,
    Vamsi..
    Edited by: VamsamP on Aug 20, 2010 8:23 AM

    Hi Gordon,
    Actually my requirement is to display,
    Delivery Doc No,Date and BP Name , Sales A/R Invoice No ,Date,BP Name,DocTotal and Outgoing Excise Invoice No,Date,(Tax Amount Split Up),Doc Total.
    These 3 Documents needs to be relate to each other(Like  Delivery,corresponding A/R Invoice ,  OutGoing Excise Invoice Against theat Delivery)
    Regards,
    Vamsi.

  • Link the document in content repository with gos

    Hello,
    We need to display the document created by cv01n in gos --> attachment list.
    The document gets created in cv01 and there is an attachment to it which gets stored in table DMS_CONT1_CD1. We need to display this attachment in attachment list of gos in transaction migo.
    Is it possible through configuration or we need to develop something?
    thanks in adavance,
    Beena.

    Hello Andrew,
    You can right-click in open space to the right of the bottom row of icons to change the icons. Next select MORE TOOLS. In the File Toolbar, check the box for Email and this should solve the problem. Why SAP did not default this checkbox I will never know.
    Thanks,
    Tim

  • Tables for External Bank Reconciliation

    Which tables are populated during an external manual bank recon?
    I would like to create a report.
    2007 A PL 46
    Thanks,
    Rob

    Hi,
    You can check OBNK table.
    Regards,
    Jitin
    SAP Business One Forum Team

  • Confuguration of DMS using an external content server and KPRO

    Hello all,
    I am working in a new EH&S SAP environnement.
    The aim is to configure a DMS to link EH&S with an external content server Documentum using Kpro.
    I have done the following IMG activities:
    - Specify Content Servers (Tcode: OAC0)
    - Maintain Categories (Tcode: OACT)
    - Specify links
    - Specify Data Carriers
    - Define document types
    - Assign EH&S Document Types to Data Carriers
    But i am facing to the following problems:
    - CG36VEN: error: "could not create report for specification XX, variant XX and lang. EN.
    - CG34: error: cannot display document MSDS
    - CG4B: error: cannot display document TEST
    Are there other actions to be done in the IMG activities?
    Any idea to help me please?

    More details:
    I am working in a new EH&S SAP environnement.
    I have installed a new DMS link witn an external documentum content server and he is working fine.
    My aim is to configure EH&S to link SAP EH&S with my DMS.
    Actually my connexion between EH&S and DMS is not working.
    Can you tell me what are actions to be done to link EH&S to my DMS.
    Thanks,
    Ludovic Roux

  • Content Server / Content Repository / Archive Link and co.

    Hi,
    i have installed a content server on an external Windows 2003 Server Plattform using MAXDB. The Server is now running and working properly. The test of the content repositories were positive too. Now im a bit confused about all the actions which are required to make a content rep known to SAP System via Archive Link. Is it correct to start the content server service in the SCIF transaction? Do i need to perform the Archive Link Workflow and Costumizing wizard. Which tables have to be altered?
    I would  be very greatful if anyone could tell me the steps which need to be done in order to succeed.
    Thanks in advance Christian

    Hi,
    Is it correct to start the content server service in the SCIF transaction?
    Not required
    the actions which are required to make a content rep known to SAP System via Archive Link.
    Create a content repository  in OAC0 using document area Archivelink and storage type HTTP Content Server.
    To use full functionality of  Archlink, other set of Archivelink configurations required one of them e.g.OAC3 to use this repository to be used by business objects.
    Anirudh,

Maybe you are looking for

  • Apple TV won't play thru my receiver

    I recently purchased a Pioneer VSX-522-K AV receiver and I can't get my AppleTV (latest version) to play through it. The HDMI inputs on the receiver are: DVD, Satellite, Game and Blu-Ray. The satellite works fine, my DVD player works fine fhrough the

  • Pages not loading completely or at all.

    This is a problem I've been having for weeks and weeks. Pages in Safari (or in IE or in Firefox) will not load completely or at all. For example, the apple.com homepage does not load at all and neither does ebay. However, the amazon homepage will loa

  • Changing cell height in a cross tab

    Hi, I want to reduce the height of rows in a cross tab. The help index says to click a cell within the cross tab to activate the sizing handles, and to then click and drag them to change the height. But the only size handles I see are the one for the

  • Dot1x "authentication event fail action authorize" missing vlan info in show running-config 3750 12.2.55-SE7

    has anyone seen this on their dot1x configurations where the vlan info is missing on the show running-config? see port fast 2/0/3 below. the 3750 POE switch is running 12.2.55-SE7. interface FastEthernet2/0/1  switchport access vlan 18  switchport mo

  • Show pop up error

    i have some problem for show pop up error message when data not found. case: i start from applet A then click drilldown to open applet B, (when i click drilldown it will automatically trigger to query data from backend). If data is found data will sh