<?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 Implicit Enhancements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancements/m-p/3228379#M770072</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;&lt;/P&gt;&lt;P&gt;I want to add impicit enhancements  on the report program RFFOUS_C ( used for check printing) but i dont have any idea what is impicit enhancements and how to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2008 09:55:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-04T09:55:35Z</dc:date>
    <item>
      <title>Implicit Enhancements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancements/m-p/3228379#M770072</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;&lt;/P&gt;&lt;P&gt;I want to add impicit enhancements  on the report program RFFOUS_C ( used for check printing) but i dont have any idea what is impicit enhancements and how to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 09:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancements/m-p/3228379#M770072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T09:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit Enhancements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancements/m-p/3228380#M770073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is well described in the SAP help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/42/d356adddec036fe10000000a114cbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/42/d356adddec036fe10000000a114cbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 09:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancements/m-p/3228380#M770073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T09:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit Enhancements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancements/m-p/3228381#M770074</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;&lt;/P&gt;&lt;P&gt;In ABAP programs, implicit enhancement options are predefined at the following places:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        At the end of an include. There are some restrictions, for example, not at the end of a method include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        At the end of a PUBLIC-, PROTECTED-, PRIVATE-SECTION of a class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        At the end of the implementation part of a class (before the ENDCLASS, which belongs to CLASS &amp;#133; IMPLEMENTATION).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        At the end of an interface definition (before the ENDINTERFACE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        At the end of a structure definition (before TYPES END OF, DATA END OF, CONSTANTS END OF, and STATICS END OF).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        At the beginning and at the end of a procedure (FORM, FUNCTION, METHOD). That is, after commands FORM, FUNCTION, and METHOD, and before statements ENDFORM, ENDFUNCTION, and ENDMETHOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        At the end of the CHANGING-, IMPORTING-, EXPORTING-parameter list of a method. These enhancement options are located in the middle of a statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/29/e59441026aae5fe10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/29/e59441026aae5fe10000000a1550b0/content.htm&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;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 10:11:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancements/m-p/3228381#M770074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T10:11:27Z</dc:date>
    </item>
  </channel>
</rss>

