<?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: Error While executing the Standard Program RSEINB00 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313224#M1393069</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;give it for both and click on 'ACCESS TEST' on each tab.check any error comes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save and activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2009 09:12:18 GMT</pubDate>
    <dc:creator>former_member223446</dc:creator>
    <dc:date>2009-10-26T09:12:18Z</dc:date>
    <item>
      <title>Error While executing the Standard Program RSEINB00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313218#M1393063</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;I am trying to execute the Standard Program RSEINB00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input parameters for this program are &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. File path along with name&lt;/P&gt;&lt;P&gt;2. Port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File path I am giving the application server directory along with the filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For port. i have created a port in WE21.&lt;/P&gt;&lt;P&gt;For both outbound parametes I selected the Physical directory and gave directory name and file name in both tabs and saved the port definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am passing the port to the RSEINB00 program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is giving an error File cannot be opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me on this. Can someone guide me how to use RSEINB00 to read file from application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 07:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313218#M1393063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T07:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error While executing the Standard Program RSEINB00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313219#M1393064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;2 possibilities for the error:&lt;/P&gt;&lt;P&gt;1. The file is not present at the path you specified.&lt;/P&gt;&lt;P&gt;2. You do not have permissions to read the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find out the exact error by putting a break point at the subroutine file_check_and_open in include LEDINF01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, try to run the program in background and with a user who has enough permissions on the app server. example Job user etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 07:58:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313219#M1393064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T07:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error While executing the Standard Program RSEINB00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313220#M1393065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Advait,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the file and gave the exact locaiton of the file.&lt;/P&gt;&lt;P&gt;I even tried to upload a file with my user id and gave the same file path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for the first possibility of error can be ignored as I have the permission and access to the app server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am trying to debug the perform for file open and will come back to you with the exact error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 09:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313220#M1393065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T09:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error While executing the Standard Program RSEINB00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313221#M1393066</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;I debug the program a found the error as E0 372 ( Which says the first reccord in the file is not an IDOC contorl Record).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I asked my functional Consultant to give us a sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also made some changes in the port definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The checked the UNICODE format check box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also gave REPCHAR as #.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me if I am goingm in wrong direction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 10:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313221#M1393066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T10:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error While executing the Standard Program RSEINB00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313222#M1393067</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;I think,you missed out some steps while creating Port.so please follow the below steps to resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we21-&amp;gt;click on your port number-&amp;gt;outbound file tab-&amp;gt;function module: EDI_PATH_CREATE_MESTYP_DOCNUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outbound file: give file name .txt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and give the physical directory : /usr/sap/.......................................txt and save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and click on 'ACESS TEST' button and check any error is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to outbound trigger tab-&amp;gt; give RFC destination name which we have created under a port in SM59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and one more important thing is check your unicode status is active or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.Please get back me .if any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 11:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313222#M1393067</guid>
      <dc:creator>former_member223446</dc:creator>
      <dc:date>2009-10-23T11:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error While executing the Standard Program RSEINB00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313223#M1393068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your reply is very useful to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will let you know my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using RSEINB00 to trigger Inbound IDocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing the file placed in application server to this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In we21 for port definition I am passing the Same values for both inbound tab and outbound tab.&lt;/P&gt;&lt;P&gt;The parameters which i am passing are Physical Directory checked and Directory name along with outbound file name.&lt;/P&gt;&lt;P&gt;the same for Inbound Tab also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i will give the FM name which you gave . this I should give in both tabs ( Inbound and Outbound).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 12:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313223#M1393068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T12:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error While executing the Standard Program RSEINB00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313224#M1393069</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;give it for both and click on 'ACCESS TEST' on each tab.check any error comes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save and activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 09:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313224#M1393069</guid>
      <dc:creator>former_member223446</dc:creator>
      <dc:date>2009-10-26T09:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error While executing the Standard Program RSEINB00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313225#M1393070</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;Please pass Logical file path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 09:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-the-standard-program-rseinb00/m-p/6313225#M1393070</guid>
      <dc:creator>SujeetMishra</dc:creator>
      <dc:date>2009-10-26T09:28:37Z</dc:date>
    </item>
  </channel>
</rss>

