<?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: regarding Parameters stmts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters-stmts/m-p/3292791#M787915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akshita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RLGRAP-FILENAME have the Domain  LOCALFILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using differently is probably they would use them differently in calling some FMs and those FMs request these variables of that type only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;awrd points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2008 06:53:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-07T06:53:35Z</dc:date>
    <item>
      <title>regarding Parameters stmts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters-stmts/m-p/3292790#M787914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference b/w stmts 1 &amp;amp; 2 let me know. any difference in that, why to use those pls let me know.&lt;/P&gt;&lt;P&gt;1). PARAMETERS:   p_flnme1 TYPE localfile MODIF ID m1,&lt;/P&gt;&lt;P&gt;                              P_flnme2 TYPE localfile MODIF ID m2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: P_ifile1 LIKE rlgrap-filename MODIF ID m2, &lt;/P&gt;&lt;P&gt;                            P_ifile2  LIKE rlgrap-filename MODIF ID  m3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why they are using Localfile above and below rlgrap-filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Akshitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 06:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters-stmts/m-p/3292790#M787914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T06:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Parameters stmts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters-stmts/m-p/3292791#M787915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akshita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RLGRAP-FILENAME have the Domain  LOCALFILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using differently is probably they would use them differently in calling some FMs and those FMs request these variables of that type only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;awrd points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 06:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters-stmts/m-p/3292791#M787915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T06:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Parameters stmts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters-stmts/m-p/3292792#M787916</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; if u use localfile means once u can pass that file url .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; otherwise if u use RLGRAP in selection screen u can pass that file url in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 06:54:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters-stmts/m-p/3292792#M787916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T06:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Parameters stmts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters-stmts/m-p/3292793#M787917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its just the same&lt;/P&gt;&lt;P&gt;rlgrap is a structure with field filename of type localfile.&lt;/P&gt;&lt;P&gt;both the statements are same&lt;/P&gt;&lt;P&gt;just accessing them indirectly&lt;/P&gt;&lt;P&gt;The first statement uses type Domain&lt;/P&gt;&lt;P&gt;the second statement uses like a filed in the structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 06:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters-stmts/m-p/3292793#M787917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T06:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Parameters stmts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters-stmts/m-p/3292794#M787918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  localfile is dataelement.&lt;/P&gt;&lt;P&gt;rlgap-filename is refering to the field called filename in table rlgap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Plzz reward points if it helps.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 06:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters-stmts/m-p/3292794#M787918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T06:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Parameters stmts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters-stmts/m-p/3292795#M787919</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;If ur going to upload or download any file from ur local system RLGRAP u have to define. because RLGRAP is a structure which contain file name....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the statement declaration is different first one is they used TYPE statement and second one is LIKE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both the statements are similer but where as in TYPE statements u can use it in any where in ur programe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward me a points if it is use full answer..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 07:01:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters-stmts/m-p/3292795#M787919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T07:01:16Z</dc:date>
    </item>
  </channel>
</rss>

