<?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: Is I have to create different enhancement implementation for diff. code are in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-i-have-to-create-different-enhancement-implementation-for-diff-code-are/m-p/6820843#M1470175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      There will be some implicit enhancement points already available in your standard program. Please check whether all your code can be accomodated in the implicit enhancement points provided already. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the implicit enhancements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   At the end of all the programs (Includes, Reports, Function pool, Module pool, etc.), after the last statement&lt;/P&gt;&lt;P&gt;   At the beginning and end of all FORM subroutines&lt;/P&gt;&lt;P&gt;   At the end of all Function Modules&lt;/P&gt;&lt;P&gt;   At the end of all visibility areas (public, protected and private) of local class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          To view all the implicit options available in a source code, choose u2018Edit -&amp;gt; Enhancement Operations -&amp;gt; Show Implicit Enhancement Optionsu2019 from the editor.  You can right click on the enhancement point and create an implementation directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         If your code can't be accomodated in the enhancement points defined, you can create explicit enhancements. &lt;/P&gt;&lt;P&gt;Please check the Wiki for explicit enhancement creation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/How%2bto%2bdo%2bExplicit%2bEnhancement" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/How%2bto%2bdo%2bExplicit%2bEnhancement&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Apr 2010 07:44:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-08T07:44:35Z</dc:date>
    <item>
      <title>Is I have to create different enhancement implementation for diff. code are</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-i-have-to-create-different-enhancement-implementation-for-diff-code-are/m-p/6820839#M1470171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   I want to modify standard program in 3 different part  through enhancement framework.&lt;/P&gt;&lt;P&gt;Is I ave to create 3 different enhancement implementation or i can use only one?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 09:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-i-have-to-create-different-enhancement-implementation-for-diff-code-are/m-p/6820839#M1470171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-07T09:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is I have to create different enhancement implementation for diff. code are</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-i-have-to-create-different-enhancement-implementation-for-diff-code-are/m-p/6820840#M1470172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please share the detailed requirements? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the codes need to be implemented for certain conditions, you can implement the codes under different conditions in a single enhancement implementation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 11:58:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-i-have-to-create-different-enhancement-implementation-for-diff-code-are/m-p/6820840#M1470172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-07T11:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is I have to create different enhancement implementation for diff. code are</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-i-have-to-create-different-enhancement-implementation-for-diff-code-are/m-p/6820841#M1470173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;              Below is given code which i have added in copy of stranded program at diff. code ares and its running fine.&lt;/P&gt;&lt;P&gt;             Now i want to write in stranded code through enhancement framework.&lt;/P&gt;&lt;P&gt;             I dont think we can write it in 1 place.? what you say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Internal tables&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;******&lt;STRONG&gt;Added By Himanshu&lt;/STRONG&gt;*****&lt;/P&gt;&lt;P&gt;         BDMNG               LIKE  RESB-BDMNG,&lt;/P&gt;&lt;P&gt;******&lt;STRONG&gt;Himanshu&lt;/STRONG&gt;*****&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***&lt;STRONG&gt;Himanshu modification&lt;/STRONG&gt;*****&lt;/P&gt;&lt;P&gt;   DATA: BEGIN OF xtab1 OCCURS 10,        "Tabelle der Reservierungen&lt;/P&gt;&lt;P&gt;         werks LIKE resb-werks,&lt;/P&gt;&lt;P&gt;         lgort LIKE resb-lgort,&lt;/P&gt;&lt;P&gt;         charg LIKE resb-charg,&lt;/P&gt;&lt;P&gt;         matnr LIKE resb-matnr,&lt;/P&gt;&lt;P&gt;         bdmng LIKE resb-bdmng,&lt;/P&gt;&lt;P&gt;         bdmns LIKE resb-bdmng,&lt;/P&gt;&lt;P&gt;         erfme LIKE resb-erfme,                      "ALRK014884 SW&lt;/P&gt;&lt;P&gt;         erfmg LIKE resb-erfmg,                      "ALRK014884 SW&lt;/P&gt;&lt;P&gt;       END OF xtab1.&lt;/P&gt;&lt;P&gt;  DATA: kzwso LIKE mara-kzwsm,&lt;/P&gt;&lt;P&gt;        ytab1 like xtab1 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES: xbdart FOR resb-bdart,&lt;/P&gt;&lt;P&gt;        MS_WERKS FOR MARC-WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; REFRESH XBDART.&lt;/P&gt;&lt;P&gt;  CLEAR   XBDART.&lt;/P&gt;&lt;P&gt;  XBDART-SIGN   = 'I'.&lt;/P&gt;&lt;P&gt;  XBDART-OPTION = 'EQ'.&lt;/P&gt;&lt;P&gt;  XBDART-LOW    = 'AR' .&lt;/P&gt;&lt;P&gt;  APPEND XBDART.&lt;/P&gt;&lt;P&gt;  XBDART-LOW    = 'MR' .&lt;/P&gt;&lt;P&gt;  APPEND XBDART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH MS_WERKS.&lt;/P&gt;&lt;P&gt;  CLEAR   MS_WERKS.&lt;/P&gt;&lt;P&gt;  XBDART-SIGN   = 'I'.&lt;/P&gt;&lt;P&gt;  XBDART-OPTION = 'EQ'.&lt;/P&gt;&lt;P&gt;  XBDART-LOW    = 1010.&lt;/P&gt;&lt;P&gt;  APPEND XBDART.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="5" type="ul"&gt;&lt;P&gt;end Himanshu********&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM data_selection.&lt;/P&gt;&lt;P&gt;****&lt;STRONG&gt;Himanshu&lt;/STRONG&gt;*****&lt;/P&gt;&lt;P&gt;  data :  begin of it_mat occurs 0,&lt;/P&gt;&lt;P&gt;            matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;            end of it_mat.&lt;/P&gt;&lt;P&gt;  select matnr  into corresponding fields of table it_mat&lt;/P&gt;&lt;P&gt;                      from mara&lt;/P&gt;&lt;P&gt;                    where matnr in matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CLEAR: XTAB1  . REFRESH XTAB1 .&lt;/P&gt;&lt;P&gt;    loop at it_mat .&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'MB_ADD_RESERVATION_QUANTITIES'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      X_MATNR = it_mat-matnr&lt;/P&gt;&lt;P&gt;      X_XLOEK = SPACE&lt;/P&gt;&lt;P&gt;      X_KZEAR = SPACE&lt;/P&gt;&lt;P&gt;      X_KZWSO = KZWSO          "ALRK014884 SW&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      XTAB1   = XTAB1&lt;/P&gt;&lt;P&gt;      XWERKS  = MS_WERKS&lt;/P&gt;&lt;P&gt;      XBDART  = XBDART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ytab1 = xtab1.&lt;/P&gt;&lt;P&gt;      append ytab1.&lt;/P&gt;&lt;P&gt;      endloop.&lt;/P&gt;&lt;P&gt;****&lt;STRONG&gt;end himanshu&lt;/STRONG&gt;*****&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM fieldcatalog.&lt;/P&gt;&lt;P&gt;*****&lt;STRONG&gt;Himanshu Modification&lt;/STRONG&gt;******&lt;/P&gt;&lt;P&gt;    loop at ytab1.&lt;/P&gt;&lt;P&gt;    read table bestand  with key matnr = ytab1-matnr.&lt;/P&gt;&lt;P&gt;    if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;     bestand-bdmng = ytab1-bdmng.&lt;/P&gt;&lt;P&gt;     MODIFY TABLE bestand .&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;******end Himanshu *******&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****&lt;STRONG&gt;Himanshu Modification&lt;/STRONG&gt;******&lt;/P&gt;&lt;P&gt;     CLEAR fieldcat.&lt;/P&gt;&lt;P&gt;  fieldcat-fieldname     = 'BDMNG'.&lt;/P&gt;&lt;P&gt;  fieldcat-tabname       = 'BESTAND'.&lt;/P&gt;&lt;P&gt;  fieldcat-ref_tabname   = 'YTAB1'.&lt;/P&gt;&lt;P&gt;  FIELDCAT-SELTEXT_S = 'Reserved'.&lt;/P&gt;&lt;P&gt;  fieldcat-outputlen     = 8.&lt;/P&gt;&lt;P&gt;  APPEND fieldcat.&lt;/P&gt;&lt;P&gt;*****&lt;STRONG&gt;end Himanshu&lt;/STRONG&gt;******&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 12:08:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-i-have-to-create-different-enhancement-implementation-for-diff-code-are/m-p/6820841#M1470173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-07T12:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is I have to create different enhancement implementation for diff. code are</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-i-have-to-create-different-enhancement-implementation-for-diff-code-are/m-p/6820842#M1470174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    i have added cod in seven different places in copy of my standard program. In that case i have to create seven enhancement implementation to modify stranded program.is I am correct? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 12:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-i-have-to-create-different-enhancement-implementation-for-diff-code-are/m-p/6820842#M1470174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-07T12:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is I have to create different enhancement implementation for diff. code are</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-i-have-to-create-different-enhancement-implementation-for-diff-code-are/m-p/6820843#M1470175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      There will be some implicit enhancement points already available in your standard program. Please check whether all your code can be accomodated in the implicit enhancement points provided already. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the implicit enhancements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   At the end of all the programs (Includes, Reports, Function pool, Module pool, etc.), after the last statement&lt;/P&gt;&lt;P&gt;   At the beginning and end of all FORM subroutines&lt;/P&gt;&lt;P&gt;   At the end of all Function Modules&lt;/P&gt;&lt;P&gt;   At the end of all visibility areas (public, protected and private) of local class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          To view all the implicit options available in a source code, choose u2018Edit -&amp;gt; Enhancement Operations -&amp;gt; Show Implicit Enhancement Optionsu2019 from the editor.  You can right click on the enhancement point and create an implementation directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         If your code can't be accomodated in the enhancement points defined, you can create explicit enhancements. &lt;/P&gt;&lt;P&gt;Please check the Wiki for explicit enhancement creation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/How%2bto%2bdo%2bExplicit%2bEnhancement" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/How%2bto%2bdo%2bExplicit%2bEnhancement&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 07:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-i-have-to-create-different-enhancement-implementation-for-diff-code-are/m-p/6820843#M1470175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-08T07:44:35Z</dc:date>
    </item>
  </channel>
</rss>

