<?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 Import attachments in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-attachments/m-p/10808562#M1881629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Christmas to All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to automatically import/upload attachments in SAP through T-code FB03. &lt;/P&gt;&lt;P&gt;I have recorded below script for uploading the attachments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]").maximize&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/tbar[0]/okcd").text = "/nfb03"&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]").sendVKey 0&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/txtRF05L-BELNR").text = "100111498"&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/ctxtRF05L-BUKRS").text = "3220"&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/txtRF05L-GJAHR").text = "2015"&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/txtRF05L-GJAHR").setFocus&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/txtRF05L-GJAHR").caretPosition = 4&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]").sendVKey 0&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/titl/shellcont/shell").pressContextButton "%GOS_TOOLBOX"&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/titl/shellcont/shell").selectContextMenuItem "%GOS_PCATTA_CREA"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this script line, i get the popup box which i have attached in JPG format for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any of you help me to get the complete script which will enable me to download 1 by 1 attachments on the basis of the information pulled from the excel through below script line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/txtRF05L-BELNR").text = "100111498"&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/ctxtRF05L-BUKRS").text = "3220"&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/txtRF05L-GJAHR").text = "2015"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support and will be waiting for better solution on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Dec 2014 06:56:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-12-29T06:56:49Z</dc:date>
    <item>
      <title>Import attachments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-attachments/m-p/10808562#M1881629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Christmas to All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to automatically import/upload attachments in SAP through T-code FB03. &lt;/P&gt;&lt;P&gt;I have recorded below script for uploading the attachments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]").maximize&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/tbar[0]/okcd").text = "/nfb03"&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]").sendVKey 0&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/txtRF05L-BELNR").text = "100111498"&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/ctxtRF05L-BUKRS").text = "3220"&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/txtRF05L-GJAHR").text = "2015"&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/txtRF05L-GJAHR").setFocus&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/txtRF05L-GJAHR").caretPosition = 4&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]").sendVKey 0&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/titl/shellcont/shell").pressContextButton "%GOS_TOOLBOX"&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/titl/shellcont/shell").selectContextMenuItem "%GOS_PCATTA_CREA"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this script line, i get the popup box which i have attached in JPG format for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any of you help me to get the complete script which will enable me to download 1 by 1 attachments on the basis of the information pulled from the excel through below script line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/txtRF05L-BELNR").text = "100111498"&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/ctxtRF05L-BUKRS").text = "3220"&lt;/P&gt;&lt;P&gt;session.findById("wnd[0]/usr/txtRF05L-GJAHR").text = "2015"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support and will be waiting for better solution on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 06:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-attachments/m-p/10808562#M1881629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-29T06:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Import attachments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-attachments/m-p/10808563#M1881630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the solution to your problem can be found here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://scn.sap.com/thread/1799453" title="https://scn.sap.com/thread/1799453"&gt;Pasting filename in a panel using script | SCN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="14493462" __jive_macro_name="message" class="jive_macro_message jive_macro" data-orig-content="Excel VBA Script for Services for Object ToolBox - the &amp;quot;Import File&amp;quot; dialog Box" href="https://community.sap.com/" modifiedtitle="true" title="Excel VBA Script for Services for Object ToolBox - the &amp;quot;Import File&amp;quot; dialog Box"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 13:23:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-attachments/m-p/10808563#M1881630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-05T13:23:39Z</dc:date>
    </item>
  </channel>
</rss>

