<?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: Convert for selections in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-for-selections/m-p/7657757#M1573728</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;try with TYPE ANY / TYPE CASTING statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Feb 2011 07:05:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-14T07:05:26Z</dc:date>
    <item>
      <title>Convert for selections</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-for-selections/m-p/7657756#M1573727</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;i have a method that fills selections.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    methods fill_params
      importing
        if_selname type rsscr_name
        if_sign    type tvarv_sign
        if_opti    type tvarv_opti
        if_low     type tvarv_val
        if_high    type tvarv_val optional
      changing
        ct_params  type /spmeat/t_params.		
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;when i fill method with the values, example&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
        me-&amp;gt;fill_params(
          exporting
            if_selname = text-004
            if_sign    = 'I'
            if_opti    = 'EQ'
            if_low     = &amp;lt;ls_levp&amp;gt;-kunnr
          changing
            ct_params  = lt_kunnr
            ).
        append lines of lt_kunnr to ls_slp_selstruc-kunnr.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;the type if_low is not compatible.....&lt;/P&gt;&lt;P&gt;how i can kunnr datatype convert to tvarv_val?&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, 14 Feb 2011 07:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-for-selections/m-p/7657756#M1573727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-14T07:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Convert for selections</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-for-selections/m-p/7657757#M1573728</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;try with TYPE ANY / TYPE CASTING statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 07:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-for-selections/m-p/7657757#M1573728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-14T07:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Convert for selections</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-for-selections/m-p/7657758#M1573729</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;change the field symbol data type &amp;lt;ls_levp&amp;gt; type any or same as when u declared for low&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 07:08:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-for-selections/m-p/7657758#M1573729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-14T07:08:36Z</dc:date>
    </item>
  </channel>
</rss>

