<?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>Question Re: API_PRODUCT with Internal Number Assignment in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/api-product-with-internal-number-assignment/qaa-p/13786124#M4840388</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;the API still does not support material creation with internal numbering. However, there is now an influence improvement request from a partner for the topic:&amp;nbsp;&lt;A href="https://influence.sap.com/sap/ino/#/idea/328406/?section=sectionDetails" target="_blank"&gt;Improvement Request Details - Customer Influence (sap.com)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If this is important for you, feel free to vote for it.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Andreas&lt;/P&gt;</description>
    <pubDate>Wed, 07 Aug 2024 13:52:32 GMT</pubDate>
    <dc:creator>anstein</dc:creator>
    <dc:date>2024-08-07T13:52:32Z</dc:date>
    <item>
      <title>API_PRODUCT with Internal Number Assignment</title>
      <link>https://community.sap.com/t5/technology-q-a/api-product-with-internal-number-assignment/qaq-p/12644323</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;We need to be able to create Materials in SAP Public Cloud from the API_Product service using Internal Numbering on our Material Master. From what I've read (Note 2565362, etc) this &lt;STRONG&gt;can not&lt;/STRONG&gt; be done using the Migration Cockpit. When I look at the specifications on API_Product (&lt;A href="https://help.sap.com/docs/SAP_S4HANA_CLOUD/3c916ef10fc240c9afc594b346ffaf77/1ecb2c0208184e18b0173847d8d1457f.html?profile=20020833"&gt;Product API Page&lt;/A&gt;) it shows Product as a Mandatory field, and the example call has an externally assigned product number. &lt;/P&gt;
  &lt;P&gt;I can imagine some ways that this could still potentially work: a temporary $00001 type value for &lt;EM&gt;material number&lt;/EM&gt;, exposing the NUMBER_GET_NEXT as an API and then filling in the next number in the Create Call, Custom Logic at the start of the Material Creation to look up the real number, etc. But I don't see any documentation on any of those options actually being done for this process, and I don't see access to Custom Logic in that area in Public Cloud. &lt;/P&gt;
  &lt;P&gt;Sorry, I have not exhaustively tested this yet, and am only looking for a general guideline and can't find anything definitive in the documentation or online. I'm wondering if someone has done this already before I waste a lot of time going down a road that will lead to failure...&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 17:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/api-product-with-internal-number-assignment/qaq-p/12644323</guid>
      <dc:creator>jeff_2022</dc:creator>
      <dc:date>2022-11-01T17:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: API_PRODUCT with Internal Number Assignment</title>
      <link>https://community.sap.com/t5/technology-q-a/api-product-with-internal-number-assignment/qaa-p/12644324#M4743556</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;The API&amp;nbsp;&lt;A href="https://help.sap.com/docs/SAP_S4HANA_CLOUD/3c916ef10fc240c9afc594b346ffaf77/74aa2b58a333a107e10000000a441470.html" target="_self" rel="noopener noreferrer"&gt;Product Master (A2X)&amp;nbsp;&lt;/A&gt;&lt;SPAN&gt;currently supports only external number ranges&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Enda&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 09:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/api-product-with-internal-number-assignment/qaa-p/12644324#M4743556</guid>
      <dc:creator>Enda</dc:creator>
      <dc:date>2024-02-21T09:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: API_PRODUCT with Internal Number Assignment</title>
      <link>https://community.sap.com/t5/technology-q-a/api-product-with-internal-number-assignment/qaa-p/12644325#M4743557</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for the response, but I think I need a bit more detail.  I did switch from the Odata V4 service that I was originally attempting (&lt;A href="https://help.sap.com/docs/SAP_S4HANA_CLOUD/3c916ef10fc240c9afc594b346ffaf77/1ecb2c0208184e18b0173847d8d1457f.html"&gt;Product-OData V4&lt;/A&gt;) with the V2 version that you refer to in the previous answer (&lt;A href="https://help.sap.com/docs/SAP_S4HANA_CLOUD/3c916ef10fc240c9afc594b346ffaf77/74aa2b58a333a107e10000000a441470.html"&gt;API_Product_SRV-V2&lt;/A&gt;).  I am calling &amp;lt;myhost&amp;gt;/sap/opu/odata/sap/API_PRODUCT_SRV/A_ProductSupplyPlanning with the following payload:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;{"Product":"","Plant":"US01"}
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I know that this is not going to be enough, I know that at least Product Description will be required at some point.  However, when I run the API with just that payload and a valid csrf token in the header, I get the following in the oData message log:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2109542-image.png" /&gt;&lt;/P&gt;&lt;P&gt;When I do not supply the Plant, I get a very similar message except that it says: "Key field PLANT cannot be empty" rather than PRODUCT...&lt;/P&gt;&lt;P&gt;Can you please share the payload that you used to be able to create a material with internal numbering useing the API_PROUCT service.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 21:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/api-product-with-internal-number-assignment/qaa-p/12644325#M4743557</guid>
      <dc:creator>jeff_2022</dc:creator>
      <dc:date>2022-11-04T21:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: API_PRODUCT with Internal Number Assignment</title>
      <link>https://community.sap.com/t5/technology-q-a/api-product-with-internal-number-assignment/qaa-p/12644326#M4743558</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;The API&amp;nbsp;&lt;A href="https://help.sap.com/docs/SAP_S4HANA_CLOUD/3c916ef10fc240c9afc594b346ffaf77/74aa2b58a333a107e10000000a441470.html" target="_self"&gt;Product Master (A2X)&amp;nbsp;&lt;/A&gt;&lt;SPAN&gt;currently supports only external number ranges&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Enda&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 09:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/api-product-with-internal-number-assignment/qaa-p/12644326#M4743558</guid>
      <dc:creator>Enda</dc:creator>
      <dc:date>2024-02-21T09:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: API_PRODUCT with Internal Number Assignment</title>
      <link>https://community.sap.com/t5/technology-q-a/api-product-with-internal-number-assignment/qaa-p/13689422#M4828115</link>
      <description>Any updates on this issue ? Still not possible to import Product Master data with internal number range via API? Kind regards</description>
      <pubDate>Thu, 02 May 2024 11:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/api-product-with-internal-number-assignment/qaa-p/13689422#M4828115</guid>
      <dc:creator>Phil_P</dc:creator>
      <dc:date>2024-05-02T11:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: API_PRODUCT with Internal Number Assignment</title>
      <link>https://community.sap.com/t5/technology-q-a/api-product-with-internal-number-assignment/qaa-p/13786124#M4840388</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;the API still does not support material creation with internal numbering. However, there is now an influence improvement request from a partner for the topic:&amp;nbsp;&lt;A href="https://influence.sap.com/sap/ino/#/idea/328406/?section=sectionDetails" target="_blank"&gt;Improvement Request Details - Customer Influence (sap.com)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If this is important for you, feel free to vote for it.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Andreas&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 13:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/api-product-with-internal-number-assignment/qaa-p/13786124#M4840388</guid>
      <dc:creator>anstein</dc:creator>
      <dc:date>2024-08-07T13:52:32Z</dc:date>
    </item>
  </channel>
</rss>

