<?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: report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3320349#M795369</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;You have not filled the table T_CLASS and taht is why the exception is raised..&lt;/P&gt;&lt;P&gt;Fill the table and pass it to the function module. For the input on T_CLASS table, see the following description:&lt;/P&gt;&lt;P&gt;Table T_CLASS contains the class and a characteristic counter for each&lt;/P&gt;&lt;P&gt;entry. The counter determines the characteristic records for a class in&lt;/P&gt;&lt;P&gt;table T_OBJECTDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Shakir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2008 07:25:17 GMT</pubDate>
    <dc:creator>abdulazeez12</dc:creator>
    <dc:date>2008-01-23T07:25:17Z</dc:date>
    <item>
      <title>report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3320348#M795368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have an issue with the FM:&lt;/P&gt;&lt;P&gt;DATA: v_class       LIKE klah-class,  &lt;/P&gt;&lt;P&gt;        v_classtype   LIKE klah-klart,    &lt;/P&gt;&lt;P&gt;        v_object         LIKE ausp-objek,  &lt;/P&gt;&lt;P&gt;        v_objecttable LIKE tcla-obtab,    &lt;/P&gt;&lt;P&gt;        v_langu         LIKE sy-langu,&lt;/P&gt;&lt;P&gt;        v_datum       LIKE sy-datum,&lt;/P&gt;&lt;P&gt;        v_atnam       TYPE atnam.&lt;/P&gt;&lt;P&gt;  v_langu = 'EN'.&lt;/P&gt;&lt;P&gt;  v_datum = sy-datum.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;  v_class       = 'PACK'.&lt;/P&gt;&lt;P&gt;  v_classtype   = '001'.&lt;/P&gt;&lt;P&gt;  v_object      = '1PACK'.&lt;/P&gt;&lt;P&gt;  v_objecttable = 'MARA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;     class                      =  v_class&lt;/P&gt;&lt;P&gt;     classtext                  = 'X'&lt;/P&gt;&lt;P&gt;     classtype                  = v_classtype&lt;/P&gt;&lt;P&gt;     clint                      = 0&lt;/P&gt;&lt;P&gt;     features                   = 'X'&lt;/P&gt;&lt;P&gt;     language                   =  v_langu&lt;/P&gt;&lt;P&gt;     object                     = v_object&lt;/P&gt;&lt;P&gt;     objecttable                = v_objecttable&lt;/P&gt;&lt;P&gt;     key_date                   = v_datum&lt;/P&gt;&lt;P&gt;     initial_charact            = 'X'&lt;/P&gt;&lt;P&gt;     change_service_clf         = 'X'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;     t_objectdata               = i_clobjdat&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   no_classification          = 1&lt;/P&gt;&lt;P&gt;   no_classtypes              = 2&lt;/P&gt;&lt;P&gt;   invalid_class_type         = 3&lt;/P&gt;&lt;P&gt;   OTHERS                     = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got this dump message,plse help me to fix this &lt;/P&gt;&lt;P&gt; An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt; The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_MISSING', was&lt;/P&gt;&lt;P&gt;  not caught and&lt;/P&gt;&lt;P&gt; therefore caused a runtime error.&lt;/P&gt;&lt;P&gt; The reason for the exception is:&lt;/P&gt;&lt;P&gt; When calling the function module "CLAF_CLASSIFICATION_OF_OBJECTS", one of the&lt;/P&gt;&lt;P&gt;  parameters&lt;/P&gt;&lt;P&gt; needed according to the interface description was not specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This parameter was "T_CLASS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;aaryaa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 07:20:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3320348#M795368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T07:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3320349#M795369</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;You have not filled the table T_CLASS and taht is why the exception is raised..&lt;/P&gt;&lt;P&gt;Fill the table and pass it to the function module. For the input on T_CLASS table, see the following description:&lt;/P&gt;&lt;P&gt;Table T_CLASS contains the class and a characteristic counter for each&lt;/P&gt;&lt;P&gt;entry. The counter determines the characteristic records for a class in&lt;/P&gt;&lt;P&gt;table T_OBJECTDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Shakir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 07:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3320349#M795369</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2008-01-23T07:25:17Z</dc:date>
    </item>
  </channel>
</rss>

