<?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: RM06IBIE - Selection parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rm06ibie-selection-parameters/m-p/7022475#M1498187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;program used logical file MM_PURCHASING_INFORECORDS&lt;/P&gt;&lt;P&gt;-&amp;gt; physical file is /usr/sap/trans/data/mminforecords&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look tcode "FILE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 May 2010 05:55:32 GMT</pubDate>
    <dc:creator>andreas_mann3</dc:creator>
    <dc:date>2010-05-31T05:55:32Z</dc:date>
    <item>
      <title>RM06IBIE - Selection parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rm06ibie-selection-parameters/m-p/7022473#M1498185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get data format for program RM06IBI0, which in turn can be got thro' RM06IBIE.&lt;/P&gt;&lt;P&gt;When I try to execute RM06IBIE with  a file in the application server, I get error saying this does not match with the entry maintained in v_filename. I made sure the dir and the file name are the same as the entry in v_filename for ZFILE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share your ideas on this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Seema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 05:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rm06ibie-selection-parameters/m-p/7022473#M1498185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T05:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: RM06IBIE - Selection parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rm06ibie-selection-parameters/m-p/7022474#M1498186</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;Solved on my own ..program RM06IBIE has to be executed with the default  logical file name provided "MM_PURCHASING_INFORECORDS" . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Seema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 05:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rm06ibie-selection-parameters/m-p/7022474#M1498186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T05:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: RM06IBIE - Selection parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rm06ibie-selection-parameters/m-p/7022475#M1498187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;program used logical file MM_PURCHASING_INFORECORDS&lt;/P&gt;&lt;P&gt;-&amp;gt; physical file is /usr/sap/trans/data/mminforecords&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look tcode "FILE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 05:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rm06ibie-selection-parameters/m-p/7022475#M1498187</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2010-05-31T05:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: RM06IBIE - Selection parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rm06ibie-selection-parameters/m-p/7022476#M1498188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should pass the logical file name and at runtime, the logical file name is converted by the FILE_GET_NAME function module to a platform-specific path and file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your logical filename in FILE transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press F1 on filename parameter in RM06IBIE program,you will get more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 05:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rm06ibie-selection-parameters/m-p/7022476#M1498188</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2010-05-31T05:59:16Z</dc:date>
    </item>
  </channel>
</rss>

