<?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: bapis in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/3408733#M818659</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;Use this Unix script. Give IP and other details as ur requirment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#################################################################&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Setup variables.                                              #&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;                                                              #&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Input Directory    &amp;gt;  #&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Output Directory   &amp;gt; #&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Source System      &amp;gt; #&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Target System      &amp;gt; #&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Files FTPed        &amp;gt; lxxxxx*                                #&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;#################################################################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set -x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE="`date +%y%m%d%H%M%S`"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;FTP destination details.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;ftp_host=""&lt;/P&gt;&lt;P&gt;ftp_user=" "&lt;/P&gt;&lt;P&gt;ftp_pass="a"&lt;/P&gt;&lt;P&gt;ftp_remote_dir=" "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;File path and names&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;host_dir=""&lt;/P&gt;&lt;P&gt;ftp_local_file="lxxxx"&lt;/P&gt;&lt;P&gt;ftp_local_file_dir=" "&lt;/P&gt;&lt;P&gt;ftp_arch_dir="  "&lt;/P&gt;&lt;P&gt;ftp_output="  "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;################################################################&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;FTP&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;################################################################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if [ -f $ftp_local_file_dir ]; then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ftp -i -n -d -v $ftp_host&amp;lt;&amp;lt;EOINPUT &amp;gt;$ftp_output&lt;/P&gt;&lt;P&gt;     user $ftp_user $ftp_pass&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     cd  $ftp_remote_dir&lt;/P&gt;&lt;P&gt;     lcd $host_dir&lt;/P&gt;&lt;P&gt;     mput $ftp_local_file&lt;/P&gt;&lt;P&gt;     bye&lt;/P&gt;&lt;P&gt;EOINPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  mv $ftp_local_file_dir $ftp_arch_dir$ftp_remote_file_name&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;     echo "ERROR: Local $ftp_local_file_dir does not exist."&amp;gt;&amp;gt;$ftp_output;&lt;/P&gt;&lt;P&gt;fi&lt;/P&gt;&lt;P&gt;exit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it s helpfull.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2008 11:53:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-14T11:53:02Z</dc:date>
    <item>
      <title>bapis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/3408730#M818656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First requirement is i have to send customer information from sap to other software in txt format which goes through xi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second requirement is i have to take the txt file from that software and modifies changes i have sent it back in form of txt which goes through xi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third requirement is a salesorder or purchase order in that software should trigger order in sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And we have to bapis.&lt;/P&gt;&lt;P&gt;if u guys have supported program or any suggestions please send me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 04:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/3408730#M818656</guid>
      <dc:creator>jhansi_raja</dc:creator>
      <dc:date>2008-02-14T04:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: bapis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/3408731#M818657</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;U can use UNIX script for input and out data from SAP to external.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 05:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/3408731#M818657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T05:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: bapis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/3408732#M818658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u have any documentation or related program please send me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 09:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/3408732#M818658</guid>
      <dc:creator>jhansi_raja</dc:creator>
      <dc:date>2008-02-14T09:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: bapis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/3408733#M818659</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;Use this Unix script. Give IP and other details as ur requirment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#################################################################&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Setup variables.                                              #&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;                                                              #&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Input Directory    &amp;gt;  #&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Output Directory   &amp;gt; #&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Source System      &amp;gt; #&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Target System      &amp;gt; #&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Files FTPed        &amp;gt; lxxxxx*                                #&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;#################################################################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set -x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE="`date +%y%m%d%H%M%S`"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;FTP destination details.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;ftp_host=""&lt;/P&gt;&lt;P&gt;ftp_user=" "&lt;/P&gt;&lt;P&gt;ftp_pass="a"&lt;/P&gt;&lt;P&gt;ftp_remote_dir=" "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;File path and names&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;host_dir=""&lt;/P&gt;&lt;P&gt;ftp_local_file="lxxxx"&lt;/P&gt;&lt;P&gt;ftp_local_file_dir=" "&lt;/P&gt;&lt;P&gt;ftp_arch_dir="  "&lt;/P&gt;&lt;P&gt;ftp_output="  "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;################################################################&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;FTP&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;################################################################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if [ -f $ftp_local_file_dir ]; then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ftp -i -n -d -v $ftp_host&amp;lt;&amp;lt;EOINPUT &amp;gt;$ftp_output&lt;/P&gt;&lt;P&gt;     user $ftp_user $ftp_pass&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     cd  $ftp_remote_dir&lt;/P&gt;&lt;P&gt;     lcd $host_dir&lt;/P&gt;&lt;P&gt;     mput $ftp_local_file&lt;/P&gt;&lt;P&gt;     bye&lt;/P&gt;&lt;P&gt;EOINPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  mv $ftp_local_file_dir $ftp_arch_dir$ftp_remote_file_name&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;     echo "ERROR: Local $ftp_local_file_dir does not exist."&amp;gt;&amp;gt;$ftp_output;&lt;/P&gt;&lt;P&gt;fi&lt;/P&gt;&lt;P&gt;exit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it s helpfull.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 11:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapis/m-p/3408733#M818659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T11:53:02Z</dc:date>
    </item>
  </channel>
</rss>

