cancel
Showing results for 
Search instead for 
Did you mean: 

CL_SLD_FILTER==CP error

Former Member
0 Kudos

Hi All,

I have done the PI7.31(ABAP+JAVA) installation and post installation with running the CTC( config wizard)steps.I have updated the CIM model and CR content in SLD successfully.When i go for integration engine configuration am getting below dump.The same dump am getting when the am not going to any transaction for more than 900 times

Kindly provide me your solutions to my issue.

Category           ABAP Programming Error
Runtime Errors           UNCAUGHT_EXCEPTION
Except.           CX_SLD_API_EXCEPTION
ABAP Program           CL_SLD_FILTER=================CP
Application Component           BC-CCM-SLD
Date and Time           05.01.2013     13:02:11

Short text
  An exception occurred that was not caught.

What happened?
  The exception 'CX_SLD_API_EXCEPTION' was raised, but it was not caught anywhere
   along
  the call hierarchy.

  Since exceptions represent error situations and this error was not
  adequately responded to, the running ABAP program
   'CL_SLD_ACCESSOR===============CP' has to be
  terminated.

What can you do?
  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 look
  at and manage termination messages, and you can also
  keep them for a long time.

Error analysis
  An exception occurred that is explained in detail below.
  The exception, which is assigned to class 'CX_SLD_API_EXCEPTION', was not
   caught in
  procedure "GET_FILTERTABLE" "(METHOD)", nor was it propagated by a RAISING
   clause.
  Since the caller of the procedure could not have anticipated that the
  exception would occur, the current program is terminated.
  The reason for the exception is:
  Exception in SLD client: AbapSLDRequestHandler.execGetClass(): CIM_ERR_FAILED:
  HTTP response code: 403 Forbidden


How to correct the error

  If the error occures in a non-modified SAP program, you may be able to
  find an interim solution in an SAP Note.
  If you have access to SAP Notes, carry out a search with the following
  keywords:

  "UNCAUGHT_EXCEPTION" "CX_SLD_API_EXCEPTION"
  "CL_SLD_ACCESSOR===============CP" or "CL_SLD_ACCESSOR===============CM006"
  "GET_CLASS"


  If you cannot solve the problem yourself and want to send an error
  notification to SAP, include the following information:

  1. The description of the current problem (short dump)

     To save the description, choose "System->List->Save->Local File
  (Unconverted)".

  2. Corresponding system log

     Display the system log by calling transaction SM21.
     Restrict the time interval to 10 minutes before and five minutes
  after the short dump. Then choose "System->List->Save->Local File
  (Unconverted)".

  3. If the problem occurs in a problem of your own or a modified SAP
  program: The source code of the program
     In the editor, choose "Utilities->More
  Utilities->Upload/Download->Download".

  4. Details about the conditions under which the error occurred or which
  actions and input led to the error.

  The exception must either be prevented, caught within proedure
  "GET_FILTERTABLE" "(METHOD)", or its possible occurrence must be declared in
   the
  RAISING clause of the procedure.
  To prevent the exception, note the following:

System environment
  SAP Release..... 731
  SAP Basis Level. 0000

  Application server... ""
  Network address...... ""
  Operating system..... "SunOS"
  Release.............. "5.10"
  Hardware type........ "sun4v"
  Character length.... 16 Bits
  Pointer length....... 64 Bits
  Work process number.. 12
  Shortdump setting.... "full"

  Database server... "nflspiaps1"
  Database type..... "ORACLE"
  Database name..... "PIR"
  Database user ID.. "SAPSR3"

  Terminal.......... " "

  Char.set.... "C"

  SAP kernel....... 720
  created (date)... "Dec 19 2011 20:30:15"
  create on........ "SunOS 5.10 Generic_141444-09 sun4us"
  Database version. "OCI_112, 11.2.0.2.0, V2, default"

  Patch level. 117
  Patch text.. " "

  Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*"
  SAP database version. 720
  Operating system..... "SunOS 5.10, SunOS 5.11"

  Memory consumption
  Roll.... 1634432
  EM...... 0
  Heap.... 0
  Page.... 32768
  MM Used. 1560640
  MM Free. 52600

User and Transaction
  Client.............. 001
  User................ "DDIC"
  Language key........ "E"
  Transaction......... " "
  Transaction ID...... "50E69B01FD2D691BE10000000A8E015E"

  EPP Whole Context ID.... "8EA2858954C511E2C38500000010644A"
  EPP Connection ID....... "AD3A7F1054D711E2A54CC9A60A8E015E"
  EPP Caller Counter...... 1

  Program............. "CL_SLD_ACCESSOR===============CP"
  Screen.............. "SXMS_PF_REORG_AUD 1000"
  Screen Line......... 3
  Debugger Active..... "none"


Chain of Exception Objects

Attrib. Name              Value

Level    1    Class   CX_SLD_API_EXCEPTION
Program    CL_SLD_ACCESSOR===============CP               Include   CL_SLD_ACCESSOR===============CM006       Row    70
Short Te    Exception in SLD client: AbapSLDRequestHandler.execGetClass(): CIM_ERR_FAILED: HTTP respo
Long Tex

IS_RESUMABLE
KERNEL_ERRID
MESSAGE              AbapSLDRequestHandler.execGetClass(): CIM_ERR_FAILED: HTTP response
METHOD
NAME

