<?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 DMS interface program required in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dms-interface-program-required/m-p/6590733#M1435799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are implenting DMS in our organisation for which , I have a requirement where in I need to make a program (interface) which can attach &amp;amp; send  the scanned image of objects (Ex: Invoice) to a specific location on DMS server.&lt;/P&gt;&lt;P&gt; The data on DMS will be archived data.&lt;/P&gt;&lt;P&gt;Any help in the designig of the program will be of great help from any of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Feb 2010 12:30:16 GMT</pubDate>
    <dc:creator>ankurgodre</dc:creator>
    <dc:date>2010-02-19T12:30:16Z</dc:date>
    <item>
      <title>DMS interface program required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dms-interface-program-required/m-p/6590733#M1435799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are implenting DMS in our organisation for which , I have a requirement where in I need to make a program (interface) which can attach &amp;amp; send  the scanned image of objects (Ex: Invoice) to a specific location on DMS server.&lt;/P&gt;&lt;P&gt; The data on DMS will be archived data.&lt;/P&gt;&lt;P&gt;Any help in the designig of the program will be of great help from any of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 12:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dms-interface-program-required/m-p/6590733#M1435799</guid>
      <dc:creator>ankurgodre</dc:creator>
      <dc:date>2010-02-19T12:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: DMS interface program required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dms-interface-program-required/m-p/6590734#M1435800</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;In the DMS interface I did, I used FM: 'BAPI_DOCUMENT_CREATE2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And there is a Note: Note 504692, you could check it out, in this Note, you can find the sample code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_DOCUMENT_CHANGE2'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;DOCUMENTTYPE = ls_draw-dokar&lt;/P&gt;&lt;P&gt;DOCUMENTNUMBER = ls_draw-doknr&lt;/P&gt;&lt;P&gt;DOCUMENTPART = ls_draw-doktl&lt;/P&gt;&lt;P&gt;DOCUMENTVERSION = ls_draw-dokvr&lt;/P&gt;&lt;P&gt;DOCUMENTDATA = ls_Doc&lt;/P&gt;&lt;P&gt;DOCUMENTDATAX = ls_docx&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;HOSTNAME =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DOCBOMCHANGENUMBER =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DOCBOMVALIDFROM =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DOCBOMREVISIONLEVEL =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SENDCOMPLETEBOM = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;PF_FTP_DEST = 'SAPFTPA'&lt;/P&gt;&lt;P&gt;PF_HTTP_DEST = 'SAPHTTPA'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CAD_MODE = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;RETURN = ls_return&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CHARACTERISTICVALUES =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CLASSALLOCATIONS =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DOCUMENTDESCRIPTIONS =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;OBJECTLINKS =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DOCUMENTSTRUCTURE =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;DOCUMENTFILES = lt_documentfiles_new&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;LONGTEXTS =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;COMPONENTS =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;IF ls_return-type CA 'EA'.&lt;/P&gt;&lt;P&gt;ROLLBACK WORK.&lt;/P&gt;&lt;P&gt;MESSAGE ID '26' TYPE 'I' NUMBER '000'&lt;/P&gt;&lt;P&gt;WITH ls_return-message.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;COMMIT WORK and wait.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 04:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dms-interface-program-required/m-p/6590734#M1435800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T04:19:51Z</dc:date>
    </item>
  </channel>
</rss>

