<?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 Transaction SNUM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-snum/m-p/2931295#M690733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;What is the transaction SNUM used for ? and how is it used ?&lt;/P&gt;&lt;P&gt;In my requirement I have to create an id for each Payment Order generated and store it in a z table. This is should be unique for one whole year. The volume of Payment Orders generated will be around 273 million in one year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem here is based on success or failure the id's have to be stored in different tables and picked up at run time while payment order creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to create this id other than maintaining a counter in a custom table ? Can the transaction SNUM be used in any way for this requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Archana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2007 12:59:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-18T12:59:19Z</dc:date>
    <item>
      <title>Transaction SNUM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-snum/m-p/2931295#M690733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;What is the transaction SNUM used for ? and how is it used ?&lt;/P&gt;&lt;P&gt;In my requirement I have to create an id for each Payment Order generated and store it in a z table. This is should be unique for one whole year. The volume of Payment Orders generated will be around 273 million in one year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem here is based on success or failure the id's have to be stored in different tables and picked up at run time while payment order creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to create this id other than maintaining a counter in a custom table ? Can the transaction SNUM be used in any way for this requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Archana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 12:59:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-snum/m-p/2931295#M690733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T12:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction SNUM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-snum/m-p/2931296#M690734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the transaction to create/ edit 'Number Ranges'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number ranges are objects used to assign incremental numbers to different objects in SAP. e.g. Serial number for Prodcution units.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These number ranges need to ne used later in ABAP programs like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET_NUMBER_NEXT etc. FMs are used,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 13:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-snum/m-p/2931296#M690734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T13:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction SNUM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-snum/m-p/2931297#M690735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The TCODES&lt;/P&gt;&lt;P&gt;SNUM and&lt;/P&gt;&lt;P&gt;SNRO are used to create a NUMBER range Object and&lt;/P&gt;&lt;P&gt;the NUMBER ranges for the different objects&lt;/P&gt;&lt;P&gt;for example Sales order, Pur Order or any doc number is  to be created first in system &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 13:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-snum/m-p/2931297#M690735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T13:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction SNUM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-snum/m-p/2931298#M690736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since I havd to update the number really fast, I just maintained a Z counter table and generated payment order numbers from there !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 09:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-snum/m-p/2931298#M690736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T09:15:27Z</dc:date>
    </item>
  </channel>
</rss>