Information on where terminated
  Termination occurred in the ABAP program "CL_SLD_ACCESSOR===============CP" -
   in "GET_CLASS".
  The main program was "SXMS_PF_REORG_AUD ".

  In the source code you have the termination point in line 70
  of the (Include) program "CL_SLD_ACCESSOR===============CM006".
  The program "CL_SLD_ACCESSOR===============CP" was started as a background job.
  Job Name....... "SAP_XMB_PERF_REORG"
  Job Initiator.. "DDIC"
  Job Number..... 12020900
  The termination is caused because exception "CX_SLD_API_EXCEPTION" occurred in
  procedure "GET_FILTERTABLE" "(METHOD)", but it was neither handled locally nor
   declared
  in the RAISING clause of its signature.

  The procedure is in program "CL_SLD_FILTER=================CP "; its source
   code begins in line
  1 of the (Include program "CL_SLD_FILTER=================CM00E ".

Source Code Extract

Line  SourceCde

    40    IF use_wbem_client( ) = abap_true.
    41  *   use wbem client and do not execute former implementation
    42      ret = acc_wbem_client->get_class( cname = cname ).
    43
    44      RETURN.
    45    ENDIF.
    46  **********************************************************************
    47
    48    s_name-name = cname.
    49    APPEND s_name TO t_classnames.
    50
    51  * SLD request:
    52    TRY.
    53        CALL METHOD me->call_java
    54          EXPORTING
    55            operation       = 'GetClass'
    56            classnames      = t_classnames
    57          IMPORTING
    58            namekeymap      = t_namekeymap
    59            classqualifiers = t_classqualifiers
    60            propertylist    = t_propertylist
    61            propclassqual   = t_propclassqual
    62            propertyvalues  = t_propvalues
    63            arrayvaluemap   = t_arrayvaluemap
    64  *Added for Operation Support
    65            methodlist      = t_methodlist
    66            methclassqual   = t_methclassqual
    67            parameterlist   = t_parameterlist
    68            parammethodqual = t_parammethodqual.
    69      CATCH cx_sld_api_exception INTO ex.
>>>>>        RAISE EXCEPTION ex.
    71    ENDTRY.
    72
    73  * build cim class object qualifier table:
    74    ret = create_class_from_data( classname_in  = cname
    75                                  namekeymap_in = t_namekeymap
    76                                  classqual_in  = t_classqualifiers
    77                                  propqual_in   = t_propclassqual
    78                                  proplist_in   = t_propertylist
    79                                  propvalues_in = t_propvalues
    80                                  arraymap_in   = t_arrayvaluemap
    81  *Added for Operation Support
    82
    83                                  methodlist_in = t_methodlist
    84                                  methqual_in   = t_methclassqual
    85                                  paramlist_in  = t_parameterlist
    86                                  paramqual_in  = t_parammethodqual ).
    87
    88
    89  ENDMETHOD.                    "get_class

Contents of system fields

Name    Val.

SY-SUBRC    0
SY-INDEX    0
SY-TABIX    1
SY-DBCNT    1
SY-FDPOS    0
SY-LSIND    0
SY-PAGNO    0
SY-LINNO    1
SY-COLNO    1
SY-PFKEY    %_00
SY-UCOMM
SY-TITLE    Report SXMS_PF_REORG_AUD
SY-MSGTY    E
SY-MSGID    00
SY-MSGNO    001
SY-MSGV1    AbapSLDRequestHandler.execGetClass(): CIM_ERR_FAIL
SY-MSGV2    ED: HTTP response code: 403 Forbidden
SY-MSGV3
SY-MSGV4
SY-MODNO    0
SY-DATUM    20130105
SY-UZEIT    130210
SY-XPROG    RSDBRUNT
SY-XFORM    INIT_%_INIT

Active Calls/Events

No.  Ty.       Program               Include        Line
   Name

    12  METHOD       CL_SLD_ACCESSOR===============CP               CL_SLD_ACCESSOR===============CM006           70
   CL_SLD_ACCESSOR=>GET_CLASS
    11  METHOD       CL_SLD_FILTER=================CP               CL_SLD_FILTER=================CM00E           17
   CL_SLD_FILTER=>GET_FILTERTABLE
    10  METHOD       CL_SLD_ACCESSOR===============CP               CL_SLD_ACCESSOR===============CM00B           48
   CL_SLD_ACCESSOR=>ENUMERATE_INSTANCES
     9  FUNCTION       SAPLLCRACCESS               LLCRACCESSU01          148
   LCR_GET_OWN_BUSINESS_SYSTEM
     8  FORM       SXMS_PF_REORG_AUD               SXMS_PF_REORG_AUD          326
   ASSURE_MINIMUM_RETENTION_ON_IS
     7  FORM       SXMS_PF_REORG_AUD               SXMS_PF_REORG_AUD          270
   SET_INITIAL_VALUES
     6  EVENT       SXMS_PF_REORG_AUD               SXMS_PF_REORG_AUD           48
   INITIALIZATION
     5  FORM       RSDBRUNT               RSDBRUNT         3993
   %_INIT_PBO_FIRST
     4  FORM       RSDBRUNT               RSDBRUNT         3783
   INIT_PBO
     3  FORM       SXMS_PF_REORG_AUD               SXMS_PF_REORG_AUD          462
   %_INIT_PBO_NEW
     2  MODULE (PBO)       SXMS_PF_REORG_AUD               SXMS_PF_REORG_AUD          462
   %_INIT_PBO
     1  EVENT       SXMS_PF_REORG_AUD               <SYSINI>           20
   SYSTEM-EXIT

Chosen variables

Name
  Val.

No.     12    Ty.      METHOD
Name  CL_SLD_ACCESSOR=>GET_CLASS

CNAME
  SAP_BCClient
  000000000000
  000000000000
  545544466667
  310F233C95E4
  005300410050005F004200430043006C00690065006E0074
RET
  {O:initial}
  F0000000
  F0000000
  FF00000000000000
T_NAMEKEYMAP
  Table[initial]

T_CLASSQUALIFIERS
  Table[initial]

T_PROPERTYLIST
  Table[initial]

T_PROPCLASSQUAL
  Table[initial]

T_PROPVALUES
  Table[initial]

T_ARRAYVALUEMAP
  Table[initial]

T_METHODLIST
  Table[initial]

T_METHCLASSQUAL
  Table[initial]

T_PARAMETERLIST
  Table[initial]

T_PARAMMETHODQUAL
  Table[initial]

%_DUMMY$$

  0000
  0000
  2222
  0000
  0020002000200020
SYST-REPID
  CL_SLD_ACCESSOR===============CP
  0000000000000000000000000000000000000000
  0000000000000000000000000000000000000000
  4455445444455453333333333333334522222222
  3CF3C4F133533F2DDDDDDDDDDDDDDD3000000000
  0043004C005F0053004C0044005F004100430043004500530053004F0052003D003D003D003D003D003D003D003D00
%_SPACE

  0
  0
  2
  0
  0020
EX
  {O:5*\CLASS=CX_SLD_API_EXCEPTION}
  F0000000
  A0000005
  FA00000000000005
SCREEN
  %_17NNS0000013837_%_%_%_%_%_%_
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222
  5F17EE30000013837F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000
  0025005F00310037004E004E00530030003000300030003000310033003800330037005F0025005F0025005F002500
ME
  {O:1*\CLASS=CL_SLD_ACCESSOR}
  F0000000
  E0000001
  FE00000000000001

No.     11    Ty.      METHOD
Name  CL_SLD_FILTER=>GET_FILTERTABLE

CNAME
  SAP_BCClient
  000000000000
  000000000000
  545544466667
  310F233C95E4
  005300410050005F004200430043006C00690065006E0074
ACCESSOR
  {O:1*\CLASS=CL_SLD_ACCESSOR}
  F0000000
  E0000001
  FE00000000000001
RET
  Table IT_15[2x48]
  \CLASS=CL_SLD_FILTER\METHOD=GET_FILTERTABLE\DATA=RET
  Table reference: 12
  TABH+  0(20) = 0000000107EF35E8000000000000000000000000
  TABH+ 20(20) = 0000000C0000000F0000000200000030FFFFFFFF
  TABH+ 40(16) = 0400003000004D00000424C413000000
  store        = 0x0000000107EF35E8
  ext1         = 0x0000000000000000
  shmId        = 0     (0x00000000)
  id           = 12    (0x0000000C)
  label        = 15    (0x0000000F)
  fill         = 2     (0x00000002)
  leng         = 48    (0x00000030)
  loop         = -1    (0xFFFFFFFF)
  xtyp         = TYPE#000006
  occu         = 4     (0x00000004)
  accKind      = 1     (ItAccessStandard)
  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         = 0x0000000107EF3510
  pgHook       = 0x0000000000000000
  idxPtr       = 0x0000000000000000
  id           = 13    (0x0000000D)
  shmTabhSet   = 0x0000000000000000
  refCount     = 1     (0x00000001)
  tstRefCount  = 0     (0x00000000)
  lineAdmin    = 4     (0x00000004)
  lineAlloc    = 4     (0x00000004)
  shmVersId    = 0     (0x00000000)
  shmRefCount  = 2     (0x00000002)
  rowId        = 18446744073709551615
  scndKeyAdmin = 0x0000000000000000

  䄀#䀀#          CP䄀#䀀#䄀###
  404000000000000040404000
  100000000000000010001000
  000022222222224500000000
  000600000000003000000000
  4100000040000006002000200020002000200020002000200020002000430050410000004000000041000000000000

  䄀#䀀#          EQ䄀###䄀###
  404000000000000040004000
  100000000000000010001000
  000022222222224500000000
  000700000000005100040000
  4100000040000007002000200020002000200020002000200020002000450051410000000000000441000000000000
SYST-REPID
  CL_SLD_FILTER=================CP
  0000000000000000000000000000000000000000
  0000000000000000000000000000000000000000
  4455445444545333333333333333334522222222
  3CF3C4F69C452DDDDDDDDDDDDDDDDD3000000000
  0043004C005F0053004C0044005F00460049004C005400450052003D003D003D003D003D003D003D003D003D003D00
SY-REPID
  CL_SLD_FILTER=================CP
  0000000000000000000000000000000000000000
  0000000000000000000000000000000000000000
  4455445444545333333333333333334522222222
  3CF3C4F69C452DDDDDDDDDDDDDDDDD3000000000
  0043004C005F0053004C0044005F00460049004C005400450052003D003D003D003D003D003D003D003D003D003D00
ME->VALUEFILTER
  Table IT_13[2x48]
  {O:4*\CLASS=CL_SLD_FILTER}\DATA=VALUEFILTER
  Table reference: 9
  TABH+  0(20) = 0000000107EF35E8000000000000000000000000
  TABH+ 20(20) = 000000090000000D0000000200000030FFFFFFFF
  TABH+ 40(16) = 0400003000004D00000424C413000000
  store        = 0x0000000107EF35E8
  ext1         = 0x0000000000000000
  shmId        = 0     (0x00000000)
  id           = 9     (0x00000009)
  label        = 13    (0x0000000D)
  fill         = 2     (0x00000002)
  leng         = 48    (0x00000030)
  loop         = -1    (0xFFFFFFFF)
  xtyp         = TYPE#000006
  occu         = 4     (0x00000004)
  accKind      = 1     (ItAccessStandard)
  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         = 0x0000000107EF3510
  pgHook       = 0x0000000000000000
  idxPtr       = 0x0000000000000000
  id           = 13    (0x0000000D)
  shmTabhSet   = 0x0000000000000000
  refCount     = 1     (0x00000001)
  tstRefCount  = 0     (0x00000000)
  lineAdmin    = 4     (0x00000004)
  lineAlloc    = 4     (0x00000004)
  shmVersId    = 0     (0x00000000)
  shmRefCount  = 2     (0x00000002)
  rowId        = 18446744073709551615
  scndKeyAdmin = 0x0000000000000000

  䄀#䀀#          CP䄀#䀀#䄀###
  404000000000000040404000
  100000000000000010001000
  000022222222224500000000
  000600000000003000000000
  4100000040000006002000200020002000200020002000200020002000430050410000004000000041000000000000

  䄀#䀀#          EQ䄀###䄀###
  404000000000000040004000
  100000000000000010001000
  000022222222224500000000
  000700000000005100040000
  4100000040000007002000200020002000200020002000200020002000450051410000000000000441000000000000
SLDI_GE
  GE
  00
  00
  44
  75
  00470045
SY-XFORM
  INIT_%_INIT
  000000000000000000000000000000
  000000000000000000000000000000
  444552544452222222222222222222
  9E94F5F9E940000000000000000000
  0049004E00490054005F0025005F0049004E0049005400200020002000200020002000200020002000200020002000
CLASSREF
  {O:initial}
  F0000000
  F0000000
  FF00000000000000
%_DUMMY$$

  0000
  0000
  2222
  0000
  0020002000200020
<S_FILTER>
  ???
  ??????
  ??????
  ????????????
SCREEN
  %_17NNS0000013837_%_%_%_%_%_%_
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222
  5F17EE30000013837F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000
  0025005F00310037004E004E00530030003000300030003000310033003800330037005F0025005F0025005F002500
%_SPACE

  0
  0
  2
  0
  0020
<S_FILTER>-NAME
  ???
  ??????
  ??????
  ????????????
S_DATATYPE

  000000000000000000000
  000000000000000000000
  222222222222222222222
  000000000000000000000
  002000200020002000200020002000200020002000200020002000200020002000200020002000200020
SPACE

  0
  0
  2
  0
  0020
SY-XPROG
  RSDBRUNT
  0000000000000000000000000000000000000000
  0000000000000000000000000000000000000000
  5544554522222222222222222222222222222222
  234225E400000000000000000000000000000000
  005200530044004200520055004E005400200020002000200020002000200020002000200020002000200020002000

No.     10    Ty.      METHOD
Name  CL_SLD_ACCESSOR=>ENUMERATE_INSTANCES

CNAME
  SAP_BCClient
  000000000000
  000000000000
  545544466667
  310F233C95E4
  005300410050005F004200430043006C00690065006E0074
LOCALONLY

  0
  0
  2
  0
  0020
DEEPINHERIT
  X
  0
  0
  5
  8
  0058
INCLUDEQUAL

  0
  0
  2
  0
  0020
FILTER
  {O:4*\CLASS=CL_SLD_FILTER}
  F0000000
  B0000004
  FB00000000000004
PROPERTYLIST
  Table[initial]

RET
  Table[initial]

S_NAME-NAME
  SAP_BCClient
  000000000000
  000000000000
  545544466667
  310F233C95E4
  005300410050005F004200430043006C00690065006E0074
T_CLASSNAMES
  Table IT_14[1x8]
  \CLASS=CL_SLD_ACCESSOR\METHOD=ENUMERATE_INSTANCES\DATA=T_CLASSNAMES
  Table reference: 11
  TABH+  0(20) = 0000000107EF3780000000000000000000000000
  TABH+ 20(20) = 0000000B0000000E0000000100000008FFFFFFFF
  TABH+ 40(16) = 0400001F00021F70000424A403000000
  store        = 0x0000000107EF3780
  ext1         = 0x0000000000000000
  shmId        = 0     (0x00000000)
  id           = 11    (0x0000000B)
  label        = 14    (0x0000000E)
  fill         = 1     (0x00000001)
  leng         = 8     (0x00000008)
  loop         = -1    (0xFFFFFFFF)
  xtyp         = TYPE#000021
  occu         = 4     (0x00000004)
  accKind      = 1     (ItAccessStandard)
  idxKind      = 0     (ItIndexNone)
  uniKind      = 2     (ItUniNo)
  keyKind      = 1     (default)
  cmpMode      = 4     (cmpSingleEq)
  occu0        = 1
  stMode       = 0
  groupCntl    = 0
  rfc          = 0
  unShareable  = 0
  mightBeShared = 0
  sharedWithShmTab = 0
  isShmLockId  = 0
  isUsed       = 1
  isCtfyAble   = 1
  hasScndKeys  = 0
  hasRowId     = 0
  scndKeysOutdated = 0
  scndUniKeysOutdated = 0
  ----- Shareable Table Header Data -----
  tabi         = 0x0000000107EF2A58
  pgHook       = 0x0000000000000000
  idxPtr       = 0x0000000000000000
  id           = 14    (0x0000000E)
  shmTabhSet   = 0x0000000000000000
  refCount     = 0     (0x00000000)
  tstRefCount  = 0     (0x00000000)
  lineAdmin    = 4     (0x00000004)
  lineAlloc    = 4     (0x00000004)
  shmVersId    = 0     (0x00000000)
  shmRefCount  = 1     (0x00000001)
  rowId        = 18446744073709551615
  scndKeyAdmin = 0x0000000000000000
  䄀#䀀#
  4040
  1000
  0000
  0005
  4100000040000005
S_NAME
  䄀#䀀#
  4040
  1000
  0000
  0005
  4100000040000005
RSJOBINFO
                                  00000000000000                                  ##
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000
  2222222222222222222222222222222233333333333333222222222222222222222222222222222200
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
%_PRINT
      000                                                                                   0###
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0020002000200020003000300030002000200020002000200020002000200020002000200020002000200020002000
ME
  {O:1*\CLASS=CL_SLD_ACCESSOR}
  F0000000
  E0000001
  FE00000000000001
T_VALUEFILTER
  Table[initial]

SLDI_TRUE
  X
  0
  0
  5
  8
  0058
SPACE

  0
  0
  2
  0
  0020
S_QUERYPARAM-NAME
  <empty string>
  40000000
  10000000
  4100000000000000
S_QUERYPARAM-VALUE
  <empty string>
  40000000
  10000000
  4100000000000000
T_QUERYPARAM
  Table[initial]

S_QUERYPARAM
  䄀###          ##䄀###
  40000000000000004000
  10000000000000001000
  00002222222222000000
  00000000000000000000
  41000000000000000020002000200020002000200020002000200020000000004100000000000000

No.      9    Ty.      FUNCTION
Name  LCR_GET_OWN_BUSINESS_SYSTEM

BYPASSING_CACHE

  0
  0
  2
  0
  0020
READ_FROM_CACHE

  0
  0
  2
  0
  0020
BS_CAPTION
  <empty string>
  40000000
  10000000
  4100000000000000
BS_KEY_NAME

  000000000000000000000000000000000000000000000000000000000000
  000000000000000000000000000000000000000000000000000000000000
  222222222222222222222222222222222222222222222222222222222222
  000000000000000000000000000000000000000000000000000000000000
  0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
BS_ROLE

  000
  000
  222
  000
  002000200020
SY-SYSID
  PIR
  00000000
  00000000
  54522222
  09200000
  00500049005200200020002000200020
SY-REPID
  SAPLLCRACCESS
  0000000000000000000000000000000000000000
  0000000000000000000000000000000000000000
  5454445444455222222222222222222222222222
  310CC32133533000000000000000000000000000
  005300410050004C004C00430052004100430043004500530053002000200020002000200020002000200020002000
FILTER
  {O:4*\CLASS=CL_SLD_FILTER}
  F0000000
  B0000004
  FB00000000000004
TEXT
  001
  000
  000
  333
  001
  003000300031
%_DUMMY$$

  0000
  0000
  2222
  0000
  0020002000200020
SY-MANDT
  001
  000
  000
  333
  001
  003000300031
ACCESSOR
  {O:1*\CLASS=CL_SLD_ACCESSOR}
  F0000000
  E0000001
  FE00000000000001
%_ARCHIVE

  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
T_BCCLIENTS
  Table[initial]

DBHOST
  nflspiaps1
  0000000000
  0000000000
  6667766773
  E6C3091031
  006E0066006C0073007000690061007000730031
INSTREF
  {O:initial}
  F0000000
  F0000000
  FF00000000000000

No.      8    Ty.      FORM
Name  ASSURE_MINIMUM_RETENTION_ON_IS

SV_BS_ROLE

  000
  000
  222
  000
  002000200020
GC_COMPTYP_BUS
  XIIntegrationEngine
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  5446766767666466666222222222222222222222222222222222222222222222222222222222222222222222222222
  899E4572149FE5E79E5000000000000000000000000000000000000000000000000000000000000000000000000000
  005800490049006E0074006500670072006100740069006F006E0045006E00670069006E0065002000200020002000
GC_PF_REORG_READ_DFLT
  200000
  0004
  03D0
  00030D40
GC_PF_REORG_USE_SYSTEM_DEFAULT
  -1
  FFFF
  FFFF
  FFFFFFFF
%_DUMMY$$

  0000
  0000
  2222
  0000
  0020002000200020
GC_PF_REORG_KEEPHOUR_DEFAULT
  30
  0001
  000E
  0000001E
SY-REPID
  SXMS_PF_REORG_AUD
  0000000000000000000000000000000000000000
  0000000000000000000000000000000000000000
  5545554554454545422222222222222222222222
  38D3F06F25F27F15400000000000000000000000
  00530058004D0053005F00500046005F00520045004F00520047005F00410055004400200020002000200020002000
GC_PF_REORG_KEEPDAY_DEFAULT
  100
  0006
  0004
  00000064
SYST-REPID
  SXMS_PF_REORG_AUD
  0000000000000000000000000000000000000000
  0000000000000000000000000000000000000000
  5545554554454545422222222222222222222222
  38D3F06F25F27F15400000000000000000000000
  00530058004D0053005F00500046005F00520045004F00520047005F00410055004400200020002000200020002000
GC_PF_REORG_BLOCKSIZE_MAX
  50000
  00C5
  0030
  0000C350
%_SPACE

  0
  0
  2
  0
  0020
GC_PF_REORG_READ_MAX
  300000
  009E
  0430
  000493E0
GT_DELTAB_AGG
  Table[initial]

%C000001_1000
  Delete Hourly Aggregated Auditing Data After
  00000000000000000000000000000000000000000000000000000000000000000000000000000000000
  00000000000000000000000000000000000000000000000000000000000000000000000000000000000
  46667624677672466766676624766766624676246767222222222222222222222222222222222222222
  45C54508F52C9017725714540154949E704141016452000000000000000000000000000000000000000
  00440065006C00650074006500200048006F00750072006C0079002000410067006700720065006700610074006500
GC_INTERVAL_1_QUARTER
  1Q
  0000000000
  0000000000
  3522222222
  1100000000
  0031005100200020002000200020002000200020
SPACE

  0
  0
  2
  0
  0020
SY-SUBRC
  0
  0000
  0000
  00000000

No.      7    Ty.      FORM
Name  SET_INITIAL_VALUES

SY-XFORM
  INIT_%_INIT
  000000000000000000000000000000
  000000000000000000000000000000
  444552544452222222222222222222
  9E94F5F9E940000000000000000000
  0049004E00490054005F0025005F0049004E0049005400200020002000200020002000200020002000200020002000

No.      6    Ty.      EVENT
Name  INITIALIZATION

%_ARCHIVE

  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
%_VIASELSCR
  #
  0
  4
  04

No.      5    Ty.      FORM
Name  %_INIT_PBO_FIRST

L_TABIX
  1
  0000
  0001
  00000001
SCREEN_PROGS[]
  Table IT_2[1x448]
  \PROGRAM=RSDBRUNT\DATA=SCREEN_PROGS[]
  Table reference: 2
  TABH+  0(20) = 0000000107D771B8000000000000000000000000
  TABH+ 20(20) = 000000020000000200000001000001C0FFFFFFFF
  TABH+ 40(16) = 040000040003C4C0000524C003000000
  store        = 0x0000000107D771B8
  ext1         = 0x0000000000000000
  shmId        = 0     (0x00000000)
  id           = 2     (0x00000002)
  label        = 2     (0x00000002)
  fill         = 1     (0x00000001)
  leng         = 448   (0x000001C0)
  loop         = -1    (0xFFFFFFFF)
  xtyp         = TYPE#000066
  occu         = 5     (0x00000005)
  accKind      = 1     (ItAccessStandard)
  idxKind      = 0     (ItIndexNone)
  uniKind      = 2     (ItUniNo)
  keyKind      = 1     (default)
  cmpMode      = 8     (cmpManyEq)
  occu0        = 0
  stMode       = 0
  groupCntl    = 0
  rfc          = 0
  unShareable  = 0
  mightBeShared = 0
  sharedWithShmTab = 0
  isShmLockId  = 0
  isUsed       = 1
  isCtfyAble   = 1
  hasScndKeys  = 0
  hasRowId     = 0
  scndKeysOutdated = 0
  scndUniKeysOutdated = 0
  ----- Shareable Table Header Data -----
  tabi         = 0x0000000107E57AE8
  pgHook       = 0x0000000000000000
  idxPtr       = 0x0000000000000000
  id           = 3     (0x00000003)
  shmTabhSet   = 0x0000000000000000
  refCount     = 0     (0x00000000)
  tstRefCount  = 0     (0x00000000)
  lineAdmin    = 5     (0x00000005)
  lineAlloc    = 5     (0x00000005)
  shmVersId    = 0     (0x00000000)
  shmRefCount  = 1     (0x00000001)
  rowId        = 18446744073709551615
  scndKeyAdmin = 0x0000000000000000
  SXMS_PF_REORG_AUD                       SAPDB__S                                SXMS_PF_REORG_
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  5545554554454545422222222222222222222222545445552222222222222222222222222222222255455545544545
  38D3F06F25F27F1540000000000000000000000031042FF30000000000000000000000000000000038D3F06F25F27F
  00530058004D0053005F00500046005F00520045004F00520047005F00410055004400200020002000200020002000
SCREEN_PROGS
  SXMS_PF_REORG_AUD                       SAPDB__S                                SXMS_PF_REORG_
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  5545554554454545422222222222222222222222545445552222222222222222222222222222222255455545544545
  38D3F06F25F27F1540000000000000000000000031042FF30000000000000000000000000000000038D3F06F25F27F
  00530058004D0053005F00500046005F00520045004F00520047005F00410055004400200020002000200020002000
SCREENS
  Table[initial]

SCR_STACK
  Table[initial]

BIT_SSCR_F2_VRHI
  2
  0000
  0002
  00000002
SCREEN_PROGS-SUBMODE+0(2)

  0
  0
  2
  0
  0020
SCREEN
  %_17NNS0000013837_%_%_%_%_%_%_
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222
  5F17EE30000013837F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000
  0025005F00310037004E004E00530030003000300030003000310033003800330037005F0025005F0025005F002500
SY-CPROG
  SXMS_PF_REORG_AUD
  0000000000000000000000000000000000000000
  0000000000000000000000000000000000000000
  5545554554454545422222222222222222222222
  38D3F06F25F27F15400000000000000000000000
  00530058004D0053005F00500046005F00520045004F00520047005F00410055004400200020002000200020002000
SY-REPID
  RSDBRUNT
  0000000000000000000000000000000000000000
  0000000000000000000000000000000000000000
  5544554522222222222222222222222222222222
  234225E400000000000000000000000000000000
  005200530044004200520055004E005400200020002000200020002000200020002000200020002000200020002000
L_SECU

  00000000
  00000000
  22222222
  00000000
  00200020002000200020002000200020
L_SSET

  0
  0
  2
  0
  0020
BIT_SSCR_F2_HRLO
  3
  0000
  0003
  00000003
SYST-REPID
  RSDBRUNT
  0000000000000000000000000000000000000000
  0000000000000000000000000000000000000000
  5544554522222222222222222222222222222222
  234225E400000000000000000000000000000000
  005200530044004200520055004E005400200020002000200020002000200020002000200020002000200020002000
%_RKEY-VARIANT

  00000000000000
  00000000000000
  22222222222222
  00000000000000
  00200020002000200020002000200020002000200020002000200020
MAX_ILENG_SELOPT
  255
  000F
  000F
  000000FF
SY-TITLE
  Report SXMS_PF_REORG_AUD
  0000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000
  5676772554555455445454542222222222222222222222222222222222222222222222
  250F24038D3F06F25F27F1540000000000000000000000000000000000000000000000
  005200650070006F00720074002000530058004D0053005F00500046005F00520045004F00520047005F0041005500
L_TITLE
  Report SXMS_PF_REORG_AUD
  0000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000
  5676772554555455445454542222222222222222222222222222222222222222222222
  250F24038D3F06F25F27F1540000000000000000000000000000000000000000000000
  005200650070006F00720074002000530058004D0053005F00500046005F00520045004F00520047005F0041005500
%_SPACE

  0
  0
  2
  0
  0020
%_PRINT
      000                                                                                   0###
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0020002000200020003000300030002000200020002000200020002000200020002000200020002000200020002000
SY-SUBRC
  0
  0000
  0000
  00000000

No.      4    Ty.      FORM
Name  INIT_PBO

NEW_CALL
  S
  0
  0
  5
  3
  0053
SSCR_F2_REFR
  #
  0
  2
  02
BIT_SSCR_F1_NOEX
  6
  0000
  0006
  00000006
SYST
  ###############################################################################T######## C####
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600
  0000000000000000000000000000000000000001000000000000000000000000000000000000010500000000240000
  000001000000000000000100010001000000000000000000040000000000000000000000000006040004000003000C
  0000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000
SSCR_F2_SIGN
  #
  0
  1
  01
P_PROG
  SXMS_PF_REORG_AUD
  0000000000000000000000000000000000000000
  0000000000000000000000000000000000000000
  5545554554454545422222222222222222222222
  38D3F06F25F27F15400000000000000000000000
  00530058004D0053005F00500046005F00520045004F00520047005F00410055004400200020002000200020002000
L_TYPE
  S
  0
  0
  5
  3
  0053
SSCR_F2_HRHI
  #
  1
  0
  10
SSCR_F1_NODI

  2
  0
  20
L_CEX_LOW

  000000000000000000000000000000000000000000000
  000000000000000000000000000000000000000000000
  222222222222222222222222222222222222222222222
  000000000000000000000000000000000000000000000
  0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
T[]
  Table[initial]

P_LDBPG

  0000000000000000000000000000000000000000
  0000000000000000000000000000000000000000
  2222222222222222222222222222222222222222
  0000000000000000000000000000000000000000
  0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000
L_SUBRC
  0
  0000
  0000
  00000000
CURRENT_SCREEN-PROGRAM
  SXMS_PF_REORG_AUD
  0000000000000000000000000000000000000000
  0000000000000000000000000000000000000000
  5545554554454545422222222222222222222222
  38D3F06F25F27F15400000000000000000000000
  00530058004D0053005F00500046005F00520045004F00520047005F00410055004400200020002000200020002000

No.      3    Ty.      FORM
Name  %_INIT_PBO_NEW

%_SWITCH

  0
  0
  2
  0
  0020
%_L_PROG
  SXMS_PF_REORG_AUD
  0000000000000000000000000000000000000000
  0000000000000000000000000000000000000000
  5545554554454545422222222222222222222222
  38D3F06F25F27F15400000000000000000000000
  00530058004D0053005F00500046005F00520045004F00520047005F00410055004400200020002000200020002000
SYST
  ###############################################################################T######## C####
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600
  0000000000000000000000000000000000000001000000000000000000000000000000000000010500000000240000
  000001000000000000000100010001000000000000000000040000000000000000000000000006040004000003000C
  0000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000
SCREEN
  %_17NNS0000013837_%_%_%_%_%_%_
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222
  5F17EE30000013837F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000
  0025005F00310037004E004E00530030003000300030003000310033003800330037005F0025005F0025005F002500

No.      2    Ty.      MODULE (PBO)
Name  %_INIT_PBO

No.      1    Ty.      EVENT
Name  SYSTEM-EXIT

SY-XPROG
  RSDBRUNT
  0000000000000000000000000000000000000000
  0000000000000000000000000000000000000000
  5544554522222222222222222222222222222222
  234225E400000000000000000000000000000000
  005200530044004200520055004E005400200020002000200020002000200020002000200020002000200020002000

Internal notes
  The termination was triggered in function "raiseExcp"
  of the SAP kernel, in line 3082 of the module
   "//bas/720_REL/src/krn/runt/abexcp.c#7".
  The internal operation just processed is "EXCP".
  Internal mode was started at 20130105130210.

Active Calls in SAP Kernel

Lines of C Stack in Kernel (Structure Differs on Each Platform)

[0] DoStack2 ( 0x107616680, 0xffffffff7fff8470, 0xffffffff7fff7b81, 0xaad88, 0x323365c, 0x10385bd4
[1] CTrcStack2 ( 0x107616680, 0x0, 0xaac00, 0x3233aac, 0x10385bd48, 0x2 ), at 0x1006282e8
[2] __1cQrabax_CStackSave6F_v_ ( 0x103800, 0x103906ad0, 0x104800, 0x8550d027, 0x1039fa804, 0xfffff
[3] ab_rabax ( 0x2000, 0x103800, 0x103906, 0x0, 0x10775a, 0x104818 ), at 0x1008e9b04
[4] __1cIab_jexcp6F_v_ ( 0xfa000000, 0x18, 0x5, 0xa, 0xffffffff2441ad2c, 0x19 ), at 0x100c876c4
[5] __1cIab_extri6F_i_ ( 0x10775d000, 0xc4, 0x104811000, 0x1039e4000, 0x10775d, 0x107400 ), at 0x1
[6] __1cJab_xevent6FpkH_i_ ( 0x0, 0x107400, 0x0, 0x107639000, 0x107616e44, 0x50 ), at 0x10090ebe4
[7] __1cJsysc_init6F_v_ ( 0x107616, 0x107400, 0xffffffff215fcde8, 0x10775d000, 0xffffffff215fcde4,
[8] __1cIab_extri6F_i_ ( 0x10775d000, 0xa3, 0x104811000, 0x1039e4000, 0x10775d, 0x107400 ), at 0x1
[9] __1cJab_xevent6FpkH_i_ ( 0x0, 0x107400, 0x0, 0xa, 0x103800, 0x2bd ), at 0x10090ebe4
[10] ab_dstep ( 0x1d, 0xffffffff2427b9dc, 0xffffffff2427aee8, 0xaf4, 0x107616e28, 0x1d ), at 0x100
[11] dynpmcal ( 0x107e62d90, 0x3, 0x0, 0x107e6385e, 0xffffffff7fff9a00, 0x102e85760 ), at 0x10064d
[12] dynppbo0 ( 0x107e62d90, 0x1, 0x0, 0x107e64ca8, 0x103906000, 0x107639450 ), at 0x1006498f8
[13] dynprctl ( 0x107e62d90, 0x0, 0x102e849f8, 0x4, 0x102e84af8, 0x1 ), at 0x1006491ac
[14] dynpen00 ( 0x103906, 0x103906000, 0x107e62d90, 0x0, 0x103800, 0x102c00 ), at 0x1006454dc
[15] TskhLoop ( 0x0, 0x0, 0x1, 0xc, 0xc, 0x3 ), at 0x1003a740c
[16] DpMain ( 0x1, 0x1038e5, 0x0, 0x103800, 0x103800, 0x0 ), at 0x1002b6e1c

List of ABAP programs affected

Index   Typ  Program                  Group  Date  Time Size  Lang.

      0   Prg  SXMS_PF_REORG_AUD                       0  09.09.2011  21:36:26     60416  E
      1   Prg  SAPMSSY0                       1  09.09.2011  21:34:38    111616  E
      2   Prg  SAPMSSYD                       1  09.09.2011  21:34:41     24576  E
      3   Prg  SAPFSYSCALLS                       1  07.03.2005  18:01:13      8192  E
      4   Prg  RSDBRUNT                       0  09.09.2011  21:33:31    305152  E
      5   Typ  RSSCR                       0  23.11.1999  09:24:41      5120
      6   Prg  RSDBSPBL                       0  07.03.2005  18:01:13     84992  E
      7   Prg  SAPDB__S                       0  07.03.2005  18:01:13     21504  E
      8   Typ  VARID                       0  28.05.2009  08:12:55      5120
      9   Typ  SSCRFIELDS                       0  02.05.1997  13:16:39      5120
     10   Prg  RSDBSPVA                       0  09.09.2011  21:33:31    160768  E
     11   Prg  %_CSYDB0                       0  07.03.2005  18:01:13     40960  E
     12   Typ  RSVAMEMKEY                       0  16.12.1996  19:31:50      2048
     13   Prg  RSDBSPMC                       0  05.09.2006  14:14:08     92160  E
     14   Typ  DDSHDESCR                       0  28.11.1997  16:26:30      4096
     15   Typ  SPPARAMS                       0  07.03.1997  14:48:48      2048
     16   Prg  SAPLICON                      16  13.12.2007  11:37:48     31744  E
     17   Prg  %_CICON                      16  13.12.2007  11:37:48    126976  E
     18   Typ  ICONT                       0  05.09.2006  14:14:08      2048
     19   Prg  SAPLSABE                      19  09.09.2011  21:09:40     14336  E
     20   Prg  SAPLSECU                      20  09.09.2011  21:16:10    107520  E
     21   Typ  RSSUBINFO                       0  22.11.1999  21:15:17      3072
     22   Prg  SAPLSXMBCONF                      22  09.09.2011  21:27:00    143360  E
     23   Prg  IF_XMS_CONFIG=================IP                      22  09.09.2011  21:58:45     40960  E
     24   Prg  SAPLLCRACCESS                      24  09.09.2011  21:12:41     61440  E
     25   Prg  CX_SLD_API_EXCEPTION==========CP                      25  09.09.2011  21:54:23     14336  E
     26   Prg  CX_DYNAMIC_CHECK==============CP                      26  18.11.2005  14:35:29     11264  E
     27   Prg  CX_ROOT=======================CP                      27  09.09.2011  21:51:41     13312  E
     28   Prg  SAPLSLDAG                      28  09.09.2011  21:21:11    347136  E
     29   Prg  SAPLSXPT                      29  09.09.2011  21:28:14    189440  E
     30   Prg  SAPLSLI1                      30  28.05.2009  08:22:13     59392  E
     31   Prg  CL_SLD_ACCESSOR===============CP                      31  09.09.2011  21:49:33    148480  E
     32   Prg  CL_SLD_ACCESSOR_WBEM_CLIENT===CP                      32  09.09.2011  21:49:35    147456  E
     33   Typ  LCRT_INDX                       0  31.01.2002  16:41:28      7168
     34   Typ  SLD_S_ACCESSDATA_DISPLAY                       0  09.09.2011  20:55:34      3072
     35   Typ  SLD_S_ACCESSDATA                       0  09.09.2011  20:55:30      3072
     36   Prg  SAPLSLDAPIUTIL                      36  09.09.2011  21:21:16     22528  E
     37   Prg  SAPLSECSTORE                      37  09.09.2011  21:16:08     60416  E
     38   Typ  BAPIRET2                       0  13.02.1998  13:55:06      5120
     39   Prg  SAPLBFRT                      39  07.03.2005  18:01:13     19456  E
     40   Prg  SAPLBDLS                      40  09.09.2011  21:09:12    275456  E
     41   Typ  T000                       0  09.09.2011  20:55:45      4096
     42   Prg  CX_NO_CHECK===================CP                      42  18.11.2005  14:35:29     11264  E
     43   Typ  SLD_S_VALUELIST                       0  09.09.2011  20:55:34      2048
     44   Typ  SLD_S_NAME                       0  04.09.2002  14:38:46      2048
     45   Prg  CL_SLD_CIM_CLASS==============CP                      45  09.09.2011  21:49:36     37888  E
     46   Prg  CL_SLD_CIM_OBJECT=============CP                      46  09.09.2011  21:49:38     31744  E
     47   Prg  CL_SLD_UTIL===================CP                      47  09.09.2011  21:49:39     44032  E
     48   Prg  CL_SLD_FILTER=================CP                      48  09.09.2011  21:49:39     22528  E
     49   Typ  SLD_S_VALUEFILTER                       0  09.09.2011  20:55:30      2048
     50   Prg  CX_SY_NO_HANDLER==============CP                      50  18.11.2005  14:35:29     11264  E
     51   Prg  IF_T100_MESSAGE===============IP                      31  18.11.2005  14:35:29      6144  E
     52   Prg  %_CRSDS                       0  07.03.2005  18:01:13     11264  E
     53   Prg  %_CSYLDB                       0  07.03.2005  18:01:13      9216  E
     54   Prg  %_CSLIS                      20  28.05.2009  08:14:59     96256  E
     55   Typ  DTC_S_LAYO                       0  01.02.2001  17:11:04      7168
     56   Typ  ALRLRSNODE                       0  01.02.2001  17:03:46      7168
     57   Typ  LIKEY_ERROR                       0  04.02.2005  16:21:26      2048
     58   Typ  BDI_LSPAR                       0  13.11.2001  00:00:45      4096
     59   Typ  SYST                       0  15.09.2004  17:25:35     30720
     60   Typ  RSJOBINFO                       0  09.09.2011  20:56:49      3072
     61   Typ  SLD_S_NAMEVALUE                       0  09.09.2011  20:55:30      2048
     62   Typ  RSVARKEY                       0  16.12.1996  19:31:51      2048

Directory of Application Tables

Name                  Date     Time   Lngth
  Val.

Program    SXMS_PF_REORG_AUD

SYST                  15.09.2004     17:25:35   00004612
  \0\0\0\0\0\x0001\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x0001\0\0\0
SY                    .  .       :  :   00004612
  \0\0\0\0\0\x0001\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x0001\0\0\0
SSCRFIELDS                  15.09.2004     17:25:21   00001708


Program    RSDBRUNT

VARID                    .  .       :  :   00000252


Program    SAPLICON

ICONT                    .  .       :  :   00000130


Program    CL_SLD_ACCESSOR===============CP

RSJOBINFO                    .  .       :  :   00000164
                                  00000000000000

Program    CL_SLD_ACCESSOR_WBEM_CLIENT===CP

LCRT_INDX                    .  .       :  :   00003104
  LDSLDACCESSMODE         \0\0300  20130104BRAMAKR     SAPMS

Program    SAPLBDLS

T000                    .  .       :  :   00000214
  001SAP AG Konzern           Walldorf                 EUR

ABAP Control Blocks (CONT)

Index  Name   Fl  PAR0  PAR1  PAR2  PAR3   PAR4 PAR5   PAR6 Source Code          Line

20110  1493
   389  PAR1   41  C00D              CL_SLD_ACCESSOR===============CM006                53
   390  PAR1   41  C00E              CL_SLD_ACCESSOR===============CM006                53
   391  PAR1   41  C00F              CL_SLD_ACCESSOR===============CM006                53
   392  PAR1   41  C010              CL_SLD_ACCESSOR===============CM006                53
   393  PAR1   80  0000              CL_SLD_ACCESSOR===============CM006                53
   394  PAR2   00  0000  0001  0000          CL_SLD_ACCESSOR===============CM006                53
   396  EXCP   08  0000              CL_SLD_ACCESSOR===============CM006                69
   397  BRAX   00  0006              CL_SLD_ACCESSOR===============CM006                69
   398  EXCP   00  0003              CL_SLD_ACCESSOR===============CM006                69
   399  BRAX   00  0004              CL_SLD_ACCESSOR===============CM006                69
   400  EXCP   01  C00C              CL_SLD_ACCESSOR===============CM006                69
>>>>>  EXCP   0A  C00C              CL_SLD_ACCESSOR===============CM006                70
   402  BRAX   00  0001              CL_SLD_ACCESSOR===============CM006                71
   403  EXCP   0B  0000              CL_SLD_ACCESSOR===============CM006                71
   404  clom   10  000C  C002  8003  0000   0000 0000   0000 CL_SLD_ACCESSOR===============CM006                74
   408  PAR1   01  C000              CL_SLD_ACCESSOR===============CM006                74
   409  PAR1   01  C006              CL_SLD_ACCESSOR===============CM006                74
   410  PAR1   01  C007              CL_SLD_ACCESSOR===============CM006                74
   411  PAR1   01  C009              CL_SLD_ACCESSOR===============CM006                74

Below is the support pack:abap and basis 731 with level0,PI_BASIS 731 with level 0, ST-PI 2008_1_710 level 0004,SAP_BW 731 with level 0,

Kernel 117unicode

system details: p17.31(ABAP+JAVA)/oracle 11.2/sunOS 5.10

Regards

Ram

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bharat

   Please go through the below link.

http://help.sap.com/saphelp_nw04/helpdata/EN/78/20244134a56532e10000000a1550b0/content.htm

It would help you to fix the issue.

The issue mostly seems to due to incorrect SLD configuration. Try to run SLDCHECK and check whether SLD part is working fine.

Please let us know your feedback .

Thanks and Regards,

Vimal

Former Member
0 Kudos

Hi Vimal,

issue resolved as the service user piappluser and sld_cl_<SID> was locked on the JAVA part.Removed the lock via user management and there after able to get the Tx SLDCHECK.

Thanks for your support

Regards

Ram

former_member185239
Active Contributor
0 Kudos

Hi,

First of all check whether this note is applied to you system r not.

Note 576499 - API SLD: Message texts with Java-related exceptions

With Regards

Ashutosh Chaturvedi

Former Member
0 Kudos

Hi Ashutosh,

The above SAP note is not applicable for me.....Let me know your further  inputs

Regards

Ram