Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8411

Re: Load getting failed due to short dump

$
0
0

Hi All

 

As requested please find details short dump below. And datasource name is this GECPC_GLPCP and its extractor is ZPCC_V_GLPCP.

 

 

 

Short text

   Syntax error in program "SAPLZFI_CA_PCA_DERIVATIONS ".

 

 

 

hat happened?

   Error in the ABAP Application Program

 

   The current ABAP program "GP9IQHCDEPFH201E24O25IAYXXW" had to be terminated

    because it has

   come across a statement that unfortunately cannot be executed.

 

   The following syntax error occurred in program "SAPLZFI_CA_PCA_DERIVATIONS " in

    include "LZFI_CA_PCA_DERIVATIONSUXX " in

   line 77:

   "INCLUDE report "LZFI_CA_PCA_DERIVATIONSU37" not found"

   " "

   " "

   " "

 

   The include has been created and last changed by:

   Created by: "SAP* "

   Last changed by: "SAP* "

   Error in the ABAP Application Program

 

   The current ABAP program "GP9IQHCDEPFH201E24O25IAYXXW" had to be terminated

    because it has

   come across a statement that unfortunately cannot be executed.

 

 

What can you do?

    Please eliminate the error by performing a syntax check

    (or an extended program check) on the program "SAPLZFI_CA

    You can also perform the syntax check from the ABAP Edito

 

    If the problem persists, proceed as follows:

    Note down which actions and inputs caused the error.

 

 

    To process the problem further, contact you SAP system

    administrator.

 

    Using Transaction ST22 for ABAP Dump Analysis, you can lo

    at and manage termination messages, and you can also

   keep them for a long time.

 

Error analysis

    The following syntax error was

     :

    "INCLUDE report "LZFI_CA_PCA_DE

    " "

    " "

    " "

 

 

 

How to correct the error

    Probably the only way to elimin

    -

    If you cannot solve the problem

    notification to SAP, include th

 

    1. The description of the curre

 

       To save the description, cho

    (Unconverted)".

 

    2. Corresponding system log

 

Display the system log by callin

Restrict the time interval to 10

ter the short dump. Then choose "

nconverted)".

 

If the problem occurs in a probl

ogram: The source code of the pro

In the editor, choose "Utilities

ilities->Upload/Download->Downloa

 

Details about the conditions und

tions and input led to the error.

 

Information on where terminated

    Termination occurred in the ABAP program "GP9IQHCDEPFH201E24O25IAYXXW" - in

     "START_ROUTINE".

    The main program was "RSBATCH_EXECUTE_PROZESS ".

 

    In the source code you have the termination point in line 102

 

    of the (Include) program "ZFICA_DERIVE_PCA_OBJECTS_S".

    The program "GP9IQHCDEPFH201E24O25IAYXXW" was started as a background job.

    Job Name....... "BIDTPR_6726959_1"

    Job Initiator.. "ALEREMOTE"

    Job Number..... 17271800

 

Line  SourceCde

 

   72 ASSIGN 'L_DERIVE_CHRT_ACCTS-UPD_CHRT_AC

   73 assign (<derive_chrt_accts_field>) to

   74 IF <derive_chrt_accts> IS ASSIGNED.

   75   zzi_attributes_upd-chrt_accts_upd = '

   76 ENDIF.

   77 zzi_attributes_upd-/bic/gactivity_upd

   78 zzi_attributes_upd-/bic/gfactv_upd

   79 zzi_attributes_upd-/bic/gglobacct_upd

   80 zzi_attributes_upd-/bic/ggforacc_upd

   81 zzi_attributes_upd-/bic/ggrracc_upd

   82 zzi_attributes_upd-/bic/ggra_code_upd

   83 zzi_attributes_upd-/bic/gsegmtion_upd

   84 zzi_attributes_upd-/bic/ggaapflg_upd

   85 zzi_attributes_upd-/bic/gsub_item_upd

   86 zzi_attributes_upd-/bic/gsegmnt_upd

   87 zzi_attributes_upd-/bic/gacctgrp_upd

   88 zzi_attributes_upd-comp_code_details_up

   89 zzi_attributes_upd-gbfi0600_upd

   90 zzi_attributes_upd-/bic/zaccsuf_upd

   91 zzi_attributes_upd-/bic/gconunit_upd

   92 zzi_attributes_upd-/bic/gtpunit_upd

   93 *--------------------------------------

   94 * Store a copy of the source fields if

   95 *--------------------------------------

   96 MOVE-CORRESPONDING <source_fields> TO z

   97 CLEAR zze_attributes.

 

