<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Document info records in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534140#M850278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;I have a requirement to print all documents linked (DMS) to my material. How can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2008 12:22:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-10T12:22:00Z</dc:date>
    <item>
      <title>Document info records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534140#M850278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;I have a requirement to print all documents linked (DMS) to my material. How can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 12:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534140#M850278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T12:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Document info records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534141#M850279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming you are trying to print a list of all documents linked to your material and not trying to print the actual documents.  To get a list of documents linked to your material you can use database view M_CV01O which is the "Generated View for Matchcode ID CV01-O".  Select the M_CV01O records with DOKOB = "MARA" and OBJKY = your material.  You can write an ABAP report for this or just use SE16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use transaction CV04N -&amp;gt; choose the Object Links tab -&amp;gt; then choose the Material Master tab and enter your material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jamie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: James Gaddis on Mar 10, 2008 12:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 16:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534141#M850279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T16:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Document info records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534142#M850280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Drawing master data in stored in table DRAW. Drawing Links are stored in table DRAD, with a DOKOB of MARA for materials, and a OBJKY equal to the material number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes the same assumption that you wan toprint the LIST of documents, and not the documents themselves. It is hard to tell by your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: David Knittle on Mar 10, 2008 12:20 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 16:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534142#M850280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T16:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Document info records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534143#M850281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct...  database view M_CV01O joins together tables DRAD and DRAW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 16:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534143#M850281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T16:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Document info records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534144#M850282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks for your answers, I want to print the document itself..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 11:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534144#M850282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T11:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Document info records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534145#M850283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use the data in DRAW to determine where the actual document is, and print it from there... I am not sure how you would trigger the frontend printing, but we often grab the documents from the vault (with open dataset, etc) and attach them to emails, upload them to websites, etc. you need to know the vault info (where in the server the documents are, based on the vault ID in the DRAW table and on customizing), and the extension (in the draw table), and the actual name as stored in the vault (hey!, in the draw table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just a quick scan of SE84 shows a function module called DOCU_PRINT...&lt;/P&gt;&lt;P&gt;If not that check out others in the SDOC function group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have never tried this, though, so i cannot say if it'll work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: David Knittle on Mar 11, 2008 7:42 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 11:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534145#M850283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T11:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Document info records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534146#M850284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;My documets are PDF docs and stored in Content server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 11:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534146#M850284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T11:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Document info records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534147#M850285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just looked at DOCU_PRINT... it is not right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just got one to print using DOCUMENT_SHOW_DIRECT, with the print option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 12:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-info-records/m-p/3534147#M850285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T12:38:38Z</dc:date>
    </item>
  </channel>
</rss>

