<?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 create object by filter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-object-by-filter/m-p/1349146#M175362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got a litle problem with creation of objects. &lt;/P&gt;&lt;P&gt;here's the story about . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iv'e created an interface intf1 with filter and also several different classes that each one of them is implement the interface intf1 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let's say C1 ...Cn those are the classes . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to create one of them dynamically and therefore i use static function : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD cl_exit_master=&amp;gt;create_obj_by_interface_filter&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      inter_name   = 'INTF1'&lt;/P&gt;&lt;P&gt;      method_name  = 'LIKE_CONTRUCTOR'&lt;/P&gt;&lt;P&gt;      flt_val      = filter_value &lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      exit_obj_tab = lt_exit_obj.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;inside lt_exit_obj i got back from the function the name of interface and some data but the field "obj" which suppose to be the referance for newly created object is NULL . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does someone have any tips hints or tricks how can this issue can be solved ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx ya all .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 May 2006 07:48:56 GMT</pubDate>
    <dc:creator>herzelhaimharel_gilor</dc:creator>
    <dc:date>2006-05-29T07:48:56Z</dc:date>
    <item>
      <title>create object by filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-object-by-filter/m-p/1349146#M175362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got a litle problem with creation of objects. &lt;/P&gt;&lt;P&gt;here's the story about . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iv'e created an interface intf1 with filter and also several different classes that each one of them is implement the interface intf1 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let's say C1 ...Cn those are the classes . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to create one of them dynamically and therefore i use static function : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD cl_exit_master=&amp;gt;create_obj_by_interface_filter&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      inter_name   = 'INTF1'&lt;/P&gt;&lt;P&gt;      method_name  = 'LIKE_CONTRUCTOR'&lt;/P&gt;&lt;P&gt;      flt_val      = filter_value &lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      exit_obj_tab = lt_exit_obj.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;inside lt_exit_obj i got back from the function the name of interface and some data but the field "obj" which suppose to be the referance for newly created object is NULL . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does someone have any tips hints or tricks how can this issue can be solved ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx ya all .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 07:48:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-object-by-filter/m-p/1349146#M175362</guid>
      <dc:creator>herzelhaimharel_gilor</dc:creator>
      <dc:date>2006-05-29T07:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: create object by filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-object-by-filter/m-p/1349147#M175363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;GO THROUGH THIS LINKS&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/8c/ed4f3e065de946e10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/8c/ed4f3e065de946e10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.intellicorp.com/support/NetProcess/TechNotes/lcom-filter-documentation-006.pdf" target="test_blank"&gt;http://www.intellicorp.com/support/NetProcess/TechNotes/lcom-filter-documentation-006.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 09:12:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-object-by-filter/m-p/1349147#M175363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-29T09:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: create object by filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-object-by-filter/m-p/1349148#M175364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just use CREATE OBJECT intf1 TYPE (classname).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your object intf1 must be declared with TYPE REF TO intf1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then call method of new object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 09:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-object-by-filter/m-p/1349148#M175364</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2006-05-29T09:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: create object by filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-object-by-filter/m-p/1349149#M175365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but what about the filter value ? &lt;/P&gt;&lt;P&gt;there's must be filter value consideration&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 09:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-object-by-filter/m-p/1349149#M175365</guid>
      <dc:creator>herzelhaimharel_gilor</dc:creator>
      <dc:date>2006-05-29T09:53:00Z</dc:date>
    </item>
  </channel>
</rss>

