<?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: Data upload without XI/PI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-without-xi-pi/m-p/8390974#M1643895</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;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to pick up file from 'file server' without XI/PI ? (if yes then how?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Yes, use OPEN DATASET and READ DATASET statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to convert the file from XML to flat once file is picked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Search the forum (Google is also your friend), there are plenty of example for this.&lt;/P&gt;&lt;P&gt;Your could e.g. use a transformation to do that.&lt;/P&gt;&lt;P&gt;Here is a first link: &lt;A href="http://abapreports.blogspot.com/2008/09/upload-xml-file-from-application-server.html" target="test_blank"&gt;http://abapreports.blogspot.com/2008/09/upload-xml-file-from-application-server.html&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once there is success/failure of data upload then there should be some log file for the confirmation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Well, generate your own one (flat file, excel,..) or you can also use standard application log (managed through SLG1) and set-up with FM BAL_LOG_*, you should also be able to find a lot of example for those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Nov 2011 13:24:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-05T13:24:00Z</dc:date>
    <item>
      <title>Data upload without XI/PI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-without-xi-pi/m-p/8390973#M1643894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck with some problem and i hope you all there will be able to help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client doesn't have Web Services i.e. XI/PI and they want to sync data from one application to SAP. The application extracts XML file to file server which then i need to pick and upload to SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problems:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to pick up file from 'file server' without XI/PI ? (if yes then how?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to convert the file from XML to flat once file is picked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once there is success/failure of data upload then there should be some log file for the confirmation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the overview of the problem once i break this then i hope i will have some other questions to ask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any light on this is highly appreciated and thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for your replies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 12:20:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-without-xi-pi/m-p/8390973#M1643894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-05T12:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data upload without XI/PI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-without-xi-pi/m-p/8390974#M1643895</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;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to pick up file from 'file server' without XI/PI ? (if yes then how?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Yes, use OPEN DATASET and READ DATASET statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to convert the file from XML to flat once file is picked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Search the forum (Google is also your friend), there are plenty of example for this.&lt;/P&gt;&lt;P&gt;Your could e.g. use a transformation to do that.&lt;/P&gt;&lt;P&gt;Here is a first link: &lt;A href="http://abapreports.blogspot.com/2008/09/upload-xml-file-from-application-server.html" target="test_blank"&gt;http://abapreports.blogspot.com/2008/09/upload-xml-file-from-application-server.html&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once there is success/failure of data upload then there should be some log file for the confirmation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Well, generate your own one (flat file, excel,..) or you can also use standard application log (managed through SLG1) and set-up with FM BAL_LOG_*, you should also be able to find a lot of example for those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 13:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-without-xi-pi/m-p/8390974#M1643895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-05T13:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data upload without XI/PI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-without-xi-pi/m-p/8390975#M1643896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appreciate your help and still looking for more examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 17:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-without-xi-pi/m-p/8390975#M1643896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-05T17:40:43Z</dc:date>
    </item>
  </channel>
</rss>

