<?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: BADI_SD_CM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-sd-cm/m-p/5524906#M1262505</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;have you read documentation for this BADI? For example there is the following note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Business Add-In (BAdI) provides methods that execute credit checks&lt;/P&gt;&lt;P&gt;and commitment updates when SAP Credit Management (FIN-FSCM-CR) is&lt;/P&gt;&lt;P&gt;connected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When SAP Credit Management and BAdI BADI_SD_CM are not activated, then&lt;/P&gt;&lt;P&gt; the usual credit management (components SD-BF-CM and FI-AR) are used for&lt;/P&gt;&lt;P&gt; the checks in SD and FI-AR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you need to activate FIN-FSCM-CR if you want to use this BADI. You can see variable badi_sd_cm_active in the FM SD_ORDER_CREDIT_CHECK. So just put break point in the FM SD_ORDER_CREDIT_CHECK and check value of this variable. You will see if your BADI is active or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2009 04:32:24 GMT</pubDate>
    <dc:creator>mvoros</dc:creator>
    <dc:date>2009-04-15T04:32:24Z</dc:date>
    <item>
      <title>BADI_SD_CM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-sd-cm/m-p/5524905#M1262504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to run the "Credit Check" verification in VA01 and VL01n similar to the standard (customizing), but the with some diferences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I need to find an enhancement (user-exit, badi) to make this check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found BADI "BADI_SD_CM".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have already used this implementation?&lt;/P&gt;&lt;P&gt;I have created this implementation in SE19 and I`ve put break-points, but when I run the transaction VA01, it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything else to do? Does this Badi depends of any customizing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I`ve checked the folowing: The transaction VA01 executes a function module SD_ORDER_CREDIT_CHECK, and this function module calls the BADI "BADI_SD_CM".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Janete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 00:11:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-sd-cm/m-p/5524905#M1262504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T00:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: BADI_SD_CM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-sd-cm/m-p/5524906#M1262505</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;have you read documentation for this BADI? For example there is the following note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Business Add-In (BAdI) provides methods that execute credit checks&lt;/P&gt;&lt;P&gt;and commitment updates when SAP Credit Management (FIN-FSCM-CR) is&lt;/P&gt;&lt;P&gt;connected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When SAP Credit Management and BAdI BADI_SD_CM are not activated, then&lt;/P&gt;&lt;P&gt; the usual credit management (components SD-BF-CM and FI-AR) are used for&lt;/P&gt;&lt;P&gt; the checks in SD and FI-AR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you need to activate FIN-FSCM-CR if you want to use this BADI. You can see variable badi_sd_cm_active in the FM SD_ORDER_CREDIT_CHECK. So just put break point in the FM SD_ORDER_CREDIT_CHECK and check value of this variable. You will see if your BADI is active or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 04:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-sd-cm/m-p/5524906#M1262505</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2009-04-15T04:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: BADI_SD_CM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-sd-cm/m-p/5524907#M1262506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SPRO - Sales and distribution - Basic functins - Credit management/Risk management - Credit managemnt - Define automatic credit control:&lt;/P&gt;&lt;P&gt;select item&lt;/P&gt;&lt;P&gt;If you fill User 1 you can wiite uor abap in LVKMPFZ1&lt;/P&gt;&lt;P&gt;If you fill User 2 you can wiite uor abap in LVKMPFZ2&lt;/P&gt;&lt;P&gt;If you fill User 3 you can wiite uor abap in LVKMPFZ3&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Emiliano Merli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 07:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-sd-cm/m-p/5524907#M1262506</guid>
      <dc:creator>claudio_migliorati</dc:creator>
      <dc:date>2010-06-17T07:00:41Z</dc:date>
    </item>
  </channel>
</rss>

