<?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: Function module to pick file automatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539367#M851528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In transaction OAOH for the FM ARCHIV_CREATE_DIALOG_META the file path is importing parameter so how can i change this using BDC or my predefined file path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you undesttand this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Mar 2008 06:40:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-08T06:40:47Z</dc:date>
    <item>
      <title>Function module to pick file automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539364#M851525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Presently trying to upload emplyee photos using OAOH using BDC. The BDC program is able to upload the file but when it comes to running transaction OAOH the file could not be picked automatically.&lt;/P&gt;&lt;P&gt;what could be the reason. how to automate this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 11:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539364#M851525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T11:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to pick file automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539365#M851526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check what value is comming in the function module ARCHIV_CREATE_DIALOG_META importing parameter ' SAPPFAD - SAP ArchiveLink file paths '  which is called from report ' OANEWCON ' for transaction OAOH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get the right details.&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;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 13:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539365#M851526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T13:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to pick file automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539366#M851527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;PARAMETER P_FILE LIKE  IBIPPARMS-PATH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'F4_FILENAME'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      PROGRAM_NAME  = SYST-CPROG&lt;/P&gt;&lt;P&gt;      DYNPRO_NUMBER = SYST-DYNNR&lt;/P&gt;&lt;P&gt;      FIELD_NAME    = 'P_FILE'&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      FILE_NAME     = P_FILE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 13:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539366#M851527</guid>
      <dc:creator>mahaboob_pathan</dc:creator>
      <dc:date>2008-03-07T13:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to pick file automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539367#M851528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In transaction OAOH for the FM ARCHIV_CREATE_DIALOG_META the file path is importing parameter so how can i change this using BDC or my predefined file path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you undesttand this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2008 06:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539367#M851528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-08T06:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to pick file automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539368#M851529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing you can do put a single record for BDC transaction and can debug the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not a direct solution but hope you catch the point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 12:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539368#M851529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T12:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to pick file automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539369#M851530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;problem solved instead of BDC or OAOH developed a customized prgram which is picking file automatically and uploading to infotype 0002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks to all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 03:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539369#M851530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T03:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to pick file automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539370#M851531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved myself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 03:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539370#M851531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T03:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to pick file automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539371#M851532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share this please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 15:34:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-pick-file-automatically/m-p/3539371#M851532</guid>
      <dc:creator>former_member435556</dc:creator>
      <dc:date>2015-06-16T15:34:00Z</dc:date>
    </item>
  </channel>
</rss>

