<?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: Implicit enhancement implementation problem with BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-implementation-problem-with-bapi/m-p/3800429#M913930</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;  Let us know where the subroutine FORM definition is available. Is it inside the function module or in the include program of the subroutines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Indira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 08:49:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-20T08:49:57Z</dc:date>
    <item>
      <title>Implicit enhancement implementation problem with BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-implementation-problem-with-bapi/m-p/3800427#M913928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing modifications in BAPI_OUTB_DELIVERY_CREATE_SLS function module by implicit enhancements, In the top i am writing code in one implicit enhancement, and i am implementing form routines at the bottom implicit enhancements, but the perform statement in top implicit enhancement is not calling the form statement at the bottom enhancement, it is giving error like enhancement-section should be concluded with end enhancement-section, i am not using explicit enhancements. can any one clarify this(can we use subroutinees in implicit enhancements. Perform in one and form declaration in other implicit enhancements)  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i can get th e answer soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 14:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-implementation-problem-with-bapi/m-p/3800427#M913928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T14:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit enhancement implementation problem with BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-implementation-problem-with-bapi/m-p/3800428#M913929</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;What you have created is enhancement section. with enh section, this section will be processed and it will ignore the standard codes. If you do not want to ignore processing of standard code use enhancement spot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 22:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-implementation-problem-with-bapi/m-p/3800428#M913929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T22:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit enhancement implementation problem with BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-implementation-problem-with-bapi/m-p/3800429#M913930</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;  Let us know where the subroutine FORM definition is available. Is it inside the function module or in the include program of the subroutines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Indira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 08:49:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-implementation-problem-with-bapi/m-p/3800429#M913930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T08:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit enhancement implementation problem with BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-implementation-problem-with-bapi/m-p/3800430#M913931</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;U cant write perform statement in one implementation &amp;amp; Form statement in another implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have created 2 separate implementation. so its not posiable idenitfy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can do one thing.&lt;/P&gt;&lt;P&gt;create new include program, write form routine in that include. and call perform statement from include program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U problem get solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By&lt;/P&gt;&lt;P&gt;Gupta......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 09:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-implementation-problem-with-bapi/m-p/3800430#M913931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T09:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit enhancement implementation problem with BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-implementation-problem-with-bapi/m-p/3800431#M913932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Perform statement is in one enhancement and form declaration is in other enhancement in the same function module, this form declaration is after the statement Endfunction in the same function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 11:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-enhancement-implementation-problem-with-bapi/m-p/3800431#M913932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T11:45:16Z</dc:date>
    </item>
  </channel>
</rss>

