Quantcast
Channel: SCN : Discussion List - SAP Business Warehouse
Viewing all articles
Browse latest Browse all 6437

PSA no deletion SAP BW on HANA Rev 61

$
0
0

Hi,

 

PSAs are not getting deleted for some of the datasources due to error loads and multiple runs. System is SAP BW on HANA Rev 61.

 

The previous job failure was not corrected  and the subsequent job was started based on the process chain schedule and that one as well failed. This has happened 2 times. Now the PSA table says it has duplicate entries and it is not dropping when we try to delete manually or through program.

 

Whenever we try to delete the PSA, the SAPLSDB2 program runs and is stuck in SM51. St22 error log says

 

SQL error "-10807" while accessing table "/BIC/B0000674001".

 

65        l_s_data TYPE /BIC/B0000674001.

66 *---1363526 Increasing the security to check the number of records inserted in PSA table

67 *---is actually equal to data in l_t_data or p_t_data.

68  DATA: l_rollback TYPE rs_bool,

69        l_count TYPE i.

70  l_rollback = RS_C_FALSE.

71 *---1363526

72

73  APPEND LINES OF p_t_data TO l_t_data.

74

75  CLEAR: l_s_data.

76  l_s_data-partno = p_partno.

77

78  MODIFY        l_t_data

79  FROM          l_s_data

80  TRANSPORTING  partno

81  WHERE        request = p_requestid.

82

83

>>>  INSERT      /BIC/B0000674001

85  FROM TABLE  l_t_data

86  ACCEPTING DUPLICATE KEYS.

87 *---1363526

88  DESCRIBE TABLE l_t_data LINES l_count.

89  IF l_count NE sy-dbcnt.

90    l_rollback = RS_C_TRUE.

91  ENDIF.

92 *---1363526

 

Category              ABAP Server Resource Shortage

Runtime Errors        DBIF_RSQL_SQL_ERROR

Except.                CX_SY_OPEN_SQL_DB

Date and Time          10.08.2014 11:28:01

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Short text                                                                                        |

|    SQL error "-10807" while accessing table "/BIC/B0000674001".                                  |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|What happened?                                                                                    |

|    Database error text: "System call 'recv' failed, rc=145:Connection timed out"                |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|What can you do?                                                                                  |

|    Please make a note of the actions and input which caused the error.                          |

|    -                                                                                            |

|                                                                                                  |

|    To resolve the problem, contact your                                                          |

|    SAP system administrator.                                                                    |

|                                                                                                  |

|    Using transaction ST22 for ABAP dump analysis you can see and                                |

|    administrate termination messages and retain them for longer periods.                        |

|    Please make a note of the actions and input which caused the error.                          |

|    -                                                                                            |

|                                                                                                  |

|    To resolve the problem, contact your                                                          |

|    SAP system administrator.                                                                    |

|                                                                                                  |

|    Using transaction ST22 for ABAP dump analysis you can see and                                |

|    administrate termination messages and retain them for longer periods.                        |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Error analysis                                                                                    |

|    An exception occurred that is explained in detail below.                                      |

|    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught                |

|    in                                                                                          |

|    procedure "INSERT_ODS" "(FORM)", 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:                                                              |

|    Database error text: "System call 'recv' failed, rc=145:Connection timed out"                |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|How to correct the error                                                                          |

|    Internal call code.........: "[RSQL/INSR//BIC/B0000674001 ]"                                  |

|    Please check the entries in the system log (Transaction SM21).                                |

|    You may able to find an interim solution to the problem                                      |

|    in the SAP note system. If you have access to the note system yourself,                      |

|    please use the following search criteria:                                                    |

|                                                                                                  |

|        "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"                                                |

|        "GP4PWAW7JG4VX23SSK75NF4776C" bzw. "GP4PWAW7JG4VX23SSK75NF4776C"                          |

|        "INSERT_ODS"                                                                              |

|    If you cannot solve the problem yourself, please send the                                    |

|    following documents to SAP:                                                                  |

|                                                                                                  |

|    1. A hard copy print describing the problem (short dump).                                    |

|      To obtain this, select "System->List->Save->Local File (unconverted)"                      |

|      on the current screen.                                                                    |

|                                                                                                  |

|    2. A suitable hardcopy printout of the system log.                                            |

|      To obtain this, call the system log with Transaction SM21                                  |

|      and set the time interval to 10 minutes before and 5 minutes after                        |

|      the short dump. In the display choose "System->List->Save->                                |

|      Local File (unconverted)"                                                                  |

|                                                                                                  |

|    3. If the programs are your own programs or modified SAP programs,                            |

|      supply the source code.                                                                    |

|      To do this, choose "More Utilities->Upload/Download->Download" in the                      |

|      Editor.                                                                                    |

|                                                                                                  |

|    4. Details regarding the conditions under which the error occurred                            |

|      or which actions and input led to the error.                                              |

|    You may able to find an interim solution to the problem                                      |

|    in the SAP note system. If you have access to the note system yourself,                      |

|    please use the following search criteria:                                                    |

|                                                                                                  |

|        "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"                                                |

|        "GP4PWAW7JG4VX23SSK75NF4776C" bzw. "GP4PWAW7JG4VX23SSK75NF4776C"                          |

|        "INSERT_ODS"                                                                              |

|    If you cannot solve the problem yourself, please send the                                    |

|    following documents to SAP:                                                                  |

|                                                                                                  |

|    1. A hard copy print describing the problem (short dump).                                    |

|      To obtain this, select "System->List->Save->Local File (unconverted)"                      |

|      on the current screen.                                                                    |

|                                                                                                  |

|    2. A suitable hardcopy printout of the system log.                                            |

|      To obtain this, call the system log with Transaction SM21                                  |

|      and set the time interval to 10 minutes before and 5 minutes after                        |

|      the short dump. In the display choose "System->List->Save->                                |

|      Local File (unconverted)"                                                                  |

|                                                                                                  |

|    3. If the programs are your own programs or modified SAP programs,                            |

|      supply the source code.                                                                    |

|      To do this, choose "More Utilities->Upload/Download->Download" in the                      |

|      Editor.                                                                                    |

|                                                                                                  |

|    4. Details regarding 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                                |

|    "INSERT_ODS" "(FORM)", 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..... 730                                                                          |

|    SAP Basis Level. 0006                                                                        |

|                                                                                                  |

|    Application server... "pkghnp"                                                                |

|    Network address...... "10.83.240.20"                                                          |

|    Operating system..... "SunOS"                                                                |

|    Release.............. "5.10"                                                                  |

|    Hardware type........ "sun4u"                                                                |

|    Character length.... 16 Bits                                                                  |

|    Pointer length....... 64 Bits                                                                |

|    Work process number.. 4                                                                      |

|    Shortdump setting.... "full"                                                                  |

|                                                                                                  |

|    Database server... "vsyexhann01"                                                              |

|    Database type..... "HDB"                                                                      |

|    Database name..... "HNP"                                                                      |

|    Database user ID.. "SAPHNP"                                                                  |

|                                                                                                  |

|    Terminal.......... " "                                                                        |

|                                                                                                  |

|    Char.set.... "C"                                                                              |

|                                                                                                  |

|    SAP kernel....... 720                                                                        |

|    created (date)... "Mar 21 2012 09:58:29"                                                      |

|    create on........ "SunOS 5.10 Generic_141444-09 sun4us"                                      |

|    Database version. "SQLDBC 1.00.61.0380109 "                                                  |

|                                                                                                  |

|    Patch level. 201                                                                              |

|    Patch text.. " "                                                                              |

|                                                                                                  |

|    Database............. "HDB 1.0"                                                              |

|    SAP database version. 720                                                                    |

|    Operating system..... "SunOS 5.10, SunOS 5.11"                                                |

|                                                                                                  |

|    Memory consumption                                                                            |

|    Roll.... 0                                                                                    |

|    EM...... 100555392                                                                            |

|    Heap.... 0                                                                                    |

|    Page.... 0                                                                                    |

|    MM Used. 75424248                                                                            |

|    MM Free. 25123904                                                                            |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|User and Transaction                                                                              |

|    Client.............. 330                                                                      |

|    User................ "BIREMOTE"                                                              |

|    Language key........ "E"                                                                      |

|    Transaction......... " "                                                                      |

|    Transaction ID...... "53E66CC9405502F9E10000000A53F03E"                                      |

|                                                                                                  |

|    EPP Whole Context ID.... "CEED21FC7C3EC04FA3C0D0912FE05A37"                                  |

|    EPP Connection ID....... 00000000000000000000000000000000                                    |

|    EPP Caller Counter...... 0                                                                    |

|                                                                                                  |

|    Program............. "GP4PWAW7JG4VX23SSK75NF4776C"                                            |

|    Screen.............. "SAPMSSY1 3004"                                                          |

|    Screen Line......... 2                                                                        |

|    Debugger Active..... "none"                                                                  |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Server-Side Connection Information                                                                |

|    Information on caller of Remote Function Call (RFC):                                          |

|    System.............. "SP1"                                                                    |

|    Installation number " "                                                                      |

|    Database release... 620                                                                      |

|    Kernel release...... 640                                                                      |

|    Connection type 3 (2=R/2, 3=ABAP system, E=external, R=reg. external)                        |

|    Call type.......... "synchronous and transactional type T (emode 0, imode 0)"                |

|    Inbound TID.........." "                                                                      |

|    Inbound queue name..." "                                                                      |

|    Outbound TID........."0A53F03E141153E6C6641A65"                                              |

|    Outbound queue name.." "                                                                      |

|                                                                                                  |

|    Client#............. 330                                                                      |

|    User................."BIWREMOTE"                                                              |

|    Transaction......... " "                                                                      |

|    Call program........."SAPLERFC"                                                              |

|    Function module "ARFC_DEST_SHIP"                                                              |

|    Call destination.. "HNP330"                                                                  |

|    Source server....... "pkgapp2_SP1_03"                                                        |

|    Source IP address "10.83.240.59"                                                              |

|                                                                                                  |

|    Additional information on RFC logon:                                                          |

|    Trusted relationship." "                                                                      |

|    Logon return code....0                                                                        |

|    Trusted teturn code..0                                                                        |

|                                                                                                  |

|    Note:                                                                                        |

|    - For Releases < 4.0, information on the RFC caller is not available.                        |

|    - The installation number is provided from Release > 700                                      |

|    Transaction......... " "                                                                      |

|    Call Program........."SAPLERFC"                                                              |

|    Function Module..... "ARFC_DEST_SHIP"                                                        |

|    Call Destination.... "HNP330"                                                                |

|    Source Server....... "pkgapp2_SP1_03"                                                        |

|    Source IP Address... "10.83.240.59"                                                          |

|                                                                                                  |

|    Additional information on RFC logon:                                                          |

|    Trusted Relationship " "                                                                      |

|    Logon Return Code... 0                                                                        |

|    Trusted Return Code. 0                                                                        |

|                                                                                                  |

|    Note:                                                                                        |

|    - For Releases < 4.0, information on the RFC caller not available.                            |

|    - The installation number is available from caller Release > 700                              |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Information on where terminated                                                                  |

|    Termination occurred in the ABAP program "GP4PWAW7JG4VX23SSK75NF4776C" - in                  |

|    "INSERT_ODS".                                                                                |

|    The main program was "SAPMSSY1 ".                                                            |

|                                                                                                  |

|    In the source code you have the termination point in line 84                                  |

|    of the (Include) program "GP4PWAW7JG4VX23SSK75NF4776C".                                      |

