<?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: SAP object enhancement using abap objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-enhancement-using-abap-objects/m-p/3213977#M766302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;either you can use the append technique &amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebc9446011d189700000e8322d00/content.htm"&amp;gt;Append&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;or you can define an additional import parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Dec 2007 13:09:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-14T13:09:45Z</dc:date>
    <item>
      <title>SAP object enhancement using abap objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-enhancement-using-abap-objects/m-p/3213976#M766301</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;I am enhancing a standard SAP object using ABAP objects.&lt;/P&gt;&lt;P&gt;I need to add 2 more fields to the struct in that object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My qn is : how to redefine the parameter type of a method in standard class?&lt;/P&gt;&lt;P&gt;the code is&lt;/P&gt;&lt;P&gt;***********************************&lt;/P&gt;&lt;P&gt;DATA: lt_list TYPE RCF_T_LIST_MASS_PROC_ACT_X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK me-&amp;gt;start_selection EQ true.&lt;/P&gt;&lt;P&gt;CHECK exist_exception( ) EQ false.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;DATA lo_ex TYPE REF TO cx_hrrcf.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;TRY.&lt;/P&gt;&lt;P&gt;CALL METHOD me-&amp;gt;ref_mass_proc_bl-&amp;gt;get_mproc_cor_list_info&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;mass_proc_cor_list = me-&amp;gt;sel_mass_proc_cor&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;mass_proc_list_info = lt_list.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;CATCH cx_hrrcf INTO lo_ex.&lt;/P&gt;&lt;P&gt;add_exception( lo_ex ).&lt;/P&gt;&lt;P&gt;ENDTRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me &lt;/P&gt;&lt;P&gt; if anyone provides code for this is appreciable.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="35" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 04:16:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-enhancement-using-abap-objects/m-p/3213976#M766301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T04:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAP object enhancement using abap objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-enhancement-using-abap-objects/m-p/3213977#M766302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;either you can use the append technique &amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebc9446011d189700000e8322d00/content.htm"&amp;gt;Append&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;or you can define an additional import parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 13:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-object-enhancement-using-abap-objects/m-p/3213977#M766302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T13:09:45Z</dc:date>
    </item>
  </channel>
</rss>

