<?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: DEBMAS wrong number range booked in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-wrong-number-range-booked/m-p/8213620#M1627589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can filter the idocs, and only distribute those that have a number in the expected range&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Oct 2011 18:30:28 GMT</pubDate>
    <dc:creator>JL23</dc:creator>
    <dc:date>2011-10-08T18:30:28Z</dc:date>
    <item>
      <title>DEBMAS wrong number range booked</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-wrong-number-range-booked/m-p/8213615#M1627584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I receiv DEBMAS IDocs from a external system.&lt;/P&gt;&lt;P&gt;We created for these customers a own account group with an own number range which can be changed externally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The range is defined from 100000 to 200000 and the external system sends a customer with a customer number 2000 and also with the correct account group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion an error should occur during idoc processing and the idoc should get an error status.&lt;/P&gt;&lt;P&gt;But the Idoc was booked without any information. And the customer has now a number outside the range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's wrong?&lt;/P&gt;&lt;P&gt;Is there any customizing to impact these?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I create a customer manually it is not possible to use a number outside of the range!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 16:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-wrong-number-range-booked/m-p/8213615#M1627584</guid>
      <dc:creator>christian_swonke</dc:creator>
      <dc:date>2011-10-07T16:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: DEBMAS wrong number range booked</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-wrong-number-range-booked/m-p/8213616#M1627585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The IDOC posts always with the number that is available in the IDOC itself.&lt;/P&gt;&lt;P&gt;That is a big advantage for all my migrations.&lt;/P&gt;&lt;P&gt;I know already the new number before the customer is created &lt;/P&gt;&lt;P&gt;And I dont have to switch number ranges from internal to external.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in general you can convert field values in this IMG path&lt;/P&gt;&lt;P&gt;Application Server &amp;gt; IDoc Interface / ALE  &amp;gt;Modelling and Implementing Business Processes  &amp;gt; Converting Data Between Sender and Receiver &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With function module NUMBER_GET_NEXT you can retrieve a new number from the internal number range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jürgen L. on Oct 7, 2011 7:25 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 17:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-wrong-number-range-booked/m-p/8213616#M1627585</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2011-10-07T17:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: DEBMAS wrong number range booked</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-wrong-number-range-booked/m-p/8213617#M1627586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jürgen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can not use the interal/automatic numbering of SAP because the leading system is the external system.&lt;/P&gt;&lt;P&gt;And I have do decide if I receive an update for an customer or a new customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means If have to check (implement) manually during processing the IDoc if the sended number is inisde the range and if not I have to set an error status. Is tihs true?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand well, this means also if I use internally numbering and I send a customer with a number inside the IDoc will be booked with the number from IDoc and not with the next number of the range? Is this true?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a qestion for the convertions rules:&lt;/P&gt;&lt;P&gt;How can I define this?&lt;/P&gt;&lt;P&gt;Can I only set constant values for the fields or are there other possiblities?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2011 12:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-wrong-number-range-booked/m-p/8213617#M1627586</guid>
      <dc:creator>christian_swonke</dc:creator>
      <dc:date>2011-10-08T12:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: DEBMAS wrong number range booked</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-wrong-number-range-booked/m-p/8213618#M1627587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt; If I understand well, this means also if I use internally numbering and I send a customer with a number inside the IDoc will be booked with the number from IDoc and not with the next number of the range? Is this true?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;yes this is true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have so far only used constant conversions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the reason for distrbution customers thru ALE and changing the customer number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2011 15:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-wrong-number-range-booked/m-p/8213618#M1627587</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2011-10-08T15:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: DEBMAS wrong number range booked</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-wrong-number-range-booked/m-p/8213619#M1627588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I do not want to change the customer number.&lt;/P&gt;&lt;P&gt;How I already told, the external system is the leading system for the customer numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing what I want to have is a check, if the sent number from external system is outside the defined range of SAP, the IDoc (customer) should not be booked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that this is a error of the external system because it should not sent wrong numbers but as far as I have seen it could happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think this check I have to implement...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2011 15:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-wrong-number-range-booked/m-p/8213619#M1627588</guid>
      <dc:creator>christian_swonke</dc:creator>
      <dc:date>2011-10-08T15:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: DEBMAS wrong number range booked</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-wrong-number-range-booked/m-p/8213620#M1627589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can filter the idocs, and only distribute those that have a number in the expected range&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2011 18:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-wrong-number-range-booked/m-p/8213620#M1627589</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2011-10-08T18:30:28Z</dc:date>
    </item>
  </channel>
</rss>

