<?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: Problem with system Function Call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-system-function-call/m-p/2022772#M414155</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;The scenario what i can assess is you have created the Number Range Object and its Interval in Client 030 and the running number is getting generated in that client . now you have transported the Number Range to Client to 100 where the Running number is not getting generated. &lt;/P&gt;&lt;P&gt;If that is the case, you will have to created the Interval manually in each and every client and system that you transport because Intervals cannot be transported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2007 06:00:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-22T06:00:53Z</dc:date>
    <item>
      <title>Problem with system Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-system-function-call/m-p/2022771#M414154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are using a FM 'NUMBER_GET_NEXT' to get the Report ID which assigns next free number. This FM has a system call THNOGET (given below) which gives sy-subrc equal to 4 if the client is 030 and sysubrc 0 if the client is 100. Apart from the client value, all the other parameters are same in the runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call 'ThNoGet' id 'BNRIV'    field bnriv&lt;/P&gt;&lt;P&gt;                 id 'NO'       field g_noivbuffer&lt;/P&gt;&lt;P&gt;                 id 'QUAN'     field p_quantity&lt;/P&gt;&lt;P&gt;                 id 'PERCENT'  field tnro-percentage&lt;/P&gt;&lt;P&gt;                 id 'NONRSWAP' field tnro-nonrswap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input values for this call are same for both the clients i.e. &amp;#145;BNRIV&amp;#146;.&lt;/P&gt;&lt;P&gt;For BNRIV: 100 &amp;#150; works fine sy-subrc = 0&lt;/P&gt;&lt;P&gt;For BNRIV: 030 &amp;#150; raises a message sy-subrc = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want this call to work properly for the client 030 to create a report. Any pointers or reasons for this problem will be of great helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lavanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 05:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-system-function-call/m-p/2022771#M414154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T05:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with system Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-system-function-call/m-p/2022772#M414155</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;The scenario what i can assess is you have created the Number Range Object and its Interval in Client 030 and the running number is getting generated in that client . now you have transported the Number Range to Client to 100 where the Running number is not getting generated. &lt;/P&gt;&lt;P&gt;If that is the case, you will have to created the Interval manually in each and every client and system that you transport because Intervals cannot be transported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 06:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-system-function-call/m-p/2022772#M414155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T06:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with system Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-system-function-call/m-p/2022773#M414156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ramakrishnan,&lt;/P&gt;&lt;P&gt;I need your help. i have the similar problem.&lt;/P&gt;&lt;P&gt;its like i am trying to attach some document from presentation server to some business object in client 390 but its not storing the attachment. its so because when the FM get_next_number is triggered its giving the next number which already exists because of which i am unable to insert the record in SOOD table.&lt;/P&gt;&lt;P&gt;this is happenning  because some attachments were moved from client 290 to 390 which but not through the process but they moved the Transports of the attachments.&lt;/P&gt;&lt;P&gt;as you said we need to change the interval mannually can you please elobarate the Tcodes/Tables in which we need to change the interval.&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 07:57:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-system-function-call/m-p/2022773#M414156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T07:57:18Z</dc:date>
    </item>
  </channel>
</rss>