Runtime Errors         SYNTAX_ERROR

Date and Time          04.08.2014 17:27:39

 

    98 *----------------------------------------------------------------------*

    99 * Derive all PCA fields for reporting

   100 *----------------------------------------------------------------------*

   101

>>>>> CALL FUNCTION 'ZFI_CA_DERIVE_PCA_ATTRIBUTESII'

   103   EXPORTING

   104     i_zfi_ca_pca_attributes     = zzi_attributes

   105     i_zfi_ca_pca_attributes_upd = zzi_attributes_upd

   106     msgty                       = 'I'

   107     recno                       = <source_fields>-record

   108   IMPORTING

   109     e_zfi_ca_pca_attributes     = zze_attributes

   110   TABLES

   111     monitor_recno               = lt_monitor_recno.

   112

   113 *----------------------------------------------------------------------*

   114 * On the recurrsive load delete entries where the data is the same

   115 *----------------------------------------------------------------------*

   116 IF zzg_realignment_run = 'X'.

   117   IF  zzi_attributes = zze_attributes.

   118     DELETE  source_package INDEX la_tabix.

   119   ELSE.

   120     MOVE-CORRESPONDING zze_attributes TO <source_fields>.

   121   ENDIF.

 

SY-SUBRC 0

SY-INDEX 3

SY-TABIX 1

SY-DBCNT 10

SY-FDPOS 0

SY-LSIND 0

SY-PAGNO 0

SY-LINNO 1

SY-COLNO 1

SY-PFKEY

SY-UCOMM

SY-TITLE Execute Batch Proces

SY-MSGTY E

SY-MSGID R7

SY-MSGNO 057

SY-MSGV1 ZBAL_LC

SY-MSGV2 A

SY-MSGV3

SY-MSGV4

SY-MODNO 0

SY-DATUM 20140804

SY-UZEIT 172720

SY-XPROG SAPCNVE

SY-XFORM CONVERSION_EXIT

 

No.   Ty.          Program                             Include                             Line

      Name

 

    8 FUNCTION     GP9IQHCDEPFH201E24O25IAYXXW         ZFICA_DERIVE_PCA_OBJECTS_S            102

      START_ROUTINE

    7 METHOD       GP9IQHCDEPFH201E24O25IAYXXW         ZFICA_DERIVE_PCA_OBJECTS_S            102

      LCL_TRANSFORM=>START_ROUTINE

    6 METHOD       GP9IQHCDEPFH201E24O25IAYXXW         GP9IQHCDEPFH201E24O25IAYXXW          1299

      LCL_TRANSFORM=>EXECUTE

    5 METHOD       CL_RSTRAN_TRFN_CMD============CP    CL_RSTRAN_TRFN_CMD============CM005    70

      CL_RSTRAN_TRFN_CMD=>IF_RSBK_CMD_T~TRANSFORM

    4 METHOD       CL_RSBK_PROCESS===============CP    CL_RSBK_PROCESS===============CM00Q    93

      CL_RSBK_PROCESS=>PROCESS_REQUEST

   3 METHOD       CL_RSBK_PROCESS===============CP    CL_RSBK_PROCESS===============CM002    13

      CL_RSBK_PROCESS=>IF_RSBATCH_EXECUTE~EXECUTE

    2 FUNCTION     SAPLRSBATCH                         LRSBATCHU13                           437

      RSBATCH_EXECUTE_PROCESS

    1 EVENT        RSBATCH_EXECUTE_PROZESS             RSBATCH_EXECUTE_PROZESS               374

      START-OF-SELECTION

