<?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: Get spurious  APO LiveCache update error when program is run. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-spurious-apo-livecache-update-error-when-program-is-run/m-p/807401#M41446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aveek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest this kind of problem should be reported into OSS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Nov 2004 15:38:54 GMT</pubDate>
    <dc:creator>nablan_umar</dc:creator>
    <dc:date>2004-11-04T15:38:54Z</dc:date>
    <item>
      <title>Get spurious  APO LiveCache update error when program is run.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-spurious-apo-livecache-update-error-when-program-is-run/m-p/807400#M41445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Source code of   /EUR/AEUPDR_DEMAND_FORCAST_SUB                                                                                &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Saving data                                    &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         call function '/SAPAPO/DM_FCST_PUT_BAPI'         &lt;/P&gt;&lt;P&gt;                    exporting                             &lt;/P&gt;&lt;P&gt;                         i_logsys   = v_own_logsys        &lt;/P&gt;&lt;P&gt;                    tables                                &lt;/P&gt;&lt;P&gt;                         i_t_dp_fcs = i_forecast2         &lt;/P&gt;&lt;P&gt;                    exceptions                            &lt;/P&gt;&lt;P&gt;                         error      = 1                   &lt;/P&gt;&lt;P&gt;                         others     = 2.                                                                                &lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.                          &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal table &lt;/P&gt;&lt;P&gt;Internal table       i_forecast2                     Type STANDARD&lt;/P&gt;&lt;P&gt;    1  METHOD MATID                  LOCID                  VRSIO &lt;/P&gt;&lt;P&gt;                                                                  &lt;/P&gt;&lt;P&gt;    1       |G5TKaGFQ07m00000ZNfV6W|G1wexLAE09y00000ZNfV6W|000    &lt;/P&gt;&lt;P&gt;    2       |G5TKaGFQ07m00000ZNfV6W|G1wexLAE09y00000ZNfV6W|000    &lt;/P&gt;&lt;P&gt;    3       |G5TKaGFQ07m00000ZNfV6W|G1wexLAE09y00000ZNfV6W|000    &lt;/P&gt;&lt;P&gt;4	|G5TKaGFQ07m00000ZNfV6W|G1wexLAE09y00000ZNfV6W|000    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looks all right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but then inside the PUT_BAPI when actually booking the values into  LC&lt;/P&gt;&lt;P&gt;with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source code of   /SAPAPO/LDM_CUST_ORDERU23                     274                                                                                &lt;/P&gt;&lt;P&gt;CALL FUNCTION '/SAPAPO/DM_CUST_PUT'                    &lt;/P&gt;&lt;P&gt;                  EXPORTING                                         &lt;/P&gt;&lt;P&gt;                       iS_GEN_PARAMS          = lS_GEN_PARAMS       &lt;/P&gt;&lt;P&gt;                       IV_SIMSESSION          = lv_simsession       &lt;/P&gt;&lt;P&gt;                       it_schedule            = lt_schedule[]       &lt;/P&gt;&lt;P&gt;                       iv_order_type          = gc_om_forecast_order&lt;/P&gt;&lt;P&gt;                       IT_ORDKEYS             = lt_ORDKEYS[]        &lt;/P&gt;&lt;P&gt;                       IT_ORDMAPS             = lt_ordmaps[]        &lt;/P&gt;&lt;P&gt;                  IMPORTING                                         &lt;/P&gt;&lt;P&gt;                       et_rc                  = lt_rc_tab           &lt;/P&gt;&lt;P&gt;                  EXCEPTIONS                                        &lt;/P&gt;&lt;P&gt;                       lc_connect_failed      = 1                   &lt;/P&gt;&lt;P&gt;                       lc_com_error           = 2                   &lt;/P&gt;&lt;P&gt;                       lc_appl_error          = 3                   &lt;/P&gt;&lt;P&gt;                       invalid_order_type     = 4                   &lt;/P&gt;&lt;P&gt;                       OTHERS                 = 5.                                                                                &lt;/P&gt;&lt;P&gt;We get a exception = 3 (lc_appl_error), although the values are booked into LC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem does not occur in other systems only in the rgerssion box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 11:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-spurious-apo-livecache-update-error-when-program-is-run/m-p/807400#M41445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T11:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Get spurious  APO LiveCache update error when program is run.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-spurious-apo-livecache-update-error-when-program-is-run/m-p/807401#M41446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aveek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest this kind of problem should be reported into OSS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 15:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-spurious-apo-livecache-update-error-when-program-is-run/m-p/807401#M41446</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2004-11-04T15:38:54Z</dc:date>
    </item>
  </channel>
</rss>

