<?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: Production Code Working abnormally in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-code-working-abnormally/m-p/479097#M15704</link>
    <description>&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;The document is posted in RE- FX Module. When ever user done the periodic postings in the contract, a fi document is posted and at that same time we are sending an acknowledgement that document is posted to non sap system through PI(automatic process).  &lt;/P&gt;&lt;P&gt;Now My problem is in that acknowledgement, it contains wrong values some time (code is given above).&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2017 07:04:33 GMT</pubDate>
    <dc:creator>Private_Member_743407</dc:creator>
    <dc:date>2017-06-29T07:04:33Z</dc:date>
    <item>
      <title>Production Code Working abnormally</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-code-working-abnormally/m-p/479095#M15702</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;In our Client, we have developed a program in RE-FX Module. We have tested it different cases in qualty system and found that everything is fine.&lt;/P&gt;&lt;P&gt;Now, The issue is program working abnormally some times,&lt;/P&gt;&lt;P&gt;IF zrem_ss_revenue-per_post IS NOT INITIAL.&lt;BR /&gt;
 SELECT belnr bschl hkont dmbtr FROM bseg INTO CORRESPONDING FIELDS OF TABLE it_bseg&lt;BR /&gt;
 WHERE bukrs = zrem_ss_revenue-per_post_bukrs&lt;BR /&gt;
 AND belnr = zrem_ss_revenue-per_post&lt;BR /&gt;
 AND gjahr = zrem_ss_revenue-per_post_year.&lt;BR /&gt;
 IF sy-subrc EQ 0.&lt;BR /&gt;
 CLEAR: lv_tax, lv_hecess, lv_secess.&lt;BR /&gt;
 LOOP AT it_bseg INTO wa_bseg .&lt;BR /&gt;
 IF wa_bseg-hkont = '0022021101'. "Total Tax&lt;BR /&gt;
 lv_tax = lv_tax + wa_bseg-dmbtr.&lt;BR /&gt;
 ELSEIF wa_bseg-hkont = '0022021102'. "Total SEcess&lt;BR /&gt;
 lv_secess = lv_secess + wa_bseg-dmbtr.&lt;BR /&gt;
 ELSEIF wa_bseg-hkont = '0022021103'. "Total HEcess&lt;BR /&gt;
 lv_hecess = lv_hecess + wa_bseg-dmbtr.&lt;BR /&gt;
 ELSEIF wa_bseg-hkont = '0022021104'. "Total SBcess &lt;BR /&gt;
 lv_sbcess = lv_sbcess + wa_bseg-dmbtr.&lt;BR /&gt;
 ELSEIF wa_bseg-hkont = '0022021105'.&lt;BR /&gt;
 lv_kkcess = lv_kkcess + wa_bseg-dmbtr. &lt;BR /&gt;
 ENDIF.&lt;BR /&gt;
 ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;The above code is working fine but some times it is giving wrong values. We have tried to put debugger, then no issue raises. The issue came only when it is executed without debugging and some times only.&lt;/P&gt;&lt;P&gt;Request you to help me in this if any one face the above issue.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saikrishna.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 07:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-code-working-abnormally/m-p/479095#M15702</guid>
      <dc:creator>Private_Member_743407</dc:creator>
      <dc:date>2017-06-28T07:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Production Code Working abnormally</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-code-working-abnormally/m-p/479096#M15703</link>
      <description>&lt;P&gt;With the posted information I can only guess that some FI document is not yet commited to database, or database/server buffer aren't up to date. &lt;/P&gt;&lt;P&gt;You should provide more information, e.g. when and where this code is implemented, etc.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 13:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-code-working-abnormally/m-p/479096#M15703</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-06-28T13:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Production Code Working abnormally</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-code-working-abnormally/m-p/479097#M15704</link>
      <description>&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;The document is posted in RE- FX Module. When ever user done the periodic postings in the contract, a fi document is posted and at that same time we are sending an acknowledgement that document is posted to non sap system through PI(automatic process).  &lt;/P&gt;&lt;P&gt;Now My problem is in that acknowledgement, it contains wrong values some time (code is given above).&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 07:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-code-working-abnormally/m-p/479097#M15704</guid>
      <dc:creator>Private_Member_743407</dc:creator>
      <dc:date>2017-06-29T07:04:33Z</dc:date>
    </item>
  </channel>
</rss>

