<?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: about rlgrap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-rlgrap/m-p/2543289#M578163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jamshad,&lt;/P&gt;&lt;P&gt;RLGRAP is a structure which is used by many standard Function modules which are related to File uploads and downloads. And RLGRAP-FILENAME is of type C length 132 characters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some standard Function modules their parameter to accept File name will be of this type, when we are using Funtion modules the types of the Import and Export parameters should be type compatible, i.e their type and length should be same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Example:&lt;/P&gt;&lt;P&gt;PARAMETERS: file TYPE rlgrap-filename DEFAULT 'data_file.txt'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful answers.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Moqeeth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2007 04:20:57 GMT</pubDate>
    <dc:creator>mohammed_moqeeth</dc:creator>
    <dc:date>2007-07-09T04:20:57Z</dc:date>
    <item>
      <title>about rlgrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-rlgrap/m-p/2543285#M578159</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;          some body pls tell me what is rlgrap ? where it is used ? pls tell me in detail  with  example .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 04:02:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-rlgrap/m-p/2543285#M578159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T04:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: about rlgrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-rlgrap/m-p/2543286#M578160</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;RLGRAP is a structure which can be used for defining File related Screen fields. For example, if you want to provide a selection screen with a parameter for file path for upload or download - following statement can be used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: pa_file TYPE RLGRAP-FILENAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward and encourage helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 04:09:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-rlgrap/m-p/2543286#M578160</guid>
      <dc:creator>former_member214288</dc:creator>
      <dc:date>2007-07-09T04:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: about rlgrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-rlgrap/m-p/2543287#M578161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RLGRAP is the structure for File related Function module,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you look at WS_UPLOAD,UPLOAD,WS_DOWNLOAD,DOWNLOAD FM's ,they use RLGRAP structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 04:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-rlgrap/m-p/2543287#M578161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T04:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: about rlgrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-rlgrap/m-p/2543288#M578162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;RLGRAP is a structure that contains the fields realated to a File e.g. File name, File Type etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally, RLGRAP-FILENAME is used to define an input field on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report ZTEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters : P_FILE LIKE RLGRAP-FILENAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create an input box where u can enter  a file location like C:\Himanshu\Test.xls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then using this location u can either upload/download the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 04:09:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-rlgrap/m-p/2543288#M578162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T04:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: about rlgrap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-rlgrap/m-p/2543289#M578163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jamshad,&lt;/P&gt;&lt;P&gt;RLGRAP is a structure which is used by many standard Function modules which are related to File uploads and downloads. And RLGRAP-FILENAME is of type C length 132 characters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some standard Function modules their parameter to accept File name will be of this type, when we are using Funtion modules the types of the Import and Export parameters should be type compatible, i.e their type and length should be same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Example:&lt;/P&gt;&lt;P&gt;PARAMETERS: file TYPE rlgrap-filename DEFAULT 'data_file.txt'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful answers.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Moqeeth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 04:20:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-rlgrap/m-p/2543289#M578163</guid>
      <dc:creator>mohammed_moqeeth</dc:creator>
      <dc:date>2007-07-09T04:20:57Z</dc:date>
    </item>
  </channel>
</rss>

