Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3353

GL Account Hierarchy load Issue

$
0
0

Hi Experts,

 

We are loading 0GL_Account hierarchy from ECC, Data used to load daily on production server correctly.

from 28thy of May we are facing issue while loading data from DTP to Hierarchy object,, data got correctly loaded from ECC to PSA.

 

DTP load fails with short dump in ST22, with below dump ( CL_RSDRH_HIER_CACHE===========CP)

 

Source Code Extract

Line  SourceCde

 

 

    1 method INVALIDATE.

    2

    3 ********************************************

    4 * Invalidate the given cache entry

    5 ********************************************

    6

    7 DATA:

    8     l_timestmp   TYPE rstimestmp,

    9     l_seconds    TYPE int4,

   10     l_subrc      TYPE sy-subrc,

   11     l_adtimestmp TYPE ad_tstamp.

   12

   13   CLEAR l_subrc.

   14   GET TIME STAMP FIELD l_timestmp.

   15

   16 * #CP-SUPPRESS: FP no user-input involved here

   17   UPDATE (o_dir_table) CONNECTION (n_c_hier_con)

   18     SET del_timestmp   = l_timestmp

   19     WHERE hiesid       = i_s_hier-hiesid

   20       AND sver         = i_s_hier-sver

   21       AND sid          = i_s_hier-sid

   22       AND returnlevel  = i_s_hier-returnlevel

   23       AND readlevel    = i_s_hier-readlevel

   24       AND del_timestmp = o_c_timestmp_ini.

   25

   26   IF sy-subrc <> 0.

>>>>>     RAISE EXCEPTION TYPE cx_rs_program_error

   28       EXPORTING

   29         text = 'BW temp-hierarchy error during invalidation'.     "#EC NOTEXT

   30   ENDIF.

   31

   32 endmethod.

 

 

 

Can you please help.

 

Thanks,

Om


Viewing all articles
Browse latest Browse all 3353

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>