<?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: Upload word documents using ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451632#M1553021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think FM BAPI_DOCUMENT_CREATE2 should meet your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Dec 2010 12:26:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-03T12:26:09Z</dc:date>
    <item>
      <title>Upload word documents using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451627#M1553016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is, i am going to track the details of development capturing the Development number, Development Description, Estimates, Maarket, Functional Owner, technical owner, Delivery date and along with that I want to upload the functional specification and technical specification, test results word documents and store in the program/ trasaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that, the user can see the link to these word documents and once he clicks on those, he will get the option of downloading those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have completed the first part of capturing the details about the development, however struggling with the document uploading requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me the approach in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Anuja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 10:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451627#M1553016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-03T10:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Upload word documents using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451628#M1553017</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;Take a look at transaction CV01N. You can create SAP documents linked to files (for example a word doc) which are stored on your content server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 11:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451628#M1553017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-03T11:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Upload word documents using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451629#M1553018</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;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked the transaction CV01N, However in my program screen itself i want to have the F4 help for the document which needs to be uploaded from the presentation server like browse button and then attach button which will attach that document to the perticular development as its detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This functionality is similar to our e-mails... in which we attach the attachment with browse and attach buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anuja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 11:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451629#M1553018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-03T11:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Upload word documents using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451630#M1553019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM F4_FILENAME :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*----------------------------------------------------------------------*
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
*----------------------------------------------------------------------*
  CALL FUNCTION 'F4_FILENAME'
    EXPORTING
      field_name = 'P_FILE'
    IMPORTING
      file_name  = p_file.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 11:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451630#M1553019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-03T11:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Upload word documents using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451631#M1553020</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;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for attaching that attachment what function module i should use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope i am clear with the requirement or do u want to me to elaborate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 11:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451631#M1553020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-03T11:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Upload word documents using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451632#M1553021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think FM BAPI_DOCUMENT_CREATE2 should meet your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 12:26:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451632#M1553021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-03T12:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Upload word documents using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451633#M1553022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 09:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451633#M1553022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-27T09:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Upload word documents using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451634#M1553023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 09:44:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451634#M1553023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-27T09:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Upload word documents using ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451635#M1553024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anuja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have look at this lik.&lt;/P&gt;&lt;P&gt;[http://wiki.sdn.sap.com/wiki/display/HOME/Document&lt;EM&gt;Management&lt;/EM&gt;Systems]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gven by  Nayan Kurup in SDN wiki.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 04:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-word-documents-using-abap/m-p/7451635#M1553024</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-01-28T04:21:17Z</dc:date>
    </item>
  </channel>
</rss>

