<?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: Selection tables and parameter functions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-tables-and-parameter-functions/m-p/4036857#M964875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create a range type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following go to &lt;STRONG&gt;SE11&lt;/STRONG&gt; and create a structure like follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIGN TYPE C LENGTH 1&lt;/P&gt;&lt;P&gt;OPTION TYPE C LENGTH 2&lt;/P&gt;&lt;P&gt;LOW TYPE TQ30-ART (the domain or data element of this field)&lt;/P&gt;&lt;P&gt;HIGH TYPE TQ30-ART (the domain or data element of this field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then create a table type of this structure and then associate it with you parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2008 12:53:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-20T12:53:51Z</dc:date>
    <item>
      <title>Selection tables and parameter functions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-tables-and-parameter-functions/m-p/4036855#M964873</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;What is the struture of the parameter my function need to expect for this peace of code work?&lt;/P&gt;&lt;P&gt;Do i have to create on structure of my one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Program&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN BEGIN OF BLOCK b1.&lt;/P&gt;&lt;P&gt;    PARAMETERS CHARG TYPE MCHA-CHARG OBLIGATORY.&lt;/P&gt;&lt;P&gt;    SELECT-OPTIONS TLoteCO FOR TQ30-ART.&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'ZIMPRIME_BA_MP'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      LOTEENTRADA            = CHARG&lt;/P&gt;&lt;P&gt;      TIPOLOTECONTROLO  = TLoteCO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Function&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ZIMPRIME_BA_MP.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Interface local:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(LOTEENTRADA) TYPE  CHARG_D&lt;/P&gt;&lt;P&gt;*"     REFERENCE(TIPOLOTECONTROLO) TYPE  &lt;STRONG&gt;???????&lt;/STRONG&gt;&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;Hugo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 12:46:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-tables-and-parameter-functions/m-p/4036855#M964873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T12:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selection tables and parameter functions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-tables-and-parameter-functions/m-p/4036856#M964874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create the tabletype with a structure selec-options&lt;/P&gt;&lt;P&gt;option,sign,low,high&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 12:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-tables-and-parameter-functions/m-p/4036856#M964874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T12:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Selection tables and parameter functions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-tables-and-parameter-functions/m-p/4036857#M964875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create a range type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following go to &lt;STRONG&gt;SE11&lt;/STRONG&gt; and create a structure like follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIGN TYPE C LENGTH 1&lt;/P&gt;&lt;P&gt;OPTION TYPE C LENGTH 2&lt;/P&gt;&lt;P&gt;LOW TYPE TQ30-ART (the domain or data element of this field)&lt;/P&gt;&lt;P&gt;HIGH TYPE TQ30-ART (the domain or data element of this field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then create a table type of this structure and then associate it with you parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 12:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-tables-and-parameter-functions/m-p/4036857#M964875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T12:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Selection tables and parameter functions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-tables-and-parameter-functions/m-p/4036858#M964876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need to create a structure .. &lt;/P&gt;&lt;P&gt;U can use structure .. RANGE_MATNR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 12:56:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-tables-and-parameter-functions/m-p/4036858#M964876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T12:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selection tables and parameter functions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-tables-and-parameter-functions/m-p/4036859#M964877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with out mentioning the type, you pass the select options , then in the function module you create the range for&lt;/P&gt;&lt;P&gt;TQ30-ART.&lt;/P&gt;&lt;P&gt;then pass the values to the range and use...it in FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 12:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-tables-and-parameter-functions/m-p/4036859#M964877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T12:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selection tables and parameter functions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-tables-and-parameter-functions/m-p/4036860#M964878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the structures like range_matnr and range_werks..or use this....COMS_ATTR_RANGE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 12:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-tables-and-parameter-functions/m-p/4036860#M964878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T12:57:09Z</dc:date>
    </item>
  </channel>
</rss>