REQUEST

    DTPR_1FR9TKO2U6M616ATG9C2EYKRH

    455553453544353433345434345454

    4402F16294BF256D61614793259B28

    000000000000000000000000000000

    000000000000000000000000000000

DATAPACKID

    000001

    333333

    000001

    000000

    000000

MONITOR

    Table[initial]

SOURCE_PACKAGE

    3000000001012P2013K4AU0ACD 2013005          00                                               0

    3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223

    300000000101202013B415013402013001000000000000000000000000000000000000000000000000000000000000

    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

    3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223

    300000000101202013B415013402013002000000000000000000000000000000000000000000000000000000000000

    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

    3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223

    300000000101202013B415013402013003000000000000000000000000000000000000000000000000000000000000

    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

    3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223

    300000000101202013B415013402013004000000000000000000000000000000000000000000000000000000000000

 

 

  00000000000000000000000000000000000

  00000000000000000000000000000000000

  33333333333335333343453444233333332

  300000000101202013B4150134020130050

  00000000000000000000000000000000000

  00000000000000000000000000000000000

  Table IT_110723[600000x1144]

  {A:114*\TYPE=%_T00003S00000115O0000

  Table reference: 3570

  TABH+  0(20) = 90A161080000000060C1

  TABH+ 20(20) = F20D000083B00100C027

  TABH+ 40(16) = 03730000242D00000400

  store        = 0x90A1610800000000

  ext1         = 0x60C1190C00000000

  shmId        = 0     (0x00000000)

  id           = 3570  (0xF20D0000)

  label        = 110723 (0x83B00100)

  fill         = 600000 (0xC0270900)

  leng         = 1144  (0x78040000)

  loop         = 128   (0x80000000)

  xtyp         = ROL.115.11556

  occu         = 4     (0x04000000)

  accKind      = 1     (ItAccessStand

  idxKind      = 0     (ItIndexNone)

  uniKind      = 2     (ItUniNo)

  keyKind      = 1     (default)

  cmpMode      = 8     (cmpManyEq)

  occu0        = 1

  stMode       = 0

  groupCntl    = 0

 

  rfc          = 0

  unShareable  = 0

  mightBeShared = 1

  sharedWithShmTab = 0

  isShmLockId  = 0

  isUsed       = 1

  isCtfyAble   = 1

  hasScndKeys  = 0

  hasRowId     = 0

  scndKeysOutdated = 0

  scndUniKeysOutdated = 0

  ----- Shareable Table Header Data -----

  tabi         = 0xB008190C00000000

  pgHook       = 0x404CE73B00000000

  idxPtr       = 0x0000000000000000

  id           = 61767 (0x47F10000)

  shmTabhSet   = 0x0000000000000000

  refCount     = 1     (0x01000000)

  tstRefCount  = 0     (0x00000000)

  lineAdmin    = 606204 (0xFC3F0900)

  lineAlloc    = 600004 (0xC4270900)

  shmVersId    = 0     (0x00000000)

  shmRefCount  = 2     (0x02000000)

  rowId        = 18446744073709551615

  scndKeyAdmin = 0x0000000000000000

  ----- 1st level extension part --------

  regHook      = 0xC8C0190C00000000

  collHook     = 0x0000000000000000

  ext2         = 0x0000000000000000

RI-CLUSTR

 

   0

   00

   00

ZE_ATTRIBUTES

                     00000

   22222222222222222233333

   00000000000000000000000

   00000000000000000000000

   00000000000000000000000

ZI_ATTRIBUTES

   AU0A    070221000020130

   45342222333333333333333

   15010000070221000020130

   00000000000000000000000

   00000000000000000000000

ZI_ATTRIBUTES_UPD

   XXXXX XXXXXX  XX XXXX

   55555255555522552555522

   88888088888800880888800

   00000000000000000000000

   00000000000000000000000

SOURCE_FIELDS>-RECORD

   1

   0000

   1000

T_MONITOR_RECNO

   Table[initial]

ZG_REALIGNMENT_RUN

 

   2

 

Regards,

Asim

GECPC_GLPCP   


Viewing all articles
Browse latest Browse all 8411

Trending Articles



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