<?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 FM to update UKMBP_CMS table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-update-ukmbp-cms-table/m-p/12087554#M1971528</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;T-Code FD32 is deprecated in S4 HANA system, there are many BDCs written on in it in our client system. Now, UKMBP_CMS is the table which needs to be updated in place of this, Simplification list 1809 FPS01 doesn't provide any details on it. There is only one standard FM which does it UKM_DB_UKMBP_CMS_EXECUTE but this FM is doing direct updates into the table without any error handling as good as writing DML on table and is not released for customer.&lt;/P&gt;
  &lt;P&gt;Checked thread &lt;A href="https://answers.sap.com/questions/320066/what-is-the-load-method-for-business-partner-vendo.html"&gt;https://answers.sap.com/questions/320066/what-is-the-load-method-for-business-partner-vendo.html&lt;/A&gt; note mentioned in it is obsolete.&lt;/P&gt;
  &lt;P&gt;Are there any other FMs which does updates in UKMBP_CMS table?Any new BAPI for updating the Credit Profile/Segment data for Business partners will help.&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Mohinder Singh Chouhan&lt;/P&gt;</description>
    <pubDate>Wed, 11 Sep 2019 18:55:05 GMT</pubDate>
    <dc:creator>former_member517243</dc:creator>
    <dc:date>2019-09-11T18:55:05Z</dc:date>
    <item>
      <title>FM to update UKMBP_CMS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-update-ukmbp-cms-table/m-p/12087554#M1971528</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;T-Code FD32 is deprecated in S4 HANA system, there are many BDCs written on in it in our client system. Now, UKMBP_CMS is the table which needs to be updated in place of this, Simplification list 1809 FPS01 doesn't provide any details on it. There is only one standard FM which does it UKM_DB_UKMBP_CMS_EXECUTE but this FM is doing direct updates into the table without any error handling as good as writing DML on table and is not released for customer.&lt;/P&gt;
  &lt;P&gt;Checked thread &lt;A href="https://answers.sap.com/questions/320066/what-is-the-load-method-for-business-partner-vendo.html"&gt;https://answers.sap.com/questions/320066/what-is-the-load-method-for-business-partner-vendo.html&lt;/A&gt; note mentioned in it is obsolete.&lt;/P&gt;
  &lt;P&gt;Are there any other FMs which does updates in UKMBP_CMS table?Any new BAPI for updating the Credit Profile/Segment data for Business partners will help.&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Mohinder Singh Chouhan&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 18:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-update-ukmbp-cms-table/m-p/12087554#M1971528</guid>
      <dc:creator>former_member517243</dc:creator>
      <dc:date>2019-09-11T18:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: FM to update UKMBP_CMS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-update-ukmbp-cms-table/m-p/12087555#M1971529</link>
      <description>&lt;P&gt;Did you got any solution to uploading credit Limits?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 10:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-update-ukmbp-cms-table/m-p/12087555#M1971529</guid>
      <dc:creator>rahul_kamble2</dc:creator>
      <dc:date>2019-11-29T10:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: FM to update UKMBP_CMS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-update-ukmbp-cms-table/m-p/12087556#M1971530</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The new FM to load BP's is CMD_MIG_BP_CVI_CREATE. You either import new standard migration objects - Customer - extend existing record by Credit Management data - or you create your own with this FM.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Filipe&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 14:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-update-ukmbp-cms-table/m-p/12087556#M1971530</guid>
      <dc:creator>former_member746924</dc:creator>
      <dc:date>2020-02-17T14:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: FM to update UKMBP_CMS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-update-ukmbp-cms-table/m-p/12087557#M1971531</link>
      <description>&lt;P&gt;Check it out on my latest blog with the latest class method instead of unreleased FM:&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/?p=1839599"&gt;[FSCM Credit Management]: Update S/4 BP Role – SAP Credit Management(UKM000) instead of ECC TCode “FD32”&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 14:34:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-update-ukmbp-cms-table/m-p/12087557#M1971531</guid>
      <dc:creator>robinthakral</dc:creator>
      <dc:date>2023-09-11T14:34:31Z</dc:date>
    </item>
  </channel>
</rss>

