<?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: ranges as export parameter in function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-as-export-parameter-in-function-modules/m-p/3570328#M859270</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;It depends on the field for value, the structure should have the field SIGN (type C 1 char), OPTION (type C 2 char), LOW(?????) and HIGH(?????).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The size of LOW and HIGH depends on the field where u need to do the query, try to find the dictionary structure with a name like &lt;STRONG&gt;RANGE&lt;/STRONG&gt;; anyway u can insert a table (for the range) in TABLE parameter without type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2008 15:51:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-28T15:51:10Z</dc:date>
    <item>
      <title>ranges as export parameter in function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-as-export-parameter-in-function-modules/m-p/3570327#M859269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys&lt;/P&gt;&lt;P&gt;i have to design a function module in such a way that i have to pass a ranges table.&lt;/P&gt;&lt;P&gt;watt structure or type should i use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 15:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-as-export-parameter-in-function-modules/m-p/3570327#M859269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T15:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: ranges as export parameter in function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-as-export-parameter-in-function-modules/m-p/3570328#M859270</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;It depends on the field for value, the structure should have the field SIGN (type C 1 char), OPTION (type C 2 char), LOW(?????) and HIGH(?????).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The size of LOW and HIGH depends on the field where u need to do the query, try to find the dictionary structure with a name like &lt;STRONG&gt;RANGE&lt;/STRONG&gt;; anyway u can insert a table (for the range) in TABLE parameter without type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 15:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-as-export-parameter-in-function-modules/m-p/3570328#M859270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T15:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: ranges as export parameter in function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-as-export-parameter-in-function-modules/m-p/3570329#M859271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use DDRANGE structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 16:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-as-export-parameter-in-function-modules/m-p/3570329#M859271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T16:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: ranges as export parameter in function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-as-export-parameter-in-function-modules/m-p/3570330#M859272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define your range in the datadictionary and then use this type for the changing or exporting parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE11 define a structure of table type.  From the edit menu choose define as ranges table.  After this you may input the field for the high\low data element.  input the name and create the structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example range table for VKBUR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create ZRT_VKBUR as structure (table) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input  VKBUR as data element for high/low and input zrl_vkbur in structure row type.  Save and then click on the create button for ZRL_VKBUR which will create a standard range table line definition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 17:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-as-export-parameter-in-function-modules/m-p/3570330#M859272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T17:32:27Z</dc:date>
    </item>
  </channel>
</rss>