|    The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in                  |

|    procedure "INSERT_ODS" "(FORM)", but it was neither handled locally nor                      |

|    declared                                                                                    |

|    in the RAISING clause of its signature.                                                      |

|                                                                                                  |

|    The procedure is in program "GP4PWAW7JG4VX23SSK75NF4776C "; its source code                  |

|    begins in line                                                                              |

|    23 of the (Include program "GP4PWAW7JG4VX23SSK75NF4776C ".                                    |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Source Code Extract                                                                              |

----------------------------------------------------------------------------------------------------

|Line |SourceCde                                                                                  |

----------------------------------------------------------------------------------------------------

|  54|* leave further processing because data is not consistent                                  |

|  55|                                                                                            |

|  56|  IF l_inconsistency_found = rs_c_true.                                                    |

|  57|    p_subrc = 77.                                                                          |

|  58|    EXIT.                                                                                  |

|  59|  ENDIF.                                                                                    |

|  60|                                                                                            |

|  61|                                                                                            |

|  62|                                                                                            |

|  63|                                                                                            |

|  64|  DATA: l_t_data TYPE ty_t_data,                                                            |

|  65|        l_s_data TYPE /BIC/B0000674001.                                                    |

|  66|*---1363526 Increasing the security to check the number of records inserted in PSA table    |

|  67|*---is actually equal to data in l_t_data or p_t_data.                                      |

|  68|  DATA: l_rollback TYPE rs_bool,                                                            |

|  69|        l_count TYPE i.                                                                    |

|  70|  l_rollback = RS_C_FALSE.                                                                  |

|  71|*---1363526                                                                                |

|  72|                                                                                            |

|  73|  APPEND LINES OF p_t_data TO l_t_data.                                                    |

|  74|                                                                                            |

|  75|  CLEAR: l_s_data.                                                                          |

|  76|  l_s_data-partno = p_partno.                                                              |

|  77|                                                                                            |

|  78|  MODIFY        l_t_data                                                                    |

|  79|  FROM          l_s_data                                                                    |

|  80|  TRANSPORTING  partno                                                                      |

|  81|  WHERE        request = p_requestid.                                                      |

|  82|                                                                                            |

|  83|                                                                                            |

|>>>>>|  INSERT      /BIC/B0000674001                                                              |

|  85|  FROM TABLE  l_t_data                                                                      |

|  86|  ACCEPTING DUPLICATE KEYS.                                                                |

|  87|*---1363526                                                                                |

|  88|  DESCRIBE TABLE l_t_data LINES l_count.                                                    |

|  89|  IF l_count NE sy-dbcnt.                                                                  |

|  90|    l_rollback = RS_C_TRUE.                                                                |

|  91|  ENDIF.                                                                                    |

|  92|*---1363526                                                                                |

|  93|                                                                                            |

|  94|                                                                                            |

|  95|*---1363526                                                                                |

|  96|  IF sy-subrc NE 0 OR l_rollback = RS_C_TRUE.                                              |

|  97|*  Insert not successful - rollback changes                                                |

|  98|    CALL FUNCTION 'DB_ROLLBACK'.                                                            |

|  99|*---1363526                                                                                |

|  100|    p_subrc = 13.                                                                          |

|  101|  ENDIF.                                                                                    |

|  102|                                                                                            |

|  103|ENDFORM.                    "INSERT_ODS                                                    |

----------------------------------------------------------------------------------------------------

 

|    isShmLockId  = 0                                                                              |

|    isUsed      = 1                                                                              |

|    isCtfyAble  = 1                                                                              |

|    hasScndKeys  = 0                                                                              |

|    hasRowId    = 0                                                                              |

|    scndKeysOutdated = 0                                                                          |

|    scndUniKeysOutdated = 0                                                                      |

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

|    tabi        = 0xFFFFFFF1DD5E8E58                                                            |

|    pgHook      = 0x0000000000000000                                                            |

|    idxPtr      = 0x0000000000000000                                                            |

|    id          = 11    (0x0000000B)                                                            |

|    shmTabhSet  = 0x0000000000000000                                                            |

|    refCount    = 0    (0x00000000)                                                            |

|    tstRefCount  = 0    (0x00000000)                                                            |

|    lineAdmin    = 4    (0x00000004)                                                            |

|    lineAlloc    = 4    (0x00000004)                                                            |

|    shmVersId    = 0    (0x00000000)                                                            |

|    shmRefCount  = 1    (0x00000001)                                                            |

|    rowId        = 18446744073709551615                                                          |

|    scndKeyAdmin = 0x0000000000000000                                                            |

|    0A53F03E141153E6C6641A65HNP330                          00000001SENDED  RSAR_TRFC_DATA_RECEIVE|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    3433433433333343433334334453332222222222222222222222222233333333544444225545555445445455444454|

|    0153603514115356366411658E0330000000000000000000000000000000000135E454002312F4263F4141F2535965|

|    0030004100350033004600300033004500310034003100310035003300450036004300360036003400310041003600|

|PROG                                                                                              |

|    SAPLERFC                                                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    5454454422222222222222222222222222222222                                                      |

|    310C526300000000000000000000000000000000                                                      |

|    005300410050004C004500520046004300200020002000200020002000200020002000200020002000200020002000|

|%_DUMMY$$                                                                                        |

|                                                                                                  |

|    0000                                                                                          |

|    0000                                                                                          |

|    2222                                                                                          |

|    0000                                                                                          |

|    0020002000200020                                                                              |

|NUMBER_OF_FUNCTION_MODULES                                                                        |

|    1                                                                                            |

|    0000                                                                                          |

|    0001                                                                                          |

|    00000001                                                                                      |

|SUPPORTABILITY_INFO-DEBUG_CONTEXT_ID                                                              |

|                                                                                                  |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    2222222222222222222222222222222222222222                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|

|SPACE                                                                                            |

|                                                                                                  |

|    0                                                                                            |

|    0                                                                                            |

|    2                                                                                            |

|    0                                                                                            |

|    0020                                                                                          |

|SCREEN                                                                                            |

|                                                                                                  |

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|

----------------------------------------------------------------------------------------------------

|No.      4 Ty.          FUNCTION                                                                |

|Name  ARFC_DEST_SHIP                                                                              |

----------------------------------------------------------------------------------------------------

|SENDER_ID                                                                                        |

|    pkgapp2_SP1_03                                                                                |

|    00000000000000000000000000000000                                                              |

|    00000000000000000000000000000000                                                              |

|    76667735553533222222222222222222                                                              |

|    0B71002F301F03000000000000000000                                                              |

|    0070006B00670061007000700032005F005300500031005F0030003300200020002000200020002000200020002000|

|SUPPORTABILITY_INFO                                                                              |

|    ########                                        ##  #                                        |

|    000000000000000000000000000000000000000000000000000000                                        |

|    000000000000000000000000000000000000000000000000000000                                        |

|    000000002222222222222222222222222222222222222222002220                                        |

|    000000000000000000000000000000000000000000000000000000                                        |

|    0000000000000000000000000000000000200020002000200020002000200020002000200020002000200020002000|

|UNIT_ID                                                                                          |

|    ################                                                                              |

|    0000000000000000                                                                              |

|    0000000000000000                                                                              |

|    00000000000000000000000000000000                                                              |

|ASTATE                                                                                            |

|                                                                                                  |

|    00000000                                                                                      |

|    00000000                                                                                      |

|    22222222                                                                                      |

|    00000000                                                                                      |

|    00200020002000200020002000200020                                                              |

|BGRFC_RETRY_DELAY_TIME                                                                            |

|    0                                                                                            |

|    0000                                                                                          |

|    0000                                                                                          |

|    00000000                                                                                      |

|BGRFC_RETRY_KEY                                                                                  |

|                                                                                                  |

|    000000000000000000000000                                                                      |

|    000000000000000000000000                                                                      |

|    222222222222222222222222                                                                      |

|    000000000000000000000000                                                                      |

|    0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|

|BGRFC_RETRY_MAX_COUNT                                                                            |

|    0                                                                                            |

|    0000                                                                                          |

|    0000                                                                                          |

|    00000000                                                                                      |

|RETUDATA                                                                                          |

|                                                                                                  |

|    0                                                                                            |

|    0                                                                                            |

|    2                                                                                            |

|    0                                                                                            |

|    0020                                                                                          |

|SHUTDOWN_INSTANCE                                                                                |

|                                                                                                  |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    2222222222222222222222222222222222222222                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|

|DATA[]                                                                                            |

|    Table IT_0[258x1918]                                                                          |

|STATE[]                                                                                          |

|    Table IT_1[1x972]                                                                            |

|SHUTDOWN_ACTIVE                                                                                  |

|                                                                                                  |

|    0                                                                                            |

|    0                                                                                            |

|    2                                                                                            |

|    0                                                                                            |

|    0020                                                                                          |

|L_BGRFC_USED                                                                                      |

|                                                                                                  |

|    0                                                                                            |

|    0                                                                                            |

|    2                                                                                            |

|    0                                                                                            |

|    0020                                                                                          |

|ABAP_TRUE                                                                                        |

|    X                                                                                            |

|    0                                                                                            |

|    0                                                                                            |

|    5                                                                                            |

|    8                                                                                            |

|    0058                                                                                          |

|QRETSTATE                                                                                        |

|                                                                                                  |

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|

|SYST-REPID                                                                                        |

|    SAPLERFC                                                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    5454454422222222222222222222222222222222                                                      |

|    310C526300000000000000000000000000000000                                                      |

|    005300410050004C004500520046004300200020002000200020002000200020002000200020002000200020002000|

|T100                                                                                              |

|                                                                                                  |

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|

|STATE                                                                                            |

|    0A53F03E141153E6C6641A65HNP330                          00000001SENDED  RSAR_TRFC_DATA_RECEIVE|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    3433433433333343433334334453332222222222222222222222222233333333544444225545555445445455444454|

|    0153603514115356366411658E0330000000000000000000000000000000000135E454002312F4263F4141F2535965|

|    0030004100350033004600300033004500310034003100310035003300450036004300360036003400310041003600|

|MODE                                                                                              |

|    3                                                                                            |

|    0                                                                                            |

|    0                                                                                            |

|    3                                                                                            |

|    3                                                                                            |

|    0033                                                                                          |

|QRFC_VERSION                                                                                      |

|    6.30.060                                                                                      |

|    00000000                                                                                      |

|    00000000                                                                                      |

|    32332333                                                                                      |

|    6E30E060                                                                                      |

|    0036002E00330030002E003000360030                                                              |

|%_ARCHIVE                                                                                        |

|                                                                                                  |

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|

|%_VIASELSCR                                                                                      |

|    #                                                                                            |

|    0                                                                                            |

|    4                                                                                            |

|    04                                                                                            |

|SY-XPROG                                                                                          |

|    SAPMSSY1                                                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    5454555322222222222222222222222222222222                                                      |

|    310D339100000000000000000000000000000000                                                      |

|    005300410050004D005300530059003100200020002000200020002000200020002000200020002000200020002000|

|SY-XFORM                                                                                          |

|    XAB_READ                                                                                      |

|    000000000000000000000000000000                                                                |

|    000000000000000000000000000000                                                                |

|    544554442222222222222222222222                                                                |

|    812F25140000000000000000000000                                                                |

|    005800410042005F005200450041004400200020002000200020002000200020002000200020002000200020002000|

|CL_BGRFC_SERVER=>RETRY_TRIGGERED                                                                  |

|                                                                                                  |

|    0                                                                                            |

|    0                                                                                            |

|    2                                                                                            |

|    0                                                                                            |

|    0020                                                                                          |

|%_PRINT                                                                                          |

|        000                                                                                  0###|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0020002000200020003000300030002000200020002000200020002000200020002000200020002000200020002000|

|SY-REPID                                                                                          |

|    SAPLERFC                                                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    5454454422222222222222222222222222222222                                                      |

|    310C526300000000000000000000000000000000                                                      |

|    005300410050004C004500520046004300200020002000200020002000200020002000200020002000200020002000|

|SY-MSGID                                                                                          |

|                                                                                                  |

|    00000000000000000000                                                                          |

|    00000000000000000000                                                                          |

|    22222222222222222222                                                                          |

|    00000000000000000000                                                                          |

|    00200020002000200020002000200020002000200020002000200020002000200020002000200020              |

|SF_QDATA                                                                                          |

|                                                                    ##############################|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    2222222222222222222222222222222222222222222222222222222222222222000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|

|RETRY                                                                                            |

|    RETRY                                                                                        |

|    00000000                                                                                      |

|    00000000                                                                                      |

|    54555222                                                                                      |

|    25429000                                                                                      |

|    00520045005400520059002000200020                                                              |

|SY-MSGNO                                                                                          |

|    002                                                                                          |

|    000                                                                                          |

|    000                                                                                          |

|    333                                                                                          |

|    002                                                                                          |

|    003000300032                                                                                  |

|SF_QDATA[]                                                                                        |

|    Table[initial]                                                                                |

|                                                                                                  |

----------------------------------------------------------------------------------------------------

|No.      3 Ty.          FORM                                                                    |

|Name  ARFC_DEST_SHIP                                                                              |

----------------------------------------------------------------------------------------------------

|%_%_SENDER_ID                                                                                    |

|    pkgapp2_SP1_03                                                                                |

|    00000000000000000000000000000000                                                              |

|    00000000000000000000000000000000                                                              |

|    76667735553533222222222222222222                                                              |

|    0B71002F301F03000000000000000000                                                              |

|    0070006B00670061007000700032005F005300500031005F0030003300200020002000200020002000200020002000|

|%_%_SUPPORTABILITY_INFO                                                                          |

|    ########                                        ##  #                                        |

|    000000000000000000000000000000000000000000000000000000                                        |

|    000000000000000000000000000000000000000000000000000000                                        |

|    000000002222222222222222222222222222222222222222002220                                        |

|    000000000000000000000000000000000000000000000000000000                                        |

|    0000000000000000000000000000000000200020002000200020002000200020002000200020002000200020002000|

|QF_TRFC                                                                                          |

|    T                                                                                            |

|    0                                                                                            |

|    0                                                                                            |

|    5                                                                                            |

|    4                                                                                            |

|    0054                                                                                          |

|%_%_UNIT_ID                                                                                      |

|    ################                                                                              |

|    0000000000000000                                                                              |

|    0000000000000000                                                                              |

|    00000000000000000000000000000000                                                              |

|EXECUTED                                                                                          |

|    EXECUTED                                                                                      |

|    00000000                                                                                      |

|    00000000                                                                                      |

|    45445544                                                                                      |

|    58535454                                                                                      |

|    00450058004500430055005400450044                                                              |

|%_%_ASTATE                                                                                        |

|                                                                                                  |

|    00000000                                                                                      |

|    00000000                                                                                      |

|    22222222                                                                                      |

|    00000000                                                                                      |

|    00200020002000200020002000200020                                                              |

|HOLD                                                                                              |

|    HOLD                                                                                          |

|    00000000                                                                                      |

|    00000000                                                                                      |

|    44442222                                                                                      |

|    8FC40000                                                                                      |

|    0048004F004C00440020002000200020                                                              |

|%_%_BGRFC_RETRY_DELAY_TIME                                                                        |

|    0                                                                                            |

|    0000                                                                                          |

|    0000                                                                                          |

|    00000000                                                                                      |

|RUNNING                                                                                          |

|    RUNNING                                                                                      |

|    00000000                                                                                      |

|    00000000                                                                                      |

|    55444442                                                                                      |

|    25EE9E70                                                                                      |

|    00520055004E004E0049004E00470020                                                              |

|%_%_BGRFC_RETRY_KEY                                                                              |

|                                                                                                  |

|    000000000000000000000000                                                                      |

|    000000000000000000000000                                                                      |

|    222222222222222222222222                                                                      |

|    000000000000000000000000                                                                      |

|    0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|

|RECORDED                                                                                          |

|    RECORDED                                                                                      |

|    00000000                                                                                      |

|    00000000                                                                                      |

|    54445444                                                                                      |

|    253F2454                                                                                      |

|    005200450043004F0052004400450044                                                              |

|%_%_BGRFC_RETRY_MAX_COUNT                                                                        |

|    0                                                                                            |

|    0000                                                                                          |

|    0000                                                                                          |

|    00000000                                                                                      |

|SYSFAIL                                                                                          |

|    SYSFAIL                                                                                      |

|    00000000                                                                                      |

|    00000000                                                                                      |

|    55544442                                                                                      |

|    393619C0                                                                                      |

|    005300590053004600410049004C0020                                                              |

|%_%_RETUDATA                                                                                      |

|                                                                                                  |

|    0                                                                                            |

|    0                                                                                            |

|    2                                                                                            |

|    0                                                                                            |

|    0020                                                                                          |

|HOLDDEL                                                                                          |

|    HOLDDEL                                                                                      |

|    00000000                                                                                      |

|    00000000                                                                                      |

|    44444442                                                                                      |

|    8FC445C0                                                                                      |

|    0048004F004C004400440045004C0020                                                              |

|%_%_SHUTDOWN_INSTANCE                                                                            |

|                                                                                                  |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    2222222222222222222222222222222222222222                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|

|%_%_DATA                                                                                          |

|    Table IT_0[258x1918]                                                                          |

|%_%_STATE                                                                                        |

|    Table IT_1[1x972]                                                                            |

|HOLDEXE                                                                                          |

|    HOLDEXE                                                                                      |

|    00000000                                                                                      |

|    00000000                                                                                      |

|    44444542                                                                                      |

|    8FC45850                                                                                      |

|    0048004F004C00440045005800450020                                                              |

|%_%_SHUTDOWN_ACTIVE                                                                              |

|                                                                                                  |

|    0                                                                                            |

|    0                                                                                            |

|    2                                                                                            |

|    0                                                                                            |

|    0020                                                                                          |

----------------------------------------------------------------------------------------------------

|No.      2 Ty.          FORM                                                                    |

|Name  REMOTE_FUNCTION_CALL                                                                        |

----------------------------------------------------------------------------------------------------

|%_PRINT                                                                                          |

|        000                                                                                  0###|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000|

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

|    0020002000200020003000300030002000200020002000200020002000200020002000200020002000200020002000|

|%_DUMMY$$                                                                                        |

|                                                                                                  |

|    0000                                                                                          |

|    0000                                                                                          |

|    2222                                                                                          |

|    0000                                                                                          |

|    0020002000200020                                                                              |

|RSJOBINFO                                                                                        |

|                                    00000000000000                                  ##            |

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000            |

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000            |

|    2222222222222222222222222222222233333333333333222222222222222222222222222222222200            |

|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000            |

|    0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|

|L_ROOT                                                                                            |

|    {O:initial}                                                                                  |

|    F0000000                                                                                      |

|    F0000000                                                                                      |

|    FF00000000000000                                                                              |

|SY-REPID                                                                                          |

|    SAPMSSY1                                                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    5454555322222222222222222222222222222222                                                      |

|    310D339100000000000000000000000000000000                                                      |

|    005300410050004D005300530059003100200020002000200020002000200020002000200020002000200020002000|

|SPACE                                                                                            |

|                                                                                                  |

|    0                                                                                            |

|    0                                                                                            |

|    2                                                                                            |

|    0                                                                                            |

|    0020                                                                                          |

|L_SYXPROG                                                                                        |

|    SAPLERFC                                                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    0000000000000000000000000000000000000000                                                      |

|    5454454422222222222222222222222222222222                                                      |

|    310C526300000000000000000000000000000000                                                      |

|    005300410050004C004500520046004300200020002000200020002000200020002000200020002000200020002000|

|L_SYXFORM                                                                                        |

|    ARFC_DEST_SHIP                                                                                |

|    000000000000000000000000000000                                                                |

|    000000000000000000000000000000                                                                |

|    454454455554452222222222222222                                                                |

|    1263F4534F38900000000000000000                                                                |

|    0041005200460043005F0044004500530054005F005300480049005000200020002000200020002000200020002000|

----------------------------------------------------------------------------------------------------

|No.      1 Ty.          MODULE (PBO)                                                            |

|Name  %_RFC_START                                                                                |

----------------------------------------------------------------------------------------------------

|RFCTYPE_INTERNAL                                                                                  |

|    3                                                                                            |

|    0000                                                                                          |

|    0003                                                                                          |

|    00000003                                                                                      |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Application Calls                                                                                |

----------------------------------------------------------------------------------------------------

|Index|Calls                                                                                      |

----------------------------------------------------------------------------------------------------

|    1|R=1 T=S S=pkgapp3_SP1_03 I=SAPLRSAP F=RSAR_TRFC_DATA_RECEIVED C= U=BIWREMOTE                |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Internal notes                                                                                    |

|    The termination was triggered in function "ab_HandleRsqlErrors"                              |

|    of the SAP kernel, in line 724 of the module                                                  |

|    "//bas/720_REL/src/krn/runt/absapsql.c#19".                                                  |

|    The internal operation just processed is "SQLS".                                              |

|    Internal mode was started at 20140810112213.                                                  |

|    Internal call code.........: "[RSQL/INSR//BIC/B0000674001 ]"                                  |

|    Internal call code.........: "[RSQL/INSR//BIC/B0000674001 ]"                                  |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Active Calls in SAP Kernel                                                                        |

----------------------------------------------------------------------------------------------------

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

----------------------------------------------------------------------------------------------------

|[0] DoStack2 ( 0x107661130, 0xffffffff7fff85c0, 0xffffffff7fff7cd1, 0xb02f8, 0x325f1fc, 0x10388a41|

|[1] CTrcStack2 ( 0x107661130, 0x0, 0xb0000, 0x325f64c, 0x10388a410, 0x2 ), at 0x10062ae10        |

|[2] __1cQrabax_CStackSave6F_v_ ( 0x103800, 0x10393a708, 0x104800, 0x8550c027, 0x103a2e4f4, 0xfffff|

|[3] ab_rabax ( 0x104800, 0x103800, 0x103a2a, 0x1077a4000, 0x103800, 0x10393a000 ), at 0x1008ed09c |

|[4] __1cKab_rsqlerr6FpkHip0pnLRS_HEADER94_2pv_v_ ( 0x103ba5860, 0x10d0903a0, 0x10f108018, 0xffffff|

|[5] __1cTab_HandleRsqlErrors6FrnFJsqls_nJRsqlError_nJCloseMode__v_ ( 0x103b89870, 0x103ba5, 0x103b|

|[6] __1cPSqlsExecuteCall6FCrnFJsqls__v_ ( 0x1d, 0xb48, 0x6c, 0x81, 0x10488be68, 0x1075b5a7c ), at |

|[7] __1cIab_jsqls6F_v_ ( 0xfffffff1dd5e3278, 0xe8, 0x1077a8000, 0x107400, 0x103ba3, 0x1 ), at 0x10|

|[8] __1cIab_extri6F_i_ ( 0x10085bbd8, 0x1077a8, 0x10485b000, 0x1077a8000, 0x89, 0x8a ), at 0x10085|

|[9] __1cJab_xevent6FpkH_i_ ( 0x0, 0x107400, 0x107683, 0x107683f70, 0x107683000, 0x103800 ), at 0x1|

|[10] ab_dstep ( 0x8, 0xfffffff0eb2b7ba4, 0xfffffff0eb2b7ae8, 0xbc, 0x1076618d8, 0x8 ), at 0x10084f|

|[11] dynpmcal ( 0xfffffff1dd4c6c50, 0x2, 0x0, 0xfffffff1dd4c771e, 0xffffffff7fff9ca0, 0x102e9c598 |

|[12] dynppbo0 ( 0xfffffff1dd4c6c50, 0x3, 0x0, 0xfffffff1dd4c7c60, 0x10393a000, 0x107683f70 ), at 0|

|[13] dynprctl ( 0xfffffff1dd4c6c50, 0x0, 0x102e9b830, 0x4, 0x102e9b930, 0x1 ), at 0x10064bdfc    |

|[14] dynpen00 ( 0x10393a, 0x10393a000, 0xfffffff1dd4c6c50, 0x0, 0x100642000, 0x10393a ), at 0x1006|

|[15] TskhLoop ( 0x1, 0x3, 0x0, 0x10391a000, 0xfffffffffffffffd, 0x103800 ), at 0x1003ac620        |

|[16] DpMain ( 0x103918, 0x0, 0x103918, 0x103800, 0x1, 0x0 ), at 0x1002b7290                      |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Database Interface Information                                                                    |

----------------------------------------------------------------------------------------------------

|B|E|***LOG BYY=> work process left reconnect status [dblink#796]                                  |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|List of ABAP programs affected                                                                    |

----------------------------------------------------------------------------------------------------

|Index |Typ|Program                                |Group |Date      |Time    |Size    |Lang.    |

----------------------------------------------------------------------------------------------------

|    0|Prg|SAPMSSY1                                |    0|05.09.2008|17:12:19|    25600|E        |

|    1|Prg|SAPLSRFC                                |    1|14.01.2009|14:46:44|    48128|E        |

|    2|Prg|SAPLERFC                                |    2|10.03.2012|23:24:13|  164864|E        |

|    3|Typ|ARFCRDATA                              |    0|19.01.2005|15:59:43|    6144|        |

|    4|Typ|ARFCRSTATE                              |    0|19.01.2005|15:59:44|    6144|        |

|    5|Prg|CL_SHUTDOWN===================CP        |    5|16.06.2009|19:46:20|    16384|E        |

|    6|Prg|CL_BGRFC_SERVER===============CP        |    6|05.08.2009|15:47:50|    21504|E        |

|    7|Prg|CL_BGRFC_SCHEDULER============CP        |    7|05.08.2009|15:47:50|    60416|E        |

|    8|Prg|CL_BGRFC_CUSTOMIZE_OUTBOUND===CP        |    8|26.02.2009|12:08:12|    60416|E        |

|    9|Prg|CL_BGRFC_CUSTOMIZING==========CP        |    9|19.12.2008|15:23:53|    37888|E        |

|    10|Prg|CL_ABAP_TYPEDESCR=============CP        |    10|19.12.2008|15:14:20|    35840|E        |

|    11|Prg|CL_ABAP_ELEMDESCR=============CP        |    11|19.12.2008|15:09:31|    41984|E        |

|    12|Prg|CL_ABAP_DATADESCR=============CP        |    12|19.12.2008|15:09:31|    21504|E        |

|    13|Prg|CL_ABAP_REFDESCR==============CP        |    13|19.12.2008|15:11:32|    36864|E        |

|    14|Prg|CL_ABAP_STRUCTDESCR===========CP        |    14|19.12.2008|15:09:31|    51200|E        |

|    15|Prg|CL_ABAP_COMPLEXDESCR==========CP        |    15|19.12.2008|15:09:31|    19456|E        |

|    16|Prg|CL_ABAP_TABLEDESCR============CP        |    16|03.03.2010|16:55:12|    37888|E        |

|    17|Prg|CL_ABAP_CLASSDESCR============CP        |    17|19.12.2008|15:09:31|    35840|E        |

|    18|Prg|CL_ABAP_OBJECTDESCR===========CP        |    18|19.12.2008|15:09:31|    38912|E        |

|    19|Prg|CL_ABAP_INTFDESCR=============CP        |    19|19.12.2008|15:09:31|    27648|E        |

|    20|Typ|ARFCDATA                                |    0|13.01.1995|10:58:08|    4096|        |

|    21|Typ|PKRT_CLIENT_HANDLE                      |    0|26.09.2006|13:18:51|    2048|        |

|    22|Prg|CL_ABAP_SOFT_REFERENCE========CP        |    22|05.09.2008|17:50:56|    10240|E        |

|    23|Prg|CL_ABAP_REFERENCE=============CP        |    23|05.09.2008|17:16:02|    8192|E        |

|    24|Prg|CL_ABAP_SYST==================CP        |    24|05.09.2008|17:50:56|    12288|E        |

|    25|Prg|CL_BGRFC_UNIT_KERNEL==========CP        |    25|05.08.2009|15:47:46|    41984|E        |

|    26|Prg|CL_RFC_RECORDER===============CP        |    26|05.08.2009|15:47:46|    15360|E        |

|    27|Prg|CL_RFC_RECORDER_BASE==========CP        |    27|05.09.2008|17:29:47|    13312|E        |

|    28|Prg|SAPLBGRFC                              |    28|05.08.2009|15:47:46|    31744|E        |

|    29|Prg|SAPMSSY0                                |    29|10.03.2012|23:24:13|  110592|E        |

|    30|Prg|CL_ABAP_REGEX=================CP        |    30|05.09.2008|17:50:56|    15360|E        |

|    31|Prg|CL_BGRFC_UNIT_HISTORY=========CP        |    31|15.10.2009|07:59:12|  102400|E        |

|    32|Prg|CL_BGRFC_SERVER_SHUTDOWN======CP        |    32|10.03.2012|23:24:11|    13312|E        |

|    33|Typ|ARFCTID                                |    0|13.01.1995|10:58:11|    2048|        |

|    34|Prg|CL_BGRFC_STATISTIC============CP        |    34|05.09.2008|17:50:56|    11264|E        |

|    35|Prg|SAPLSXAB                                |    35|05.09.2008|17:50:58|    10240|E        |

|    36|Prg|SAPLRSAI                                |    36|06.09.2013|23:32:22|  421888|E        |

|    37|Typ|RSARDATATRFC                            |    0|14.06.2004|17:14:02|    5120|        |

|    38|Typ|RSSDHEADER                              |    0|28.02.1998|12:45:04|    3072|        |

|    39|Prg|SAPLRS_GENERAL                          |    39|11.03.2012|00:05:05|  120832|E        |

|    40|Prg|SAPLRSCC                                |    40|08.06.2010|10:37:53|    45056|E        |

|    41|Prg|SAPLSDIFRUNTIME                        |    41|10.03.2012|17:00:20|  123904|E        |

|    42|Typ|DFIES                                  |    0|05.09.2008|16:35:51|    10240|        |

|    43|Typ|X031L                                  |    0|22.06.2005|15:34:04|    6144|        |

|    44|Prg|SAPLSDNT                                |    44|10.03.2012|16:50:18|  278528|E        |

|    45|Prg|SAPLSUGS                                |    45|11.03.2010|14:56:14|    60416|E        |

|    46|Prg|%_CRSSM                                |    36|06.09.2013|23:30:04|  177152|E        |

|    47|Typ|SYCH_TABLES_ENTRY                      |    0|03.11.2005|13:14:56|    2048|        |

|    48|Typ|BAL_S_MSG                              |    0|11.07.2006|22:20:07|    7168|        |

|    49|Typ|RSCC_S_FIELD                            |    0|12.09.2003|11:31:33|    2048|        |

|    50|Prg|%_CRSCUS                                |    40|10.03.2012|16:44:35|    30720|E        |

|    51|Typ|RSADMINA                                |    0|10.03.2012|17:52:56|    6144|        |

|    52|Typ|RSADMIN                                |    0|03.06.1998|10:31:23|    2048|        |

|    53|Prg|SAPLRSM1                                |    53|06.09.2013|23:32:26|  1705984|E        |

|    54|Typ|RSMINFOICUBE                            |    0|12.09.2003|11:33:08|    2048|        |

|    55|Prg|SAPLTHFB                                |    55|19.05.2012|14:39:07|  447488|E        |

|    56|Typ|MSXXLIST_V6                            |    0|19.01.2005|15:59:46|    4096|        |

|    57|Prg|SAPLRSM2                                |    57|06.09.2013|23:32:26|  1271808|E        |

|    58|Typ|RSRNR                                  |    0|12.09.2003|11:35:32|    2048|        |

|    59|Typ|RSCEDST                                |    0|12.09.2003|11:31:33|    2048|        |

|    60|Prg|CL_RSDRC_NCUM_GEN_TYPES=======CP        |    60|23.01.2013|11:24:44|    9216|E        |

|    61|Prg|SAPLRSSM_LOAD                          |    61|06.09.2013|23:32:28|  256000|E        |

|    62|Typ|RSSELDONE                              |    0|10.03.2012|17:53:05|    20480|        |

|    63|Typ|RSREQDONE                              |    0|10.03.2012|17:53:05|    12288|        |

|    64|Typ|RSMONIPTAB                              |    0|12.09.2003|11:35:00|    3072|        |

|    65|Typ|RSMONFACT                              |    0|12.09.2003|11:34:59|    5120|        |

|    66|Typ|RSMONMESS                              |    0|12.09.2003|11:35:00|    5120|        |

|    67|Typ|RSHIEDONE                              |    0|17.09.2004|14:15:47|    4096|        |

|    68|Typ|RSLDTDONE                              |    0|12.09.2003|11:34:55|    3072|        |

|    69|Typ|RSUICDONE                              |    0|04.02.2005|17:35:45|    3072|        |

|    70|Prg|/1BCDWBEN/SAPLREN0001                  |    70|06.09.2013|15:48:20|  234496|E        |

|    71|Prg|SAPLSENA                                |    71|19.12.2008|15:16:23|    39936|E        |

|    72|Prg|SAPLSYDB                                |    72|10.03.2012|17:04:39|    65536|E        |

|    73|Prg|SAPLRSS2                                |    73|06.09.2013|23:32:28|  524288|E        |

|    74|Prg|SAPLRSAS                                |    74|28.05.2010|12:09:57|    49152|E        |

|    75|Prg|SAPLRSMANDT                            |    75|06.09.2013|23:32:26|    59392|E        |

|    76|Prg|CL_RS_UTILITIES===============CP        |    76|06.09.2013|23:30:46|    78848|E        |

|    77|Prg|CL_COS_UTILITIES==============CP        |    77|27.11.2009|08:04:59|    22528|E        |

|    78|Prg|SAPLSBPPBASESWITCH                      |    78|11.10.2010|12:46:52|    20480|E        |

|    79|Prg|SAPLSFW_COMMON                          |    79|10.03.2012|23:24:14|  157696|E        |

|    80|Prg|IF_BPP_AP_COMMON==============IP        |    78|19.12.2008|15:27:32|    6144|E        |

|    81|Prg|SAPLRSAOS                              |    81|06.09.2013|23:32:22|  593920|E        |

|    82|Typ|RSOLTPSOURCET                          |    0|12.09.2003|11:35:14|    3072|        |

|    83|Typ|RSAOS_S_OLTPSOURCE_HEADER              |    0|12.09.2003|11:31:11|    2048|        |

|    84|Prg|SAPLRSDS_DATASOURCE                    |    84|06.09.2013|23:32:25|  395264|E        |

|    85|Typ|ROESRHDMAP                              |    0|07.03.2006|08:41:52|    3072|        |

|    86|Typ|RSDSESRMAP                              |    0|19.05.2006|12:26:38|    3072|        |

|    87|Prg|CL_RSDS_RSDS==================CP        |    87|06.09.2013|23:30:21|  491520|E        |

|    88|Prg|SAPLRSDS_BACKEND                        |    88|06.09.2013|23:32:25|  153600|E        |

|    89|Prg|%_CRSS2                                |    73|22.06.2005|15:08:02|    17408|E        |

|    90|Typ|RSDS                                    |    0|10.03.2012|17:53:03|    12288|        |

|    91|Typ|RSOLTPSOURCE                            |    0|29.03.2007|18:09:30|    7168|        |

|    92|Typ|RSSIMUDAT                              |    0|12.09.2003|11:35:41|    3072|        |

|    93|Typ|RSMONSTRUCT                            |    0|12.09.2003|11:33:09|    7168|        |

|    94|Prg|SAPLRSPC_BACKEND                        |    94|06.09.2013|23:32:27|  323584|E        |

|    95|Prg|%_CRSSM1                                |    61|19.09.2005|10:05:04|    53248|E        |

|    96|Prg|SAPLSDIF                                |    96|10.03.2012|17:00:20|  253952|E        |

|    97|Typ|DD05M                                  |    0|01.02.2001|17:09:48|    4096|        |

|    98|Typ|DD08V                                  |    0|19.04.2006|12:29:17|    4096|        |

|    99|Typ|DD12V                                  |    0|10.03.2012|17:35:18|    5120|        |

|  100|Typ|DD17V                                  |    0|07.04.1997|18:28:05|    3072|        |

|  101|Typ|DD35V                                  |    0|10.03.2012|14:10:12|    2048|        |

|  102|Typ|DD36M                                  |    0|14.03.2001|11:04:51|    5120|        |

|  103|Typ|DD02V                                  |    0|13.11.2001|00:18:46|    7168|        |

|  104|Typ|DD09V                                  |    0|23.12.2004|19:34:52|    5120|        |

|  105|Prg|SAPLSDTB                                |  105|10.03.2012|16:50:18|  480256|E        |

|  106|Typ|DDCACHE                                |    0|13.01.1995|11:02:04|    2048|        |

|  107|Typ|DCTABDGET                              |    0|02.05.1997|13:15:33|    2048|        |

|  108|Prg|SAPLSDSG                                |  108|19.12.2008|15:16:44|  143360|E        |

|  109|Prg|RADBTDDO                                |  108|05.09.2008|17:16:07|    49152|E        |

|  110|Prg|RADBTDDF                                |  108|16.06.2009|19:13:09|  342016|E        |

|  111|Typ|DD02L                                  |    0|13.11.2001|00:13:06|    6144|        |

|  112|Typ|DDSTATE                                |    0|18.12.1996|10:40:59|    2048|        |

|  113|Typ|DD03P                                  |    0|10.03.2012|14:10:12|    14336|        |

|  114|Typ|DD03L                                  |    0|10.03.2012|14:10:12|    7168|        |

|  115|Typ|DDSETSTATE                              |    0|20.12.1996|15:00:02|    3072|        |

|  116|Typ|DCTABLGET                              |    0|02.05.1997|13:15:34|    3072|        |

|  117|Typ|DD01L                                  |    0|05.09.2008|16:41:20|    6144|        |

|  118|Typ|DD04L                                  |    0|29.08.2007|19:04:54|    8192|        |

|  119|Typ|DD04T                                  |    0|01.08.1997|20:16:12|    3072|        |

|  120|Prg|SAPLSDDO                                |  120|16.06.2009|19:13:04|  289792|E        |

|  121|Typ|TPARA                                  |    0|23.11.1999|09:25:36|    2048|        |

|  122|Typ|DCDTELGET                              |    0|13.01.1995|11:00:46|    2048|        |

|  123|Prg|SAPLSDDM                                |  123|09.12.2009|10:07:22|    67584|E        |

|  124|Prg|SAPLRSSM                                |  124|06.09.2013|23:32:28|  1105920|E        |

|  125|Prg|SAPLURFC                                |  125|10.03.2012|16:39:47|    26624|E        |

|  126|Typ|RSSTATMANSTATUS                        |    0|14.06.2004|17:15:50|    6144|        |

|  127|Prg|SAPLRSSTATMAN                          |  127|06.09.2013|23:32:28|  321536|E        |

|  128|Typ|RSSTATMANREQMAP                        |    0|10.03.2012|17:53:08|    3072|        |

|  129|Prg|CL_RSSM_STATMAN===============CP        |  129|06.09.2013|23:30:43|  195584|E        |

|  130|Typ|RSSM_S_STATMANSTATUS                    |    0|14.06.2004|17:14:46|    2048|        |

|  131|Prg|/1BCDWBEN/SAPLREN0002                  |  131|06.09.2013|23:07:23|  293888|E        |

|  132|Prg|SAPLRSDU_SQL                            |  132|06.09.2013|23:32:26|    87040|E        |

|  133|Prg|/1BCDWBEN/SAPLREN0003                  |  133|06.09.2013|15:28:42|  281600|E        |

|  134|Prg|CL_RSDS_ACCESSMETHODS=========CP        |  134|06.09.2013|23:30:21|  203776|E        |

|  135|Typ|RSBKDTP                                |    0|06.09.2013|15:28:19|    8192|        |

|  136|Prg|SAPLRSAC                                |  136|06.09.2013|23:32:22|  1235968|E        |

|  137|Prg|SAPLCRFC                                |  137|10.03.2012|17:06:28|  452608|E        |

|  138|Typ|RSBASIDOC                              |    0|29.08.2003|09:35:20|    4096|        |

|  139|Prg|CL_RSO_APPLICATION_LOG========CP        |  139|06.09.2013|23:30:30|    58368|E        |

|  140|Prg|CL_RSO_REPOSITORY=============CP        |  140|06.09.2013|23:30:32|  304128|E        |

|  141|Prg|CL_IXML=======================CP        |  141|10.03.2012|17:06:32|  266240|E        |

|  142|Prg|CL_IXML_UNKNOWN===============CP        |  142|05.09.2008|17:50:56|    9216|E        |

|  143|Typ|RSO_S_XML_TLOGO                        |    0|06.09.2013|15:43:59|    2048|        |

|  144|Typ|RSO_S_XMI_CLASSES                      |    0|12.09.2003|11:33:20|    2048|        |

|  145|Prg|CL_RSOBJS_TYPE_MANAGER========CP        |  145|06.09.2013|23:30:29|    80896|E        |

|  146|Prg|SAPLSBAL                                |  146|16.06.2009|19:28:36|  361472|E        |

|  147|Prg|CL_ABAP_CHAR_UTILITIES========CP        |  147|10.03.2012|16:59:46|    14336|E        |

|  148|Typ|BAL_S_LOG                              |    0|11.07.2006|22:20:04|    7168|        |

|  149|Prg|SAPLSBAL_SERVICE                        |  149|16.06.2009|19:28:36|  193536|E        |

|  150|Typ|BAL_S_PARM                              |    0|11.07.2006|22:02:22|    3072|        |

|  151|Typ|BAL_S_SCNT                              |    0|30.11.1998|10:34:01|    3072|        |

|  152|Typ|BAL_S_SDEF                              |    0|01.02.2001|17:04:57|    2048|        |

|  153|Prg|SAPLSYGU                                |  153|10.03.2012|17:00:29|    24576|E        |

|  154|Prg|CL_SYSTEM_UUID================CP        |  154|10.03.2012|16:37:22|    36864|E        |

|  155|Prg|CX_UUID_ERROR=================CP        |  155|05.09.2008|17:50:57|    12288|E        |

|  156|Prg|CX_STATIC_CHECK===============CP        |  156|05.09.2008|17:50:57|    11264|E        |

|  157|Prg|CX_ROOT=======================CP        |  157|19.12.2008|15:10:21|    13312|E        |

|  158|Typ|BAL_S_CONT                              |    0|26.10.1998|14:08:10|    2048|        |

|  159|Typ|BAL_S_CLBK                              |    0|26.10.1998|14:08:10|    2048|        |

|  160|Prg|CL_RSDS_RSDS_COLLECTION=======CP        |  160|06.09.2013|23:30:21|    46080|E        |

|  161|Prg|CL_RSO_TLOGO_COLLECTION=======CP        |  161|06.09.2013|23:30:32|  163840|E        |

|  162|Typ|RSO_S_TLOGO_COLL                        |    0|06.09.2013|15:42:04|    3072|        |

|  163|Typ|RSDS_S_ACCESSMETHOD                    |    0|04.02.2005|17:35:19|    2048|        |

|  164|Prg|CL_RSDS_STORE_CSV_ATTRIBUTES==CP        |  164|24.07.2009|17:30:07|    24576|E        |

|  165|Prg|IF_SERIALIZABLE_OBJECT========IP        |  134|05.09.2008|16:39:53|    5120|E        |

|  166|Prg|IF_RSDS_STORAGE===============IP        |  164|10.03.2012|17:15:13|    6144|E        |

|  167|Prg|IF_RSDS_STORAGE_EXC===========IP        |  164|30.08.2007|11:51:01|    12288|E        |

|  168|Typ|RSDS_S_R_ACCESSATTR                    |    0|17.09.2004|15:40:51|    3072|        |

|  169|Prg|SAPLRSDS_SERVICES                      |  169|06.09.2013|23:32:25|  278528|E        |

|  170|Prg|SAPLSEOQ                                |  170|10.03.2012|16:41:22|  466944|E        |

|  171|Prg|SAPLSEOK                                |  171|10.03.2012|17:05:59|  1063936|E        |

|  172|Typ|VSEOCLASS                              |    0|11.08.2006|14:57:34|    8192|        |

|  173|Typ|SEOCLSREF                              |    0|31.10.1997|15:11:40|    2048|        |

|  174|Prg|SAPLSEOC                                |  174|11.11.2009|08:35:41|    52224|E        |

|  175|Typ|SEOCLSKEY                              |    0|31.10.1997|15:11:39|    2048|        |

|  176|Typ|VSEOEXTEND                              |    0|05.12.1997|12:28:51|    3072|        |

|  177|Prg|SAPLSEOR                                |  177|13.01.2010|09:54:56|    76800|E        |

|  178|Prg|CL_ADT_LOCK_REGISTRY==========CP        |  178|19.12.2008|15:19:25|    14336|E        |

|  179|Typ|TADIR                                  |    0|26.02.2009|11:59:48|    5120|        |

|  180|Prg|SAPLSTRD                                |  180|19.05.2012|14:40:05|  837632|E        |

|  181|Typ|GTADIR                                  |    0|01.02.2001|17:39:05|    3072|        |

|  182|Prg|SAPLSTR9                                |  182|11.10.2010|14:31:26|    49152|E        |

|  183|Prg|CONTEXT_X_TR_SYS_PARAMS                |  182|11.10.2010|14:31:26|    46080|E        |

|  184|Typ|TCONT                                  |    0|18.07.1997|21:42:15|    2048|        |

|  185|Typ|CONTEXTB                                |    0|18.07.1997|21:42:13|    6144|        |

|  186|Prg|SAPLSCTS_MT                            |  186|19.12.2008|15:16:20|    26624|E        |

|  187|Prg|SAPLSCP3                                |  187|17.09.2009|14:23:08|    11264|E        |

|  188|Prg|SAPLSCTS_UNICODE                        |  188|05.09.2008|17:50:55|    12288|E        |

|  189|Prg|SAPLSEUQ                                |  189|10.03.2012|17:00:41|  234496|E        |

|  190|Prg|CL_PACKAGE_PARAMETERS=========CP        |  190|13.01.2010|09:55:52|    24576|E        |

|  191|Typ|TRKEY                                  |    0|01.02.2001|17:28:05|    3072|        |

|  192|Typ|DDERR                                  |    0|18.06.1999|11:20:07|    3072|        |

|  193|Typ|E071                                    |    0|19.12.2008|15:04:21|    3072|        |

|  194|Prg|%_CSMODI                                |  189|05.09.2008|16:39:44|    36864|E        |

|  195|Prg|SAPLSEQ0                                |  195|10.03.2012|16:40:14|  131072|E        |

|  196|Prg|SAPLSEQ1                                |  196|15.10.2009|08:07:40|    21504|E        |

|  197|Prg|CL_EXITHANDLER================CP        |  197|07.04.2010|14:02:16|    29696|E        |

|  198|Prg|IF_EX_WB_MODASS===============IP        |    13|16.02.2005|20:17:02|    5120|E        |

|  199|Prg|%_CABAP                                |    19|05.09.2008|17:50:54|    36864|E        |

|  200|Prg|SAPLSEXV                                |  200|10.03.2012|16:50:30|  125952|E        |

|  201|Prg|CL_BADI_FLT_DATA_TRANS_AND_DB=CP        |  201|10.03.2012|16:56:38|    37888|E        |

|  202|Typ|SXC_EXIT                                |    0|01.02.2001|17:25:41|    2048|        |

|  203|Prg|SAPLSEXE                                |  203|10.03.2012|16:56:38|    92160|E        |

|  204|Prg|CL_EX_WB_MODASS===============CP        |  204|29.09.2005|09:28:47|    18432|E        |

|  205|Prg|CL_EXIT_MASTER================CP        |  205|15.10.2009|08:07:39|    25600|E        |

|  206|Prg|CL_EX_BADI_LAYER==============CP        |  206|15.10.2009|08:07:39|    32768|E        |

|  207|Prg|IF_EX_BADI_LAYER==============IP        |  197|15.10.2009|08:07:40|    7168|E        |

|  208|Typ|V_EXT_IMP                              |    0|25.07.2003|10:38:20|    3072|        |

|  209|Prg|%_CSXRT                                |  205|19.12.2008|15:04:32|    16384|E        |

|  210|Prg|CL_IM_WB_MODASS===============CP        |  210|16.02.2005|20:17:02|    13312|E        |

|  211|Prg|SAPLASTAT_TRIG                          |  211|13.01.2010|09:56:17|    14336|E        |

|  212|Prg|CL_OO_TOOL_LOG_POOL===========CP        |  212|05.09.2008|17:28:09|    14336|E        |

|  213|Typ|VSEOIMPLEM                              |    0|29.09.2005|09:28:47|    4096|        |

|  214|Typ|SEORELKEY                              |    0|31.10.1997|15:11:50|    2048|        |

|  215|Prg|CL_RSDS_RSDS_VERS=============CP        |  215|06.09.2013|23:30:21|  155648|E        |

|  216|Typ|RSDSACCESSATTR                          |    0|14.06.2004|17:15:29|    3072|        |

|  217|Prg|CL_RSDS_SAPI==================CP        |  217|06.09.2013|23:30:21|    43008|E        |

|  218|Prg|IF_RSDS_GENERATION_EXIT=======IP        |  134|10.03.2012|16:41:35|    9216|E        |

|  219|Prg|IF_RSDS_MAINTAINABILITY=======IP        |  134|10.03.2012|17:11:20|    10240|E        |

|  220|Prg|CL_RSAR_SRCTYPE===============CP        |  220|29.03.2007|18:09:29|    26624|E        |

|  221|Prg|CL_RSCRT_RDA_ADAPTER==========CP        |  221|06.09.2013|23:30:11|    67584|E        |

|  222|Prg|IF_RSDS_EXTRACT_GENERATE======IP        |  134|24.07.2009|17:38:17|    8192|E        |

|  223|Prg|CL_RSDS_SAPI_DIRECT===========CP        |  223|06.09.2013|23:30:21|    41984|E        |

|  224|Typ|RSDS_S_DATA                            |    0|21.07.2004|09:28:42|    2048|        |

|  225|Typ|SRFC_SMETH                              |    0|22.01.2003|11:38:16|    2048|        |

|  226|Typ|WBACCESS_TOOL                          |    0|10.03.2012|14:12:04|    5120|        |

|  227|Typ|RSMONVIEW                              |    0|10.03.2012|14:11:05|    32768|        |

|  228|Prg|SAPLRSSG                                |  228|10.03.2012|15:16:34|  388096|E        |

|  229|Typ|RSSGTPDIR                              |    0|16.02.2005|19:03:33|    4096|        |

|  230|Typ|RSSGTPCLA                              |    0|01.02.2001|17:18:52|    2048|        |

|  231|Prg|CL_RSDS_CONVERT_ASCII=========CP        |  231|06.09.2013|23:30:21|    38912|E        |

|  232|Prg|IF_RSDS_CHECK=================IP        |    87|10.03.2012|16:41:35|    8192|E        |

|  233|Prg|IF_RSDS_ATTRIBUTES_MAINTAIN===IP        |    87|19.08.2009|15:11:41|    10240|E        |

|  234|Prg|IF_RSDS_CONVERT===============IP        |    87|04.02.2005|17:49:00|    8192|E        |

|  235|Prg|CL_ABAP_TSTMP=================CP        |  235|13.01.2010|09:55:14|    43008|E        |

|  236|Prg|CL_RSO_CNT_ACTIVATION_CONTEXT=CP        |  236|10.05.2010|11:06:01|    21504|E        |

|  237|Prg|CL_RSO_TLOGO_UTILITIES========CP        |  237|06.09.2013|23:30:32|  121856|E        |

|  238|Prg|SAPLRSVERS                              |  238|06.09.2013|23:32:28|  367616|E        |

|  239|Prg|/1BCDWBEN/SAPLSENQ03                    |  239|08.09.2008|10:47:06|    13312|E        |

|  240|Prg|GPD7CF66NKVDN9B79ZENSCOVY9U            |  228|06.09.2013|23:32:02|    94208|E        |

|  241|Typ|/BI0/CCMAT_PLA00001000                  |    0|01.12.2008|10:45:43|    14336|        |

|  242|Prg|CL_NLS_CODEPAGE_PROPERTIES====CP        |  242|10.03.2012|16:47:14|    23552|E        |

|  243|Prg|CL_SCP_SEGMENT================CP        |  243|10.03.2012|16:59:46|  120832|E        |

|  244|Typ|RFCDES                                  |    0|19.01.2005|15:10:26|    12288|        |

|  245|Typ|NLS_LANGU_CP_LINE                      |    0|04.09.2002|14:38:31|    2048|        |

|  246|Prg|SAPLNLSK_G                              |  246|02.06.2004|09:12:08|    14336|E        |

|  247|Typ|RFCSI                                  |    0|19.01.2005|15:10:17|    5120|        |

|  248|Typ|/BI0/CAMAT_PLA00001000                  |    0|01.12.2008|10:45:43|    13312|        |

|  249|Typ|/BI0/CAMAT_PLA000010000001              |    0|01.12.2008|10:45:43|    22528|        |

|  250|Prg|CL_RSMDS_ABAP_UNIVERSE========CP        |  250|10.03.2012|15:15:20|    33792|E        |

|  251|Prg|CL_RSMDS_UNIVERSE=============CP        |  251|28.05.2010|11:54:32|  106496|E        |

|  252|Prg|CL_RSMDS_DDIC_UNIVERSE========CP        |  252|28.05.2010|11:47:07|    30720|E        |

|  253|Prg|CL_RSMDS_SET==================CP        |  253|16.06.2009|19:39:30|    54272|E        |

|  254|Prg|CL_RSMDS_HASH_UTILITIES=======CP        |  254|28.05.2010|11:54:32|    39936|E        |

|  255|Prg|CL_RSMDS_PATTERN_UTILITIES====CP        |  255|28.05.2010|11:54:32|    44032|E        |

|  256|Prg|IF_RSMDS_ORDERED==============IP        |  255|08.12.2006|12:23:57|    5120|E        |

|  257|Prg|SAPLSECH                                |  257|10.05.2010|10:50:59|    65536|E        |

|  258|Prg|CL_RSMDS_FILTER===============CP        |  258|16.06.2009|19:38:36|    74752|E        |

|  259|Prg|CL_RSDS_HDB_PUSH==============CP        |  259|06.09.2013|23:30:21|    68608|E        |

|  260|Prg|SAPLRSA2                                |  260|28.05.2010|12:09:57|  270336|E        |

|  261|Prg|CL_RSAR_PSA_API===============CP        |  261|06.09.2013|23:30:07|  180224|E        |

|  262|Typ|RSAR_S_PSAREQUEST                      |    0|21.07.2004|09:28:39|    2048|        |

|  263|Prg|%_CRSODS                                |  261|06.09.2013|23:30:04|    60416|E        |

|  264|Typ|RSTSODSPART                            |    0|10.03.2012|17:53:08|    2048|        |

|  265|Typ|/BIC/B0000674001                        |    0|20.05.2012|07:39:15|    22528|        |

|  266|Prg|GP4PWAW7JG4VX23SSK75NF4776C            |  261|06.09.2013|23:31:11|    53248|E        |

|  267|Prg|CX_SY_OPEN_SQL_DB=============CP        |  267|05.09.2008|17:46:26|    13312|E        |

|  268|Prg|CX_SY_OPEN_SQL_ERROR==========CP        |  268|13.06.2006|14:13:48|    12288|E        |

|  269|Prg|CX_SY_SQL_ERROR===============CP        |  269|05.09.2008|17:50:57|    11264|E        |

|  270|Prg|CX_DYNAMIC_CHECK==============CP        |  270|05.09.2008|17:50:57|    11264|E        |

|  271|Prg|CX_NO_CHECK===================CP        |  271|05.09.2008|17:50:57|    11264|E        |

|  272|Prg|CX_SY_NO_HANDLER==============CP        |  272|05.09.2008|17:50:57|    11264|E        |

|  273|Prg|%_CRSARC                                |    36|06.09.2013|23:30:03|  175104|E        |

|  274|Prg|%_CSLIS                                |    72|16.06.2009|19:51:57|    97280|E        |

|  275|Typ|DTC_S_LAYO                              |    0|01.02.2001|17:11:04|    7168|        |

|  276|Typ|RSD_S_VIOBJ                            |    0|10.03.2012|14:11:02|    30720|        |

|  277|Typ|BAL_S_MDEF                              |    0|11.07.2006|22:20:07|    5120|        |

|  278|Typ|BAL_S_CONF                              |    0|11.07.2006|23:03:02|    21504|        |

|  279|Typ|BAL_S_COLL                              |    0|11.07.2006|22:20:04|    11264|        |

|  280|Typ|BAL_S_MFIL                              |    0|04.09.2002|14:38:05|    10240|        |

|  281|Typ|BAL_S_DISP                              |    0|11.07.2006|22:20:04|    12288|        |

|  282|Typ|BALMSGHNDL                              |    0|26.10.1998|14:08:09|    2048|        |

|  283|Typ|BAL_S_NTAB                              |    0|03.06.2004|11:19:02|    4096|        |

|  284|Prg|%_CSEOC                                |  174|11.11.2009|08:35:41|    20480|E        |

|  285|Prg|%_CSEOR                                |  177|05.09.2008|16:39:44|    17408|E        |

|  286|Typ|SYST                                    |    0|05.09.2008|16:39:57|    30720|        |

|  287|Prg|IF_AUNIT_CONSTANTS============IP        |  261|05.09.2008|17:49:02|    5120|E        |

|  288|Prg|IF_RSAR_PSA_API===============IP        |  261|06.09.2013|23:32:11|    7168|E        |

|  289|Typ|RSJOBINFO                              |    0|10.03.2012|14:11:03|    3072|        |

|  290|Typ|RSISOLTP                                |    0|12.09.2003|11:34:51|    5120|        |

|  291|Typ|RSARR_S_IDOCSTATE                      |    0|15.10.2009|07:56:35|    5120|        |

|  292|Typ|T000                                    |    0|22.08.1997|13:07:16|    4096|        |

|  293|Typ|ARFCSDATA                              |    0|19.01.2005|15:59:44|    6144|        |

|  294|Typ|ARFCCALLID                              |    0|19.01.2005|15:59:43|    3072|        |

|  295|Typ|ARFCSSTATE                              |    0|19.01.2005|15:59:44|    6144|        |

|  296|Typ|BGRFC_SUPPORTABILITY_INFO              |    0|11.08.2006|13:35:42|    3072|        |

|  297|Typ|QRETSTATE                              |    0|05.09.2008|16:37:25|    9216|        |

|  298|Typ|T100                                    |    0|16.01.1998|17:49:29|    2048|        |

|  299|Prg|IF_BGRFC_SERVER===============IP        |    6|05.09.2008|17:49:10|    6144|E        |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Directory of Application Tables                                                                  |

----------------------------------------------------------------------------------------------------

|Name                                    Date      Time      Lngth                              |

|    Val.                                                                                          |

----------------------------------------------------------------------------------------------------

|Program  SAPMSSY1                                                                                |

----------------------------------------------------------------------------------------------------

|SYST                                      .  .      :  :    00004612                          |

|    \0\x0002\0\0\0#\0#\0\0\0\0\0\x0001\0\0\0\0\0\0\0\x0001\0                                    |

|SY                                        .  .      :  :    00004612                          |

|    \0\x0002\0\0\0#\0#\0\0\0\0\0\x0001\0\0\0\0\0\0\0\x0001\0                                    |

|RSJOBINFO                                  .  .      :  :    00000164                          |

|                                    00000000000000                                                |

----------------------------------------------------------------------------------------------------

|Program  SAPLERFC                                                                                |

----------------------------------------------------------------------------------------------------

|ARFCRSTATE                                .  .      :  :    00000972                          |

|    0A53F03E141153E6C6641A65HNP330                          00                                    |

|QRETSTATE                                  .  .      :  :    00001572                          |

|                                                                                                  |

|T100                                      .  .      :  :    00000194                          |

|                                                                                                  |

----------------------------------------------------------------------------------------------------

|Program  SAPLRSAI                                                                                |

----------------------------------------------------------------------------------------------------

|RSISOLTP                                  .  .      :  :    00000424                          |

|                                                                                                  |

|T000                                      .  .      :  :    00000214                          |

|                                                                                                  |

----------------------------------------------------------------------------------------------------

|Program  SAPLRS_GENERAL                                                                          |

----------------------------------------------------------------------------------------------------

|RSADMIN                                    .  .      :  :    00000120                          |

|    DEBUG_USER                                                                                    |

----------------------------------------------------------------------------------------------------

|Program  SAPLRSCC                                                                                |

----------------------------------------------------------------------------------------------------

|RSADMINA                                  .  .      :  :    00000780                          |

|    BW      BIREMOTE                                                                              |

----------------------------------------------------------------------------------------------------

|Program  SAPLRSM1                                                                                |

----------------------------------------------------------------------------------------------------

|RSREQDONE                                  .  .      :  :    00001436                          |

|    REQU_4YTEKHCH550YH7IV3ZGK98104                                                                |

----------------------------------------------------------------------------------------------------

|Program  SAPLRSM2                                                                                |

----------------------------------------------------------------------------------------------------

|RSREQDONE                                  .  .      :  :    00001436                          |

|    REQU_4YTEKHCH550YH7IV3ZGK98104                                                                |

|RSSELDONE                                  .  .      :  :    00002556                          |

|    REQU_4YTEKHCH550YH7IV3ZGK98104        1                                                      |

----------------------------------------------------------------------------------------------------

|Program  SAPLRSAC                                                                                |

----------------------------------------------------------------------------------------------------

|RFCDES                                    .  .      :  :    00007566                          |

|    SP1330                          3H=10.83.240.71,S=02,M=330                                    |

----------------------------------------------------------------------------------------------------

|Program  CONTEXT_X_TR_SYS_PARAMS                                                                  |

----------------------------------------------------------------------------------------------------

|CONTEXTB                                  .  .      :  :    00002992                          |

|    330EBTR_SYS_PARAMS      000007000100000000000000\0\0\0\0                                    |

|TCONT                                      .  .      :  :    00000068                          |

|    TR_SYS_PARAMS      20140311094152|                                                          |

----------------------------------------------------------------------------------------------------

|Program  SAPLSEUQ                                                                                |

----------------------------------------------------------------------------------------------------

|E071                                      .  .      :  :    00000360                          |

|                        000000R3TRCLASCL_RSDS_SAPI_DIRECT                                        |

|TADIR                                      .  .      :  :    00000464                          |

|    R3TRCLASCL_RSDS_SAPI_DIRECT                                                                  |

----------------------------------------------------------------------------------------------------

|Program  SAPLRSSG                                                                                |

----------------------------------------------------------------------------------------------------

|RSJOBINFO                                  .  .      :  :    00000164                          |

|                                    00000000000000                                                |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|ABAP Control Blocks (CONT)                                                                        |

----------------------------------------------------------------------------------------------------

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

----------------------------------------------------------------------------------------------------

|20130|3311|  |    |    |    |    |    |    |    |                                        |        |

|  145|BRAF|02|FFF9|    |    |    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      78|

|  146|BREL|80|0000|    |    |    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      78|

|  147|LOOP|10|0000|0000|0000|0000|0000|0000|0000|GP4PWAW7JG4VX23SSK75NF4776C            |      78|

|  151|TAPP|00|02DC|0023|0024|    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      78|

|  153|BRAX|01|FFF1|    |    |    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      78|

|  154|TMOD|3C|0023|C006|C007|    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      78|

|  156|PAR1|85|0004|    |    |    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      78|

|  157|SQLS|0B|0000|    |    |    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      84|

|  158|SQLS|00|0011|    |    |    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      84|

|  159|PAR1|00|0025|    |    |    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      84|

|  160|SQLS|39|0005|    |    |    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      84|

|>>>>>|SQLS|1D|C006|    |    |    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      84|

|  162|DESC|01|0000|C006|0000|0000|0000|0000|0000|GP4PWAW7JG4VX23SSK75NF4776C            |      88|

|  166|CATC|08|0000|    |    |    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      88|

|  167|mvqw|04|8005|043C|000C|    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      88|

|  169|CATC|48|0000|    |    |    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      88|

|  170|cmpb|00|00E2|C009|0026|    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      89|

|  172|BRAF|05|0004|    |    |    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      89|

|  173|BREL|80|0000|    |    |    |    |    |    |GP4PWAW7JG4VX23SSK75NF4776C            |      89|

----------------------------------------------------------------------------------------------------

Category              ABAP Server Resource Shortage

Runtime Errors        DBIF_RSQL_SQL_ERROR

Except.                CX_SY_OPEN_SQL_DB

Date and Time          10.08.2014 11:28:01

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Short text                                                                                        |

|    SQL error "-10807" while accessing table "/BIC/B0000674001".                                  |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|What happened?                                                                                    |

|    Database error text: "System call 'recv' failed, rc=145:Connection timed out"                |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|What can you do?                                                                                  |

|    Please make a note of the actions and input which caused the error.                          |

|    -                                                                                            |

|                                                                                                  |

|    To resolve the problem, contact your                                                          |

|    SAP system administrator.                                                                    |

|                                                                                                  |

|    Using transaction ST22 for ABAP dump analysis you can see and                                |

|    administrate termination messages and retain them for longer periods.                        |

|    Please make a note of the actions and input which caused the error.                          |

|    -                                                                                            |

|                                                                                                  |

|    To resolve the problem, contact your                                                          |

|    SAP system administrator.                                                                    |

|                                                                                                  |

|    Using transaction ST22 for ABAP dump analysis you can see and                                |

|    administrate termination messages and retain them for longer periods.                        |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Error analysis                                                                                    |

|    An exception occurred that is explained in detail below.                                      |

|    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught                |

|    in                                                                                          |

|    procedure "INSERT_ODS" "(FORM)", 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:                                                              |

|    Database error text: "System call 'recv' failed, rc=145:Connection timed out"                |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|How to correct the error                                                                          |

|    Internal call code.........: "[RSQL/INSR//BIC/B0000674001 ]"                                  |

|    Please check the entries in the system log (Transaction SM21).                                |

|    You may able to find an interim solution to the problem                                      |

|    in the SAP note system. If you have access to the note system yourself,                      |

|    please use the following search criteria:                                                    |

|                                                                                                  |

|        "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"                                                |

|        "GP4PWAW7JG4VX23SSK75NF4776C" bzw. "GP4PWAW7JG4VX23SSK75NF4776C"                          |

|        "INSERT_ODS"                                                                              |

|    If you cannot solve the problem yourself, please send the                                    |

|    following documents to SAP:                                                                  |

|                                                                                                  |

|    1. A hard copy print describing the problem (short dump).                                    |

|      To obtain this, select "System->List->Save->Local File (unconverted)"                      |

|      on the current screen.                                                                    |

|                                                                                                  |

|    2. A suitable hardcopy printout of the system log.                                            |

|      To obtain this, call the system log with Transaction SM21                                  |

|      and set the time interval to 10 minutes before and 5 minutes after                        |

|      the short dump. In the display choose "System->List->Save->                                |

|      Local File (unconverted)"                                                                  |

|                                                                                                  |

|    3. If the programs are your own programs or modified SAP programs,                            |

|      supply the source code.                                                                    |

|      To do this, choose "More Utilities->Upload/Download->Download" in the                      |

|      Editor.                                                                                    |

|                                                                                                  |

|    4. Details regarding the conditions under which the error occurred                            |

|      or which actions and input led to the error.                                              |

|    You may able to find an interim solution to the problem                                      |

|    in the SAP note system. If you have access to the note system yourself,                      |

|    please use the following search criteria:                                                    |

|                                                                                                  |

|        "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"                                                |

|        "GP4PWAW7JG4VX23SSK75NF4776C" bzw. "GP4PWAW7JG4VX23SSK75NF4776C"                          |

|        "INSERT_ODS"                                                                              |

|    If you cannot solve the problem yourself, please send the                                    |

|    following documents to SAP:                                                                  |

|                                                                                                  |

|    1. A hard copy print describing the problem (short dump).                                    |

|      To obtain this, select "System->List->Save->Local File (unconverted)"                      |

|      on the current screen.                                                                    |

|                                                                                                  |

|    2. A suitable hardcopy printout of the system log.                                            |

|      To obtain this, call the system log with Transaction SM21                                  |

|      and set the time interval to 10 minutes before and 5 minutes after                        |

|      the short dump. In the display choose "System->List->Save->                                |

|      Local File (unconverted)"                                                                  |

|                                                                                                  |

|    3. If the programs are your own programs or modified SAP programs,                            |

|      supply the source code.                                                                    |

|      To do this, choose "More Utilities->Upload/Download->Download" in the                      |

|      Editor.                                                                                    |

|                                                                                                  |

|    4. Details regarding 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                                |

|    "INSERT_ODS" "(FORM)", 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..... 730                                                                          |

|    SAP Basis Level. 0006                                                                        |

|                                                                                                  |

|    Application server... "pkghnp"                                                                |

|    Network address...... "10.83.240.20"                                                          |

|    Operating system..... "SunOS"                                                                |

|    Release.............. "5.10"                                                                  |

|    Hardware type........ "sun4u"                                                                |

|    Character length.... 16 Bits                                                                  |

|    Pointer length....... 64 Bits                                                                |

|    Work process number.. 4                                                                      |

|    Shortdump setting.... "full"                                                                  |

|                                                                                                  |

|    Database server... "vsyexhann01"                                                              |

|    Database type..... "HDB"                                                                      |

|    Database name..... "HNP"                                                                      |

|    Database user ID.. "SAPHNP"                                                                  |

|                                                                                                  |

|    Terminal.......... " "                                                                        |

|                                                                                                  |

|    Char.set.... "C"                                                                              |

|                                                                                                  |

|    SAP kernel....... 720                                                                        |

|    created (date)... "Mar 21 2012 09:58:29"                                                      |

|    create on........ "SunOS 5.10 Generic_141444-09 sun4us"                                      |

|    Database version. "SQLDBC 1.00.61.0380109 "                                                  |

|                                                                                                  |

|    Patch level. 201                                                                              |

|    Patch text.. " "                                                                              |

|                                                                                                  |

|    Database............. "HDB 1.0"                                                              |

|    SAP database version. 720                                                                    |

|    Operating system..... "SunOS 5.10, SunOS 5.11"                                                |

|                                                                                                  |

|    Memory consumption                                                                            |

|    Roll.... 0                                                                                    |

|    EM...... 100555392                                                                            |

|    Heap.... 0                                                                                    |

|    Page.... 0                                                                                    |

|    MM Used. 75424248                                                                            |

|    MM Free. 25123904                                                                            |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|User and Transaction                                                                              |

|    Client.............. 330                                                                      |

|    User................ "BIREMOTE"                                                              |

|    Language key........ "E"                                                                      |

|    Transaction......... " "                                                                      |

|    Transaction ID...... "53E66CC9405502F9E10000000A53F03E"                                      |

|                                                                                                  |

|    EPP Whole Context ID.... "CEED21FC7C3EC04FA3C0D0912FE05A37"                                  |

|    EPP Connection ID....... 00000000000000000000000000000000                                    |

|    EPP Caller Counter...... 0                                                                    |

|                                                                                                  |

|    Program............. "GP4PWAW7JG4VX23SSK75NF4776C"                                            |

|    Screen.............. "SAPMSSY1 3004"                                                          |

|    Screen Line......... 2                                                                        |

|    Debugger Active..... "none"                                                                  |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Server-Side Connection Information                                                                |

|    Information on caller of Remote Function Call (RFC):                                          |

|    System.............. "SP1"                                                                    |

|    Installation number " "                                                                      |

|    Database release... 620                                                                      |

|    Kernel release...... 640                                                                      |

|    Connection type 3 (2=R/2, 3=ABAP system, E=external, R=reg. external)                        |

|    Call type.......... "synchronous and transactional type T (emode 0, imode 0)"                |

|    Inbound TID.........." "                                                                      |

|    Inbound queue name..." "                                                                      |

|    Outbound TID........."0A53F03E141153E6C6641A65"                                              |

|    Outbound queue name.." "                                                                      |

|                                                                                                  |

|    Client#............. 330                                                                      |

|    User................."BIWREMOTE"                                                              |

|    Transaction......... " "                                                                      |

|    Call program........."SAPLERFC"                                                              |

|    Function module "ARFC_DEST_SHIP"                                                              |

|    Call destination.. "HNP330"                                                                  |

|    Source server....... "pkgapp2_SP1_03"                                                        |

|    Source IP address "10.83.240.59"                                                              |

|                                                                                                  |

|    Additional information on RFC logon:                                                          |

|    Trusted relationship." "                                                                      |

|    Logon return code....0                                                                        |

|    Trusted teturn code..0                                                                        |

|                                                                                                  |

|    Note:                                                                                        |

|    - For Releases < 4.0, information on the RFC caller is not available.                        |

|    - The installation number is provided from Release > 700                                      |

|    Transaction......... " "                                                                      |

|    Call Program........."SAPLERFC"                                                              |

|    Function Module..... "ARFC_DEST_SHIP"                                                        |

|    Call Destination.... "HNP330"                                                                |

|    Source Server....... "pkgapp2_SP1_03"                                                        |

|    Source IP Address... "10.83.240.59"                                                          |

|                                                                                                  |

|    Additional information on RFC logon:                                                          |

|    Trusted Relationship " "                                                                      |

|    Logon Return Code... 0                                                                        |

|    Trusted Return Code. 0                                                                        |

|                                                                                                  |

|    Note:                                                                                        |

|    - For Releases < 4.0, information on the RFC caller not available.                            |

|    - The installation number is available from caller Release > 700                              |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Information on where terminated                                                                  |

|    Termination occurred in the ABAP program "GP4PWAW7JG4VX23SSK75NF4776C" - in                  |

|    "INSERT_ODS".                                                                                |

|    The main program was "SAPMSSY1 ".                                                            |

|                                                                                                  |

|    In the source code you have the termination point in line 84                                  |

|    of the (Include) program "GP4PWAW7JG4VX23SSK75NF4776C".                                      |

|    The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in                  |

|    procedure "INSERT_ODS" "(FORM)", but it was neither handled locally nor                      |

|    declared                                                                                    |

|    in the RAISING clause of its signature.                                                      |

|                                                                                                  |

|    The procedure is in program "GP4PWAW7JG4VX23SSK75NF4776C "; its source code                  |

|    begins in line                                                                              |

|    23 of the (Include program "GP4PWAW7JG4VX23SSK75NF4776C ".                                    |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Source Code Extract                                                                              |

----------------------------------------------------------------------------------------------------

|Line |SourceCde                                                                                  |

----------------------------------------------------------------------------------------------------

|  54|* leave further processing because data is not consistent                                  |

|  55|                                                                                            |

|  56|  IF l_inconsistency_found = rs_c_true.                                                    |

|  57|    p_subrc = 77.                                                                          |

|  58|    EXIT.                                                                                  |

|  59|  ENDIF.                                                                                    |

|  60|                                                                                            |

|  61|                                                                                            |

|  62|                                                                                            |

|  63|                                                                                            |

|  64|  DATA: l_t_data TYPE ty_t_data,                                                            |

|  65|        l_s_data TYPE /BIC/B0000674001.                                                    |

|  66|*---1363526 Increasing the security to check the number of records inserted in PSA table    |

|  67|*---is actually equal to data in l_t_data or p_t_data.                                      |

|  68|  DATA: l_rollback TYPE rs_bool,                                                            |

|  69|        l_count TYPE i.                                                                    |

|  70|  l_rollback = RS_C_FALSE.                                                                  |

|  71|*---1363526                                                                                |

|  72|                                                                                            |

|  73|  APPEND LINES OF p_t_data TO l_t_data.                                                    |

|  74|                                                                                            |

|  75|  CLEAR: l_s_data.                                                                          |

|  76|  l_s_data-partno = p_partno.                                                              |

|  77|                                                                                            |

|  78|  MODIFY        l_t_data                                                                    |

|  79|  FROM          l_s_data                                                                    |

|  80|  TRANSPORTING  partno                                                                      |

|  81|  WHERE        request = p_requestid.                                                      |

|  82|                                                                                            |

|  83|                                                                                            |

|>>>>>|  INSERT      /BIC/B0000674001                                                              |

|  85|  FROM TABLE  l_t_data                                                                      |

|  86|  ACCEPTING DUPLICATE KEYS.                                                                |

|  87|*---1363526                                                                                |

|  88|  DESCRIBE TABLE l_t_data LINES l_count.                                                    |

|  89|  IF l_count NE sy-dbcnt.                                                                  |

|  90|    l_rollback = RS_C_TRUE.                                                                |

|  91|  ENDIF.                                                                                    |

|  92|*---1363526                                                                                |

|  93|                                                                                            |

|  94|                                                                                            |

|  95|*---1363526                                                                                |

|  96|  IF sy-subrc NE 0 OR l_rollback = RS_C_TRUE.                                              |

|  97|*  Insert not successful - rollback changes                                                |

|  98|    CALL FUNCTION 'DB_ROLLBACK'.                                                            |

|  99|*---1363526                                                                                |

|  100|    p_subrc = 13.                                                                          |

|  101|  ENDIF.                                                                                    |

|  102|                                                                                            |

|  103|ENDFORM.                    "INSERT_ODS                                                    |

----------------------------------------------------------------------------------------------------

 

 

----------------------------------------------------------------------------------------------------

|Contents of system fields                                                                        |

----------------------------------------------------------------------------------------------------

|Name    |Val.                                                                                    |

----------------------------------------------------------------------------------------------------

|SY-SUBRC|0                                                                                        |

|SY-INDEX|2                                                                                        |

|SY-TABIX|16260                                                                                    |

|SY-DBCNT|1                                                                                        |

|SY-FDPOS|12                                                                                      |

|SY-LSIND|0                                                                                        |

|SY-PAGNO|0                                                                                        |

|SY-LINNO|1                                                                                        |

|SY-COLNO|1                                                                                        |

|SY-PFKEY|                                                                                        |

|SY-UCOMM|                                                                                        |

|SY-TITLE|CPIC and RFC Control                                                                    |

|SY-MSGTY|E                                                                                        |

|SY-MSGID|                                                                                        |

|SY-MSGNO|002                                                                                      |

|SY-MSGV1|                                                                                        |

|SY-MSGV2|SAPI                                                                                    |

|SY-MSGV3|                                                                                        |

|SY-MSGV4|                                                                                        |

|SY-MODNO|0                                                                                        |

|SY-DATUM|20140810                                                                                |

|SY-UZEIT|112217                                                                                  |

|SY-XPROG|SAPMSSY1                                                                                |

|SY-XFORM|XAB_READ                                                                                |

----------------------------------------------------------------------------------------------------

 

 

 

 

 

PSA directory cleanup program output attached in the .docx attachment

 

Request urgent help as financial and sales information is currently put on-hold till this PSA issue is resolved.

 

Thanks


Viewing all articles
Browse latest Browse all 6437

Trending Articles