<?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 Re: want to create Document new version with BAPI_DOCUMENT_create2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-document-new-version-with-bapi-document-create2/m-p/6719234#M1455110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there any another BAPI to solve the above problem..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Mar 2010 04:44:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-03T04:44:27Z</dc:date>
    <item>
      <title>want to create Document new version with BAPI_DOCUMENT_create2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-document-new-version-with-bapi-document-create2/m-p/6719233#M1455109</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 want to create a document with new version with the help of existing document in DMS. In my development of module pool&lt;/P&gt;&lt;P&gt;i can add new file and also i can create new version of existing document. all this i can do from my Z-development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When on initial time when there is no dicument exist BAPI creating new document correctly with attached files. also i am able to create a new version of that document if i am excuting applicatin from my PC. if this appication run from another system to generate new version  BAPI is giving me Error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am passing below data in DOCUMENTFILES(table parameter of BAPI) for existing File which is available already in older version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DOC_HEADER-DOCUMENTTYPE     = 'ABC'&lt;/P&gt;&lt;P&gt;DOC_HEADER-DOCUMENTNUMBER   = '456'&lt;/P&gt;&lt;P&gt;DOC_HEADER-DOCUMENTVERSION  = '00'&lt;/P&gt;&lt;P&gt;DOC_HEADER-DOCUMENTPART     = '000'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FWA_DOCFILE-STORAGECATEGORY = 'ZDMS'.&lt;/P&gt;&lt;P&gt;FWA_DOCFILE-WSAPPLICATION = PFX_EXT.&lt;/P&gt;&lt;P&gt;FWA_DOCFILE-DOCPATH          = F_FILEPATH.&lt;/P&gt;&lt;P&gt;FWA_DOCFILE-CHECKEDIN        = ''.&lt;/P&gt;&lt;P&gt;FWA_DOCFILE-ACTIVE_VERSION  = 'X'.&lt;/P&gt;&lt;P&gt;FWA_DOCFILE-DOCUMENTTYPE    = WA_COMDOC-DOKAR.&lt;/P&gt;&lt;P&gt;FWA_DOCFILE-DOCUMENTNUMBER  = WA_COMDOC-DOCNR.&lt;/P&gt;&lt;P&gt;FWA_DOCFILE-DOCUMENTPART    = WA_COMDOC-DOKTL.&lt;/P&gt;&lt;P&gt;FWA_DOCFILE-DOCUMENTVERSION = WA_COMDOC-DOKVR.&lt;/P&gt;&lt;P&gt;FWA_DOCFILE-APPLICATION_ID  = WA_DOCFILE-APPLICATION_ID.&lt;/P&gt;&lt;P&gt;FWA_DOCFILE-FILE_ID         = WA_DOCFILE-FILE_ID       .&lt;/P&gt;&lt;P&gt;FWA_DOCFILE-DOCFILE = F_FILENAME.&lt;/P&gt;&lt;P&gt;APPEND FWA_DOCFILE TO FIT_DOCFILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing all those data which i am getting from BAPI_DOCUMENT_GETDETAIL2 for existing attached file. Need help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 09:53:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-document-new-version-with-bapi-document-create2/m-p/6719233#M1455109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T09:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: want to create Document new version with BAPI_DOCUMENT_create2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-document-new-version-with-bapi-document-create2/m-p/6719234#M1455110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there any another BAPI to solve the above problem..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 04:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-document-new-version-with-bapi-document-create2/m-p/6719234#M1455110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T04:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: want to create Document new version with BAPI_DOCUMENT_create2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-document-new-version-with-bapi-document-create2/m-p/6719235#M1455111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved from My side.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 04:19:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-create-document-new-version-with-bapi-document-create2/m-p/6719235#M1455111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-23T04:19:16Z</dc:date>
    </item>
  </channel>
</rss>

