<?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 Problem with Querying.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-querying/m-p/2971351#M701238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Used FModule..  "IHCLSD_PROCESS_SEARCH"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'IHCLSD_PROCESS_SEARCH'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    I_KLART                       = '002'&lt;/P&gt;&lt;P&gt;    I_CLASS                       = 'DT'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_LANGUAGE                    = SY-LANGU&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_KEY_DATE                    = SY-DATUM&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; CHANGING&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CT_OBJECTS                    = CT_OBJECTS&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   NO_OBJECTS_FOUND              = 1&lt;/P&gt;&lt;P&gt;   INCONSISTENT_PARAMETERS       = 2&lt;/P&gt;&lt;P&gt;   NO_AUTHORITY_CLASSTYPE        = 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CT_OBJECTS  Contains all the List of Equipment for the class "DT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to Query From the  List of Equipments which is executed after that FM for the Weight= xyz from those list of equipment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its Table is EQUI and Fiels is BRGEW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Any one will write the Query So, that I can Execute Immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its Very Urgent..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be awarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2007 10:20:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-01T10:20:32Z</dc:date>
    <item>
      <title>Problem with Querying..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-querying/m-p/2971351#M701238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Used FModule..  "IHCLSD_PROCESS_SEARCH"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'IHCLSD_PROCESS_SEARCH'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    I_KLART                       = '002'&lt;/P&gt;&lt;P&gt;    I_CLASS                       = 'DT'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_LANGUAGE                    = SY-LANGU&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_KEY_DATE                    = SY-DATUM&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; CHANGING&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CT_OBJECTS                    = CT_OBJECTS&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   NO_OBJECTS_FOUND              = 1&lt;/P&gt;&lt;P&gt;   INCONSISTENT_PARAMETERS       = 2&lt;/P&gt;&lt;P&gt;   NO_AUTHORITY_CLASSTYPE        = 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CT_OBJECTS  Contains all the List of Equipment for the class "DT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to Query From the  List of Equipments which is executed after that FM for the Weight= xyz from those list of equipment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its Table is EQUI and Fiels is BRGEW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Any one will write the Query So, that I can Execute Immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its Very Urgent..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be awarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 10:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-querying/m-p/2971351#M701238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T10:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Querying..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-querying/m-p/2971352#M701239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just loop at ct objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single brgew into (equi-brgew) where equi_number = ' ( eqno) '.&lt;/P&gt;&lt;P&gt;and brgew = 'xyz'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;then it matches u r criteria.&lt;/P&gt;&lt;P&gt;move it to another itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u will get the list wheich satisfies ur condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful   &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 10:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-querying/m-p/2971352#M701239</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2007-11-01T10:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Querying..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-querying/m-p/2971353#M701240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to find Eq No for those  eq.no which as weight xy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at CT_objects cannot be put. Because it is a changing type and it is not a table kind of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u write the logic and send me if possible.\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jayasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 10:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-querying/m-p/2971353#M701240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T10:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Querying..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-querying/m-p/2971354#M701241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whether this functional module is inside a loop?&lt;/P&gt;&lt;P&gt;If so.&lt;/P&gt;&lt;P&gt;you just write the code below the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare a internal table with 2 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of itab occurs 2000,&lt;/P&gt;&lt;P&gt;       eeqno type itob-eqno,&lt;/P&gt;&lt;P&gt; end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single brgew into (equi-brgew) where equi_number =  CT_OBJECTS&lt;/P&gt;&lt;P&gt;and brgew = 'xyz'.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;move CT_OBJECTS to itab-eqno.&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;clear equi.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 11:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-querying/m-p/2971354#M701241</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2007-11-01T11:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Querying..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-querying/m-p/2971355#M701242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CT_OBJECT is an changing table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that table a field called objects which stores the equipment value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 11:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-querying/m-p/2971355#M701242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T11:54:56Z</dc:date>
    </item>
  </channel>
</rss>

