<?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 Enhance bapi_0035_create in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bapi-0035-create/m-p/5534505#M1264240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to enhance bapi_0035_create, becasue there are additional fields in GMGR table. After enhancing I need to use the BAPI in LSMW. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best approach for this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like I this bapi_0035_create does not have enhancement option!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2009 19:37:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-30T19:37:01Z</dc:date>
    <item>
      <title>Enhance bapi_0035_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bapi-0035-create/m-p/5534505#M1264240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to enhance bapi_0035_create, becasue there are additional fields in GMGR table. After enhancing I need to use the BAPI in LSMW. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best approach for this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like I this bapi_0035_create does not have enhancement option!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 19:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bapi-0035-create/m-p/5534505#M1264240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-30T19:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Enhance bapi_0035_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bapi-0035-create/m-p/5534506#M1264241</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 is classic BAdI named &lt;STRONG&gt;BAPI_0035&lt;/STRONG&gt; which can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look how &lt;STRONG&gt;lif_exit&lt;/STRONG&gt; reference variable is used in code of function module &lt;STRONG&gt;BAPI_0035_CREATE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: l_ref_grant_bapi TYPE REF TO cl_gm_grant_bapi,
        lif_exit    TYPE REF TO if_ex_bapi_0035.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 07:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bapi-0035-create/m-p/5534506#M1264241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-01T07:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Enhance bapi_0035_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bapi-0035-create/m-p/5534507#M1264242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That helped a lot, I was able to implement it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 21:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bapi-0035-create/m-p/5534507#M1264242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T21:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Enhance bapi_0035_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bapi-0035-create/m-p/5534508#M1264243</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 am trying to enhance BAPI_0035_CREATE too. please let me know how you used the below exit? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BAPI is not creating a grant when i push the extension data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what code you put in the exit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Soumya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2009 23:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bapi-0035-create/m-p/5534508#M1264243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-16T23:58:37Z</dc:date>
    </item>
  </channel>
</rss>

