<?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: Enhacement point in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhacement-point/m-p/12145820#M1976479</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The function /SAPSLL/CD_MM0A_R3 calls  again the following function &lt;/P&gt;&lt;P&gt;/SAPSLL/CD_INIT_R3 - which does only the clearing of variables.  There at end, the implicit enhancement is available.&lt;/P&gt;&lt;P&gt;However, before recommending this, I would like to know what is the Filter you are going to apply.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;</description>
    <pubDate>Sat, 25 Apr 2020 15:49:07 GMT</pubDate>
    <dc:creator>venkateswaran_k</dc:creator>
    <dc:date>2020-04-25T15:49:07Z</dc:date>
    <item>
      <title>Enhacement point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhacement-point/m-p/12145819#M1976478</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;
  &lt;P&gt;'/SAPSLL/CD_MM0A_R3' function module is used to send data to GTS system. Which is calling in standard BADI IF_EX_SLL_PI_MM0A_TRANSFER Under PURCHASING_DOC_TRANSFER method. I want provide some filter condition before calling this function module. I tried with implicit enhancement but it's not available before function module call. Please help me how can I put filter condition before calling function module. (Filter nothing but it's allow some group of vendors only). Help me how can I put that condition.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2020 08:43:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhacement-point/m-p/12145819#M1976478</guid>
      <dc:creator>sri6666</dc:creator>
      <dc:date>2020-04-25T08:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Enhacement point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhacement-point/m-p/12145820#M1976479</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The function /SAPSLL/CD_MM0A_R3 calls  again the following function &lt;/P&gt;&lt;P&gt;/SAPSLL/CD_INIT_R3 - which does only the clearing of variables.  There at end, the implicit enhancement is available.&lt;/P&gt;&lt;P&gt;However, before recommending this, I would like to know what is the Filter you are going to apply.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2020 15:49:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhacement-point/m-p/12145820#M1976479</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2020-04-25T15:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Enhacement point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhacement-point/m-p/12145821#M1976480</link>
      <description>&lt;P&gt;Hi venkat,  thanks for your update&lt;/P&gt;&lt;P&gt;i need to call this FM for some group of vendors which are provided by client. If the vendor is in the list of vendors provided by client then only FM should executed. so i want put filter condition before the FM call.&lt;/P&gt;&lt;P&gt;If  lS_EKKO-LIFNR IN LIST OF CLIENT VENDORS&lt;/P&gt;&lt;P&gt;FM CALL.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;I need this check before FM call.&lt;/P&gt;&lt;P&gt;Client vendors maintained in TVARVC table.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2020 15:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhacement-point/m-p/12145821#M1976480</guid>
      <dc:creator>sri6666</dc:creator>
      <dc:date>2020-04-25T15:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Enhacement point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhacement-point/m-p/12145822#M1976481</link>
      <description>&lt;P&gt;When you implemented that badi  the method - PURCHASING_DOC_TRANSFER - you can modify right? &lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2020 16:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhacement-point/m-p/12145822#M1976481</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2020-04-25T16:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Enhacement point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhacement-point/m-p/12145823#M1976482</link>
      <description>&lt;P&gt;Venkat,&lt;/P&gt;&lt;P&gt;Can you help me exactly where I can put condition.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2020 17:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhacement-point/m-p/12145823#M1976482</guid>
      <dc:creator>sri6666</dc:creator>
      <dc:date>2020-04-25T17:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Enhacement point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhacement-point/m-p/12145824#M1976483</link>
      <description>&lt;P&gt;Hi all, issue got resolved.. Enhancement point available in inside function module where we can put custom code filter.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 14:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhacement-point/m-p/12145824#M1976483</guid>
      <dc:creator>sri6666</dc:creator>
      <dc:date>2020-04-30T14:01:31Z</dc:date>
    </item>
  </channel>
</rss>

