cancel
Showing results for 
Search instead for 
Did you mean: 

abap runtime error message X

Former Member
0 Kudos

hi,

i get the above error while trying to load an infopackage

wat shd i do?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

hi all,

i have tried all the options .. but i am still unable to open the info package. pls help!!!!!

Former Member
0 Kudos

hi all,

i went to the tables RSSDLINIT and RSSDLINITSEL and deleted the init for the datasource. but am still unable to open the infopackage.

please help !

Former Member
0 Kudos

Runtime Errors MESSAGE_TYPE_X
Date and Time 11/14/2012 03:11:30
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Short text |
| The current application triggered a termination with a short dump. |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|What happened? |
| The current application program detected a situation which really |
| should not occur. Therefore, a termination with a short dump was |
| triggered on purpose by the key word MESSAGE (type X). |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|What can you do? |
| Note down which actions and inputs caused the error. |
| |
| |
| To process the problem further, contact you SAP system |
| administrator. |
| |
| Using Transaction ST22 for ABAP Dump Analysis, you can look |
| at and manage termination messages, and you can also |
| keep them for a long time. |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Error analysis |
| Short text of error message: |
| *** Data request to the OLTP *** |
| |
| Long text of error message: |
| |
| Technical information about the message: |
| Message class....... "RSM" |
| Number.............. 000 |
| Variable 1.......... " " |
| Variable 2.......... " " |
| Variable 3.......... " " |
| Variable 4.......... " " |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|How to correct the error |
| Probably the only way to eliminate the error is to correct the program. |
| - |
| |
| If the error occures in a non-modified SAP program, you may be able to |
| find an interim solution in an SAP Note. |
| If you have access to SAP Notes, carry out a search with the following |
| keywords: |
| |
| "MESSAGE_TYPE_X" " " |
| "SAPLRSS1" or "LRSS1F11" |
| "RSM1_CHECK_FOR_DELTAUPD" |
| |
| If you cannot solve the problem yourself and want to send an error |
| notification to SAP, include the following information: |
| |
| 1. The description of the current problem (short dump) |
| |
| To save the description, choose "System->List->Save->Local File |
| (Unconverted)". |
| |
| 2. Corresponding system log |
| |
| Display the system log by calling transaction SM21. |
| Restrict the time interval to 10 minutes before and five minutes |
| after the short dump. Then choose "System->List->Save->Local File |
| (Unconverted)". |
| |
| 3. If the problem occurs in a problem of your own or a modified SAP |
| program: The source code of the program |
| In the editor, choose "Utilities->More |
| Utilities->Upload/Download->Download". |
| |
| 4. Details about the conditions under which the error occurred or which |
| actions and input led to the error. |
| |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|System environment |
| SAP-Release 700 |
| |
| Application server... "tpadbw01" |
| Network address...... "172.19.232.45" |
| Operating system..... "Windows NT" |
| Release.............. "5.2" |
| Hardware type........ "8x Intel 801586" |
| Character length.... 16 Bits |
| Pointer length....... 32 Bits |
| Work process number.. 8 |
| Shortdump setting.... "full" |
| |
| Database server... "TPADBW01" |
| Database type..... "ORACLE" |
| Database name..... "DBW" |
| Database user ID.. "SAPSR3" |
| |
| Terminal................. " " |
| |
| Char.set.... "C" |
| |
| SAP kernel....... 700 |
| created (date)... "Dec 24 2011 01:06:49" |
| create on........ "NT 5.2 3790 Service Pack 2 x86 MS VC++ 13.10" |
| Database version. "OCI_10201_SHARE (11.2.0.2.0) " |
| |
| Patch level. 333 |
| Patch text.. " " |
| |
| Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*" |
| SAP database version. 700 |
| Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows |
| NT 6.0, Windows NT 6.1" |
| |
| Memory consumption |
| Roll.... 8176 |
| EM...... 8361792 |
| Heap.... 0 |
| Page.... 24576 |
| MM Used. 3685968 |
| MM Free. 493184 |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|User and Transaction |
| |
| Client.............. 300 |
| User................ "BWREMOTE" |
| Language key........ "E" |
| Transaction......... " " |
| Transactions ID..... "443B2EE2906EF1ECB20B00104200ACC7" |
| |
| Program............. "SAPLRSS1" |
| Screen.............. "SAPMSSY0 1000" |
| Screen line......... 6 |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Information on where terminated |
| Termination occurred in the ABAP program "SAPLRSS1" - in |
| "RSM1_CHECK_FOR_DELTAUPD". |
| The main program was "RSPROCESS ". |
| |
| In the source code you have the termination point in line 1543 |
| of the (Include) program "LRSS1F11". |
| The program "SAPLRSS1" was started as a background job. |
| Job Name....... "BI_PROCESS_LOADING" |
| Job Initiator.. "MNEMICHA" |
| Job Number..... 03112401 |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Source Code Extract |
----------------------------------------------------------------------------------------------------
|Line |SourceCde |
----------------------------------------------------------------------------------------------------
| 1513| exceptions |
| 1514| not_exist = 1 |
| 1515| others = 2. |
| 1516| if sy-subrc <> 0. |
| 1517| message x000. |
| 1518| endif. |
| 1519| data: l_t_roosprmsc like roosprmsc occurs 0. |
| 1520| data: l_s_roosprmsc like roosprmsc. |
| 1521| data: l_t_roosprms_dummy like roosprms occurs 0. |
| 1522| data: l_t_roosprmsf_dummy like roosprmsf occurs 0. |
| 1523| data: l_t_rorqstprms_dummy like rorqstprms occurs 0. |
| 1524| call function 'RSA1_OLTPSOURCE_GET_SELECTIONS' |
| 1525| destination l_dest |
| 1526| exporting |
| 1527| i_oltpsource = l_oltpsource |
| 1528| i_rlogsys = l_rlogsys |
| 1529| tables |
| 1530| e_t_roosprmsc = l_t_roosprmsc |
| 1531| e_t_roosprms = l_t_roosprms_dummy |
| 1532| e_t_roosprmsf = l_t_roosprmsf_dummy |
| 1533| e_t_rorqstprms = l_t_rorqstprms_dummy |
| 1534| exceptions |
| 1535| communication_failure = 1 message msg_text |
| 1536| system_failure = 2 message msg_text. |
| 1537| if sy-subrc <> 0. |
| 1538| message x051(rsar) with msg_text(50) |
| 1539| msg_text+50(50) '' ''. |
| 1540| endif. |
| 1541| read table l_t_roosprmsc into l_s_roosprmsc index 1. |
| 1542| if sy-subrc <> 0. |
|>>>>>| message x000. |
| 1544| endif. |
| 1545| if l_s_roosprmsc-deltarnr is initial. |
| 1546| l_updmode = 'D'. |
| 1547| else. |
| 1548| data: l_s_rsseldone_delta like rsseldone. |
| 1549|* select single * from rsseldone into l_s_rsseldone_delta where |
| 1550|* rnr = l_s_roosprmsc-deltarnr. |
| 1551| call function 'RSSM_RSSELDONE_READ' |
| 1552| exporting |
| 1553| i_rnr = l_s_roosprmsc-deltarnr |
| 1554| i_single_select = 'X' |
| 1555| importing |
| 1556| e_s_rsseldone = l_s_rsseldone_delta. |
| 1557| if l_s_rsseldone_delta is initial. "sy-subrc <> 0. |
| 1558| message x000. |
| 1559| endif. |
| 1560| data: l_delta_sid type rssid. |
| 1561| call function 'RRSI_VAL_SID_SINGLE_CONVERT' |
| 1562| exporting |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Contents of system fields |
----------------------------------------------------------------------------------------------------
|Name |Val. |
----------------------------------------------------------------------------------------------------
|SY-SUBRC|4 |
|SY-INDEX|1 |
|SY-TABIX|0 |
|SY-DBCNT|6 |
|SY-FDPOS|0 |
|SY-LSIND|0 |
|SY-PAGNO|0 |
|SY-LINNO|1 |
|SY-COLNO|1 |
|SY-PFKEY| |
|SY-UCOMM| |
|SY-TITLE|Process Variant Run |
|SY-MSGTY|X |
|SY-MSGID|RSM |
|SY-MSGNO|000 |
|SY-MSGV1| |
|SY-MSGV2| |
|SY-MSGV3| |
|SY-MSGV4| |
|SY-MODNO|0 |
|SY-DATUM|20121114 |
|SY-UZEIT|031127 |
|SY-XPROG|SAPCNVE |
|SY-XFORM|CONVERSION_EXIT |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Active Calls/Events |
----------------------------------------------------------------------------------------------------
|No. Ty. Program Include Line |
| Name |
----------------------------------------------------------------------------------------------------
| 7 FORM SAPLRSS1 LRSS1F11 1543 |
| RSM1_CHECK_FOR_DELTAUPD |
| 6 FORM SAPLRSS1 LRSS1F07 296 |
| RSS1_FILL_PAK |
| 5 FUNCTION SAPLRSS1 LRSS1U04 1982 |
| RSSM_SDL_INFOPACKAGE_DIALOG |
| 4 FUNCTION SAPLRSAB LRSABU64 27 |
| BAPI_IPAK_CHECK |
| 3 FUNCTION SAPLRSSM_PROCESS LRSSM_PROCESSU25 89 |
| RSSM_PROCESS_LOADING |
| 2 METHOD CL_RSSM_LOADING===============CP CL_RSSM_LOADING===============CM005 341 |
| CL_RSSM_LOADING=>IF_RSPC_EXECUTE~EXECUTE |
| 1 EVENT RSPROCESS RSPROCESS 144 |
| START-OF-SELECTION |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Chosen variables |
----------------------------------------------------------------------------------------------------
|Name |
| Val. |
----------------------------------------------------------------------------------------------------
|No. 7 Ty. FORM |
|Name RSM1_CHECK_FOR_DELTAUPD |
----------------------------------------------------------------------------------------------------
|SY-MSGV3 |
| |
| 22222222222222222222222222222222222222222222222222 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
|SY-MSGV4 |
| |
| 22222222222222222222222222222222222222222222222222 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
|G_ESC |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|L_T_ROOSPRMSC |
| Table IT_525[0x414] |
| \FUNCTION-POOL=RSS1\FORM=RSM1_CHECK_FOR_DELTAUPD\DATA=L_T_ROOSPRMSC |
| Table reference: 68 |
| TABH+ 0(20) = 00000000800C643300000000440000000D020000 |
| TABH+ 20(20) = 000000009E010000FFFFFFFF04F1000000190100 |
| TABH+ 40( 😎 = 10000000C1308101 |
| store = 0x00000000 |
| ext1 = 0x800C6433 |
| shmId = 0 (0x00000000) |
| id = 68 (0x44000000) |
| label = 525 (0x0D020000) |
| fill = 0 (0x00000000) |
| leng = 414 (0x9E010000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#001484 |
| occu = 16 (0x10000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 1 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = Not allocated |
| pghook = Not allocated |
| idxPtr = Not allocated |
| shmTabhSet = Not allocated |
| id = Not allocated |
| refCount = Not allocated |
| tstRefCount = Not allocated |
| lineAdmin = Not allocated |
| lineAlloc = Not allocated |
| shmVersId = Not allocated |
| shmRefCount = Not allocated |
| shmIsReadOnly = Not allocated |
| >>>>> 1st level extension part <<<<< |
| regHook = 0x00000000 |
| collHook = 0x00000000 |
| ext2 = 0x380C6433 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = 0xF80B6433 |
| delta_head = 0100000002000000CF0000000000000004F10000301901000000000021002000200020000500000|
| pb_func = 0x00000000 |
| pb_handle = 0x00000000 |
|L_S_ROOSPRMSC |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|G_T_RSLDPRULE[] |
| Table[initial] |
|SY-SUBRC |
| 4 |
| 0000 |
| 4000 |
|SCREEN |
| %_17NNS0000898077_%_%_%_%_%_%_ |
| 2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222|
| 5F17EE30000898077F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|SY-REPID |
| SAPLRSS1 |
| 5454555322222222222222222222222222222222 |
| 310C233100000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|SY-MSGID |
| RSM |
| 55422222222222222222 |
| 23D00000000000000000 |
| 00000000000000000000 |
| 00000000000000000000 |
|G_T_PAKET |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|RSOSOHIE |
| 00000000 00000000|
| 2222222222222222222222222222222222222222222222222222222222222222222222222233333333222233333333|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|SPACE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|SY-MSGNO |
| 000 |
| 333 |
| 000 |
| 000 |
| 000 |
|SY-MSGV1 |
| |
| 22222222222222222222222222222222222222222222222222 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
|SY-MSGV2 |
| |
| 22222222222222222222222222222222222222222222222222 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
|G_FILESEP |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|L_S_ROOSPRMSC-DELTARNR |
| |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|%_SPACE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|L_UPDMODE |
| |
| 22 |
| 00 |
| 00 |
| 00 |
|G_T_FELDER_OLTP_T |
| 0000 |
| 2333322222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|G_NOHIER |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|G_ERR |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|SYST-REPID |
| SAPLRSS1 |
| 5454555322222222222222222222222222222222 |
| 310C233100000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
----------------------------------------------------------------------------------------------------
|No. 6 Ty. FORM |
|Name RSS1_FILL_PAK |
----------------------------------------------------------------------------------------------------
|G_GRUPPE_TEXT |
| |
| 222222222222222222222222222222222222222222222222222222222222 |
| 000000000000000000000000000000000000000000000000000000000000 |
| 000000000000000000000000000000000000000000000000000000000000 |
| 000000000000000000000000000000000000000000000000000000000000 |
|L_T_RSSELDONE[] |
| Table IT_521[1x2552] |
| \FUNCTION-POOL=RSS1\FORM=RSS1_FILL_PAK\DATA=L_T_RSSELDONE[] |
| Table reference: 57 |
| TABH+ 0(20) = 505A323300000000000000003900000009020000 |
| TABH+ 20(20) = 01000000F8090000FFFFFFFF04F10000F0170000 |
| TABH+ 40( 😎 = 04000000C1308001 |
| store = 0x505A3233 |
| ext1 = 0x00000000 |
| shmId = 0 (0x00000000) |
| id = 57 (0x39000000) |
| label = 521 (0x09020000) |
| fill = 1 (0x01000000) |
| leng = 2552 (0xF8090000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000113 |
| occu = 4 (0x04000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0xC80C6433 |
| pgHook = 0x00000000 |
| idxPtr = 0x00000000 |
| shmTabhSet = 0x00000000 |
| id = 474 (0xDA010000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 4 (0x04000000) |
| lineAlloc = 4 (0x04000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = Not allocated |
| collHook = Not allocated |
| ext2 = Not allocated |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = Not allocated |
| delta_head = Not allocated |
| pb_func = Not allocated |
| pb_handle = Not allocated |
|L_T_RSSELDONE |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|L_T_RSSDLINIT[] |
| Table IT_517[1x296] |
| \FUNCTION-POOL=RSS1\FORM=RSS1_FILL_PAK\DATA=L_T_RSSDLINIT[] |
| Table reference: 54 |
| TABH+ 0(20) = D85A323300000000000000003600000005020000 |
| TABH+ 20(20) = 0100000028010000FFFFFFFF04F1000020540000 |
| TABH+ 40( 😎 = 10000000C1308401 |
| store = 0xD85A3233 |
| ext1 = 0x00000000 |
| shmId = 0 (0x00000000) |
| id = 54 (0x36000000) |
| label = 517 (0x05020000) |
| fill = 1 (0x01000000) |
| leng = 296 (0x28010000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000434 |
| occu = 16 (0x10000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 1 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0x184D3333 |
| pgHook = 0x00000000 |
| idxPtr = 0x00000000 |
| shmTabhSet = 0x00000000 |
| id = 426 (0xAA010000) |
| refCount = 1 (0x01000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 16 (0x10000000) |
| lineAlloc = 16 (0x10000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 2 (0x02000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = Not allocated |
| collHook = Not allocated |
| ext2 = Not allocated |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = Not allocated |
| delta_head = Not allocated |
| pb_func = Not allocated |
| pb_handle = Not allocated |
|L_T_RSSDLINIT |
| 2LIS_02_HDR QA3_300 REQU_DDBUOM0JJGOLFL3WEVWDSL1VRX @08@####20120726MNEMIC|
| 3445533544522222222222222222225435333222545554445443444444435455454355524334026733333333444444|
| 2C93F02F8420000000000000000000113F3000002515F4425FD0AA7FC6C3756743C162800080200520120726DE5D93|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000077100000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000124C00000000000000|
|L_T_RSLDPSEL_DUMMY[] |
| Table IT_520[1x2084] |
| \FUNCTION-POOL=RSS1\FORM=RSS1_FILL_PAK\DATA=L_T_RSLDPSEL_DUMMY[] |
| Table reference: 65 |
| TABH+ 0(20) = B0623D3300000000000000004100000008020000 |
| TABH+ 20(20) = 0100000024080000FFFFFFFF04F1000000170000 |
| TABH+ 40( 😎 = 04000000C1308001 |
| store = 0xB0623D33 |
| ext1 = 0x00000000 |
| shmId = 0 (0x00000000) |
| id = 65 (0x41000000) |
| label = 520 (0x08020000) |
| fill = 1 (0x01000000) |
| leng = 2084 (0x24080000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000108 |
| occu = 4 (0x04000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0xF0FB6433 |
| pgHook = 0x00000000 |
| idxPtr = 0x00000000 |
| shmTabhSet = 0x00000000 |
| id = 473 (0xD9010000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 4 (0x04000000) |
| lineAlloc = 4 (0x04000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = Not allocated |
| collHook = Not allocated |
| ext2 = Not allocated |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = Not allocated |
| delta_head = Not allocated |
| pb_func = Not allocated |
| pb_handle = Not allocated |
|L_T_RSLDPSEL_DUMMY |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|L_T_CHANNEL |
| Table IT_518[1x80] |
| \FUNCTION-POOL=RSS1\FORM=RSS1_FILL_PAK\DATA=L_T_CHANNEL |
| Table reference: 62 |
| TABH+ 0(20) = 30623D3300000000000000003E00000006020000 |
| TABH+ 20(20) = 0100000050000000FFFFFFFF04F1000040DF0000 |
| TABH+ 40( 😎 = 10000000C1248001 |
| store = 0x30623D33 |
| ext1 = 0x00000000 |
| shmId = 0 (0x00000000) |
| id = 62 (0x3E000000) |
| label = 518 (0x06020000) |
| fill = 1 (0x01000000) |
| leng = 80 (0x50000000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#001176 |
| occu = 16 (0x10000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0x40066433 |
| pgHook = 0x00000000 |
| idxPtr = 0x00000000 |
| shmTabhSet = 0x00000000 |
| id = 471 (0xD7010000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 16 (0x10000000) |
| lineAlloc = 16 (0x10000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = Not allocated |
| collHook = Not allocated |
| ext2 = Not allocated |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = Not allocated |
| delta_head = Not allocated |
| pb_func = Not allocated |
| pb_handle = Not allocated |
|G_OLTPTYP |
| D |
| 4 |
| 4 |
| 0 |
| 0 |
|G_OLTPSOURCE |
| 2LIS_02_HDR |
| 344553354452222222222222222222 |
| 2C93F02F8420000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|G_LOGSYS |
| QA3_300 |
| 5435333222 |
| 113F300000 |
| 0000000000 |
| 0000000000 |
|L_BATCH |
| 1 |
| 3 |
| 1 |
| 0 |
| 0 |
|L_RNR |
| REQU_DDBUOM0JJGOLFL3WEVWDSL1VR |
| 545554445443444444435455454355 |
| 2515F4425FD0AA7FC6C3756743C162 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|L_UPDMODE |
| |
| 22 |
| 00 |
| 00 |
| 00 |
|L_SUBRC |
| 0 |
| 0000 |
| 0000 |
|L_CHANGE_IT |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|L_REQ_TO_KILL |
| REQU_DE0V4O6TQW03CM51HYL5P6XMV |
| 545554435343555334433454353545 |
| 2515F45064F6417033D5189C5068D6 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|SYST |
| ##########################A###ÿ#################<#############################T######### C####|
| 000000000000000000000000004000F0000000900000000030000000000000000000000000001050001000AF240000|
| 100000000000100000006000101010F0000000E000000040C000000000000000000000000000604000E0000F030300|
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000AF000000|
| 00000000000000000000000000000000000000100000000000000000000000000000000000000000000000BF00000C|
|G_CRT_PACKAGE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|G_BAPI_CALL |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|RSJOBINFO |
| 00000000000000 ## |
| 2222222222222222222222222222222233333333333333222222222222222222222222222222222200 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
|L_T_RETURN[] |
| Table[initial] |
|L_T_RETURN |
| 000 |
| 2222222222222222222223332222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
----------------------------------------------------------------------------------------------------
|No. 5 Ty. FUNCTION |
|Name RSSM_SDL_INFOPACKAGE_DIALOG |
----------------------------------------------------------------------------------------------------
|BAPI_CALL |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|BAPI_JOBNAME |
| |
| 22222222222222222222222222222222 |
| 00000000000000000000000000000000 |
| 00000000000000000000000000000000 |
| 00000000000000000000000000000000 |
|BAPI_RNR |
| |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|CALLED_FROM_PC |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|COMMAND |
| |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|CRT_ASSIGN |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|LOGDPID |
| ZPAK_D4QZJ7OF8V2ZN321Y08RDTSTS |
| 554454355434435354333533545555 |
| A01BF441AA7F6862AE321908244343 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|LOGSYS |
| QA3_300 |
| 5435333222 |
| 113F300000 |
| 0000000000 |
| 0000000000 |
|LOGTYP |
| P |
| 5 |
| 0 |
| 0 |
| 0 |
|OBJVERS |
| A |
| 4 |
| 1 |
| 0 |
| 0 |
|OLTPSOURCE |
| 2LIS_02_HDR |
| 344553354452222222222222222222 |
| 2C93F02F8420000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|OLTPTYP |
| D |
| 4 |
| 4 |
| 0 |
| 0 |
|PC_SERVER |
| |
| 22222222222222222222222222222222 |
| 00000000000000000000000000000000 |
| 00000000000000000000000000000000 |
| 00000000000000000000000000000000 |
|RNR |
| |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|SOURCE |
| 2LIS_02_HDR |
| 344553354452222222222222222222 |
| 2C93F02F8420000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|TYP |
| I |
| 4 |
| 9 |
| 0 |
| 0 |
|VARIANT |
| CUSTOMER |
| 455544452222 |
| 3534FD520000 |
| 000000000000 |
| 000000000000 |
|E_ABBR |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|E_CRT_NO_ENQ_SET |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|E_REQUEST_RNR |
| |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|L_SUBRC |
| 0 |
| 0000 |
| 0000 |
|G_LOG_CHILD |
| |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|L_T_RETURN[] |
| Table[initial] |
|L_T_RETURN |
| 000 |
| 2222222222222222222223332222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|CX_TRUE |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|G_T_GET2 |
| 0000000000000000 |
| 2222222222222222222222222222222223333333333333333222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|G_IPAK_X |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|CL_GUI_CONTROL=>LIFETIME_DEFAULT |
| ??? |
| ?????? |
| ?????? |
|G_T_APPLNM |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|G_SUBRC |
| 0 |
| 0000 |
| 0000 |
----------------------------------------------------------------------------------------------------
|No. 4 Ty. FUNCTION |
|Name BAPI_IPAK_CHECK |
----------------------------------------------------------------------------------------------------
|INFOPACKAGE |
| ZPAK_D4QZJ7OF8V2ZN321Y08RDTSTS |
| 554454355434435354333533545555 |
| A01BF441AA7F6862AE321908244343 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|RETURN[] |
| Table IT_333[0x1088] |
| \FUNCTION=RSSM_PROCESS_LOADING\DATA=L_T_RETURN[] |
| Table reference: 38 |
| TABH+ 0(20) = 000000002064353300000000260000004D010000 |
| TABH+ 20(20) = 0000000040040000FFFFFFFF0496000080840000 |
| TABH+ 40( 😎 = 08000000C1308001 |
| store = 0x00000000 |
| ext1 = 0x20643533 |
| shmId = 0 (0x00000000) |
| id = 38 (0x26000000) |
| label = 333 (0x4D010000) |
| fill = 0 (0x00000000) |
| leng = 1088 (0x40040000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000692 |
| occu = 8 (0x08000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = Not allocated |
| pghook = Not allocated |
| idxPtr = Not allocated |
| shmTabhSet = Not allocated |
| id = Not allocated |
| refCount = Not allocated |
| tstRefCount = Not allocated |
| lineAdmin = Not allocated |
| lineAlloc = Not allocated |
| shmVersId = Not allocated |
| shmRefCount = Not allocated |
| shmIsReadOnly = Not allocated |
| >>>>> 1st level extension part <<<<< |
| regHook = 0x00000000 |
| collHook = 0x00000000 |
| ext2 = 0xA0944B33 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = 0x60453533 |
| delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|
| pb_func = 0x00000000 |
| pb_handle = 0x00000000 |
|SYST-REPID |
| SAPLRSAB |
| 5454554422222222222222222222222222222222 |
| 310C231200000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|G_T_RETURN[] |
| Table[initial] |
|G_T_RETURN |
| 000 |
| 2222222222222222222223332222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|RETURN |
| 000 |
| 2222222222222222222223332222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|RSA_C_ISTYPE-DATA |
| D |
| 4 |
| 4 |
| 0 |
| 0 |
|L_S_RSLDPIO-LOGSYS |
| QA3_300 |
| 5435333222 |
| 113F300000 |
| 0000000000 |
| 0000000000 |
|G_SNDLOGSYS |
| |
| 2222222222 |
| 0000000000 |
| 0000000000 |
| 0000000000 |
|L_S_RSLDPIO-OLTPSOURCE |
| 2LIS_02_HDR |
| 344553354452222222222222222222 |
| 2C93F02F8420000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|L_S_RSLDPIO-OLTPTYP |
| D |
| 4 |
| 4 |
| 0 |
| 0 |
|L_S_RSLDPIO-SOURCE |
| 2LIS_02_HDR |
| 344553354452222222222222222222 |
| 2C93F02F8420000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|L_S_RSLDPIO-TYP |
| I |
| 4 |
| 9 |
| 0 |
| 0 |
|L_S_RSLDPIO-VARIANT |
| CUSTOMER |
| 455544452222 |
| 3534FD520000 |
| 000000000000 |
| 000000000000 |
|RSA_C_FLDNM |
| FILLER LANGU DATETO DATE|
| 4444452222222222222222222222224444522222222222222222222222224454542222222222222222222222224454|
| 69CC52000000000000000000000000C1E75000000000000000000000000041454F0000000000000000000000004145|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|SY-TABIX |
| 0 |
| 0000 |
| 0000 |
|SY-SUBRC |
| 4 |
| 0000 |
| 4000 |
|SPACE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
----------------------------------------------------------------------------------------------------
|No. 3 Ty. FUNCTION |
|Name RSSM_PROCESS_LOADING |
----------------------------------------------------------------------------------------------------
|I_CHAIN_ID |
| ZSRM2_PURORDER |
| 5554355554544522222222222 |
| A32D2F052F245200000000000 |
| 0000000000000000000000000 |
| 0000000000000000000000000 |
|I_CHAIN_LOG_ID |
| DE20ANJ0554FO3DERFEMSIQX3 |
| 4433444333344344544454553 |
| 45201EA05546F345265D39183 |
| 0000000000000000000000000 |
| 0000000000000000000000000 |
|I_INFOPACKAGE |
| ZPAK_D4QZJ7OF8V2ZN321Y08RDTSTS |
| 554454355434435354333533545555 |
| A01BF441AA7F6862AE321908244343 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|I_T_RNR_REPEAT |
| Table[initial] |
|E_REQUESTID |
| REQU_DE20ANQVFJU3N1UV2AM8UQF2F |
| 545554433445544534355344355434 |
| 2515F45201E166A53E15621D851626 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|E_T_MSG |
| Table[initial] |
|SYST-REPID |
| SAPLRSSM_PROCESS |
| 5454555455544455222222222222222222222222 |
| 310C233DF02F3533000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|RSMPC_C_PSAPROCESS-REQUEST |
| REQUEST |
| 545545522222222222222222222222 |
| 251553400000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|L_S_RSREQDONE-TIMESTAMPSAVE |
| ##!#@##| |
| 00214917 |
| 2111012C |
|<%_TABLE_RSISOSMAP> |
| ??? |
| ?????? |
| ?????? |
|RSENQ_C_EXCLUDING_REQUEST |
| EXCL_REQU |
| 454455455222222222222222222222 |
| 583CF2515000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|L_S_RSREQDONE |
| REQU_DE20ANQVFJU3N1UV2AM8UQF2F ZPAK_D4QZJ7OF8V2ZN321Y08RDTSTS |
| 5455544334455445343553443554342222222222222222222222222222225544543554344353543335335455552222|
| 2515F45201E166A53E15621D851626000000000000000000000000000000A01BF441AA7F6862AE3219082443430000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|RSSB_C_AUTH_ISRCOBJ-INFOPACKAGE |
| INFOPACKAG |
| 4444544444 |
| 9E6F013B17 |
| 0000000000 |
| 0000000000 |
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|<%_TABLE_RSREQICODS> |
| ??? |
| ?????? |
| ?????? |
|SY-BATCH |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|L_T_RETURN[] |
| Table IT_333[0x1088] |
|L_T_RETURN |
| 000 |
| 2222222222222222222223332222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
----------------------------------------------------------------------------------------------------
|No. 2 Ty. METHOD |
|Name CL_RSSM_LOADING=>IF_RSPC_EXECUTE~EXECUTE |
----------------------------------------------------------------------------------------------------
|I_VARIANT |
| ZPAK_D4QZJ7OF8V2ZN321Y08RDTSTS |
| 554454355434435354333533545555 |
| A01BF441AA7F6862AE321908244343 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|I_EVENT_START |
| RSPROCESS |
| 55554445522222222222222222222222 |
| 2302F353300000000000000000000000 |
| 00000000000000000000000000000000 |
| 00000000000000000000000000000000 |
|I_EVENTP_START |
| D8YW6UKS5BHPFDFQ7XLUJCKAV |
| 4355354534454445354544445222222222222222222222222222222222222222 |
| 489765B35280646178C5A3B16000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000 |
|I_JOBCOUNT |
| 03112401 |
| 33333333 |
| 03112401 |
| 00000000 |
| 00000000 |
|I_BATCHDATE |
| 20121114 |
| 33333333 |
| 20121114 |
| 00000000 |
| 00000000 |
|I_BATCHTIME |
| 031124 |
| 333333 |
| 031124 |
| 000000 |
| 000000 |
|I_T_PROCESSLIST |
| Table IT_111[15x1024] |
| \PROGRAM=RSPROCESS\DATA=G_T_PROCESSLIST |
| Table reference: 33 |
| TABH+ 0(20) = 102742330000000000000000210000006F000000 |
| TABH+ 20(20) = 0F00000000040000FFFFFFFF0474000000110000 |
| TABH+ 40( 😎 = 08000000C9308401 |
| store = 0x10274233 |
| ext1 = 0x00000000 |
| shmId = 0 (0x00000000) |
| id = 33 (0x21000000) |
| label = 111 (0x6F000000) |
| fill = 15 (0x0F000000) |
| leng = 1024 (0x00040000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000076 |
| occu = 8 (0x08000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 1 (ItIndexLinear) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 1 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0x60C64633 |
| pgHook = 0x50DD3E33 |
| idxPtr = 0xF0DC3E33 |
| shmTabhSet = 0x00000000 |
| id = 80 (0x50000000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 16 (0x10000000) |
| lineAlloc = 16 (0x10000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 2 (0x02000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = Not allocated |
| collHook = Not allocated |
| ext2 = Not allocated |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = Not allocated |
| delta_head = Not allocated |
| pb_func = Not allocated |
| pb_handle = Not allocated |
|I_LOGID |
| DE20ANJ0554FO3DERFEMSIQX3 |
| 4433444333344344544454553 |
| 45201EA05546F345265D39183 |
| 0000000000000000000000000 |
| 0000000000000000000000000 |
|I_T_VARIABLES |
| Table[initial] |
|I_SYNCHRONOUS |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|I_SIMULATE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|I_REPAIR |
| |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|I_BATCHID |
| |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|E_INSTANCE |
| |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|E_STATE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|E_EVENTNO |
| 00 |
| 33 |
| 00 |
| 00 |
| 00 |
|E_HOLD |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|L_S_RSLDPIO-LOGDPID |
| ZPAK_D4QZJ7OF8V2ZN321Y08RDTSTS |
| 554454355434435354333533545555 |
| A01BF441AA7F6862AE321908244343 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|L_S_RSLDPIO-LOGSYS |
| QA3_300 |
| 5435333222 |
| 113F300000 |
| 0000000000 |
| 0000000000 |
|L_S_RSLDPIO-OLTPSOURCE |
| 2LIS_02_HDR |
| 344553354452222222222222222222 |
| 2C93F02F8420000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|ICON_SELECTION |
| @7X@ |
| 4354 |
| 0780 |
| 0000 |
| 0000 |
|L_S_RSLDPIO-SOURCE |
| 2LIS_02_HDR |
| 344553354452222222222222222222 |
| 2C93F02F8420000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|ICON_STACK |
| @3B@ |
| 4344 |
| 0320 |
| 0000 |
| 0000 |
|L_S_RSLDPIO-TYP |
| I |
| 4 |
| 9 |
| 0 |
| 0 |
|L_S_RSLDPIO-VARIANT |
| CUSTOMER |
| 455544452222 |
| 3534FD520000 |
| 000000000000 |
| 000000000000 |
|L_S_PROCESSLIST-CHAIN_ID |
| ZSRM2_PURORDER |
| 5554355554544522222222222 |
| A32D2F052F245200000000000 |
| 0000000000000000000000000 |
| 0000000000000000000000000 |
|L_T_RNR |
| Table[initial] |
|L_T_MSG |
| Table[initial] |
|L_S_MSG |
| 000 |
| 2222222222222222222223332222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|%_PRINT |
| 001RSPROCESS_ X8#A#|
| 2222333555544455522222222222222222222222222222222222222222222222222222222222222222222222253040|
| 00000012302F3533F00000000000000000000000000000000000000000000000000000000000000000000000088010|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|L_S_MSG-MSGTY |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|SYST-REPID |
| CL_RSSM_LOADING===============CP |
| 4455554544444443333333333333334522222222 |
| 3CF233DFCF149E7DDDDDDDDDDDDDDD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
----------------------------------------------------------------------------------------------------
|No. 1 Ty. EVENT |
|Name START-OF-SELECTION |
----------------------------------------------------------------------------------------------------
|G_VARIANT |
| ZPAK_D4QZJ7OF8V2ZN321Y08RDTSTS |
| 554454355434435354333533545555 |
| A01BF441AA7F6862AE321908244343 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|G_TYPE |
| LOADING |
| 4444444222 |
| CF149E7000 |
| 0000000000 |
| 0000000000 |
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|%_ARCHIVE |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|G_OBJECT |
| CL_RSSM_LOADING |
| 445555454444444222222222222222 |
| 3CF233DFCF149E7000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|G_INSTANCE |
| |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|SY |
| ##########################A###ÿ#################<#############################T######### C####|
| 000000000000000000000000004000F0000000900000000030000000000000000000000000001050001000AF240000|
| 100000000000100000006000101010F0000000E000000040C000000000000000000000000000604000E0000F030300|
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000AF000000|
| 00000000000000000000000000000000000000100000000000000000000000000000000000000000000000BF00000C|
|%_SPACE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|%_REPAIR_%_APP_% |
| |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|G_STATE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|G_EVENTID |
| RSPROCESS |
| 55554445522222222222222222222222 |
| 2302F353300000000000000000000000 |
| 00000000000000000000000000000000 |
| 00000000000000000000000000000000 |
|G_HOLD |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|G_EVENTPARM |
| D8YW6UKS5BHPFDFQ7XLUJCKAV |
| 4355354534454445354544445222222222222222222222222222222222222222 |
| 489765B35280646178C5A3B16000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000 |
|G_JOBCOUNT |
| 03112401 |
| 33333333 |
| 03112401 |
| 00000000 |
| 00000000 |
|G_BATCHDATE |
| 20121114 |
| 33333333 |
| 20121114 |
| 00000000 |
| 00000000 |
|G_EVENTNO |
| 00 |
| 33 |
| 00 |
| 00 |
| 00 |
|G_BATCHTIME |
| 031124 |
| 333333 |
| 031124 |
| 000000 |
| 000000 |
|G_T_VARIABLES |
| Table[initial] |
|G_T_PROCESSLIST |
| Table IT_111[15x1024] |
|%F007017_1000 |
| Log ID (Internal Use Only) |
| 46624422467676662576246672222222222222222222222222222222222222222222222222222222222 |
| CF7094089E452E1C05350FEC99000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
|G_LOGID |
| DE20ANJ0554FO3DERFEMSIQX3 |
| 4433444333344344544454553 |
| 45201EA05546F345265D39183 |
| 0000000000000000000000000 |
| 0000000000000000000000000 |
|G_CHAIN |
| ZSRM2_PURORDER |
| 5554355554544522222222222 |
| A32D2F052F245200000000000 |
| 0000000000000000000000000 |
| 0000000000000000000000000 |
|G_REPAIR |
| |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|G_BATCHID |
| INFO_DE20ANQVFJSK9T7CF7R0PVMIV |
| 444454433445544543534435355445 |
| 9E6FF45201E166A3B9473672006D96 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Internal notes |
| The termination was triggered in function "ab_jmess" |
| of the SAP kernel, in line 1275 of the module |
| "//bas/700_REL/src/krn/runt/abdynpro.c#21". |
| The internal operation just processed is "MESS". |
| Internal mode was started at 20121114031127. |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Active Calls in SAP Kernel |
----------------------------------------------------------------------------------------------------
|Lines of C Stack in Kernel (Structure Differs on Each Platform) |
----------------------------------------------------------------------------------------------------
|SAP (R) - R/3(TM) Callstack, Version 1.0 |
|Copyright (C) SAP AG. All rights reserved. |
|Callstack without Exception: |
|App : disp+work.EXE (pid=4432) |
|When : 11/14/2012 3:11:29.479 |
|Threads : 2 |
|Computer Name : TPADBW01 |
|User Name : SAPServiceDBW |
|Number of Processors: 8 |
|Processor Type: x86 Family 15 Model 2 Stepping 6 |
|Windows Version : 5.2 Current Build: 3790 |
|State Dump for Thread Id 1210 |
|eax=00048cc0 ebx=00000400 ecx=7c829f6c edx=018f0004 esi=00000400 edi=00000000 |
|eip=7c82845c esp=060259d0 ebp=06025a40 iopl=0 nv up ei ng nz ac po cy |
|cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000297 |
|function : KiFastSystemCallRet |
| 7c82845c c3 ret |
| 7c82845d 8da42400000000 lea esp,[esp] ss:060259d0=7c827b79 |
| 7c828464 8d642400 lea esp,[esp] ss:13913fdb=00000000 |
|FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name |
|06025a40 77e61c8d 00000400 0001d4c0 00000000 06025a78 ntdll!KiFastSystemCallRet |
|06025a54 010f672d 00000400 0001d4c0 00000001 7c3ab718 kernel32!WaitForSingleObject |
|06025a78 005935bf 005935f8 7c3ab718 7c3ab718 7c3ab718 disp+work!NTDebugProcess [ntstcdbg.c (509)] |
|06025a7c 005935f8 7c3ab718 7c3ab718 7c3ab718 021e9088 disp+work!NTStack [dptstack.c (1368)] |
|06025a98 0059362c 7c3ab718 00000000 008e8e8e 7c3ab718 disp+work!CTrcStack2 [dptstack.c (353)] |
|06025aa4 008e8e8e 7c3ab718 00000000 005f0059 00380030 disp+work!CTrcStack [dptstack.c (182)] |
|06025ac8 008ec579 000000b4 0000005c 023b4e8c 06025b74 disp+work!rabax_CStackSave [abrabax.c (7333)|
|06026380 008c7f38 0165c820 0165c800 000004fb 22af3b70 disp+work!ab_rabax [abrabax.c (1280)] |
|060263a8 0070a6cc 00000000 00000000 00000000 06026410 disp+work!ab_jmess [abdynpro.c (1275)] |
|06026410 0084c519 7c362679 00000000 0602643c 00000000 disp+work!ab_extri [abextri.c (525)] |
|06026424 0084caaa 00000000 00000000 7c36265d 00000031 disp+work!ab_xevent [abrunt1.c (281)] |
|0602643c 0093f497 333d87d8 00000000 00000054 00000016 disp+work!ab_trigg [abrunt1.c (141)] |
|06026454 005d6a93 333d87d8 333d99c8 00000000 00590053 disp+work!ab_run [absubmit.c (408)] |
|0602657c 005da840 00000000 333d87d8 00000000 00000000 disp+work!dynpmcal [dymainstp.c (2380)] |
|06026590 005d9e4b 333d87d8 333d87d8 00000003 0602fc78 disp+work!dynppai0 [dymainstp.c (1114)] |
|060265ac 005a8585 333d87d8 08d48fc8 08737860 00000001 disp+work!dynprctl [dymainstp.c (361)] |
|0602fcec 004aa026 00000013 004b6a29 0000000c 020b2a01 disp+work!dynpen00 [dymain.c (1939)] |
|0602fcf4 004b6a29 0000000c 020b2a01 00000003 00000002 disp+work!Thdynpen00 [thxxhead.c (5007)] |
|0602fee0 004b6fa6 00000001 00000000 00000000 00430000 disp+work!TskhLoop [thxxhead.c (4689)] |
|0602ff00 004244f4 00000000 00000000 7ffdf000 0602ff60 disp+work!ThStart [thxxhead.c (1246)] |
|0602ff14 00401085 00000003 00246ce8 00000001 00000000 disp+work!DpMain [dpxxdisp.c (1171)] |
|0602ff60 012cba60 00000003 00246ce8 002487e8 01e67000 disp+work!nlsui_main [thxxanf.c (84)] |
|0602ffc0 77e6f23b 00000000 00000000 7ffdf000 00000000 disp+work!wmainCRTStartup [crtexe.c (395)] |
|0602fff0 00000000 012cb91d 00000000 00000000 00000000 kernel32!ProcessIdToSessionId |
|State Dump for Thread Id 1ef0 |
|eax=00000001 ebx=00000103 ecx=7c829dc9 edx=00440000 esi=00000000 edi=00000000 |
|eip=7c82845c esp=07f1fec0 ebp=07f1ff04 iopl=0 nv up ei pl zr na po nc |
|cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000246 |
|function : KiFastSystemCallRet |
| 7c82845c c3 ret |
| 7c82845d 8da42400000000 lea esp,[esp] ss:07f1fec0=7c826f69 |
| 7c828464 8d642400 lea esp,[esp] ss:1580e4cb=45004800 |
|FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name |
|07f1ff04 0120abb5 0000067c 00000000 00000000 061f9a10 ntdll!KiFastSystemCallRet |
|07f1ff84 7c36b381 00000000 00000000 00000000 061f9aa8 disp+work!SigIMsgFunc [signt.c (678)] |
|07f1ffb8 77e6482f 061f9aa8 00000000 00000000 061f9aa8 MSVCR71!endthreadex |
|07f1ffec 00000000 7c36b312 061f9aa8 00000000 00000000 kernel32!GetModuleHandleA |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|List of ABAP programs affected |
----------------------------------------------------------------------------------------------------
|Index |Typ|Program |Group |Date |Time |Size |Lang. |
----------------------------------------------------------------------------------------------------
| 0|Prg|RSPROCESS | 0|07/28/2008|14:59:07| 52224|E |
| 1|Prg|SAPMSSY0 | 1|07/28/2008|13:12:58| 92160|E |
| 2|Prg|SAPMSSYD | 1|10/23/2006|16:10:46| 20480|E |
| 3|Prg|SAPFSYSCALLS | 1|03/07/2005|18:01:13| 7168|E |
| 4|Prg|RSDBRUNT | 0|07/28/2008|13:38:54| 251904|E |
| 5|Prg|SAPLSPRI | 5|07/28/2008|14:09:34| 339968|E |
| 6|Typ|PRI_PARAMS | 0|10/27/1998|15:01:35| 7168| |
| 7|Typ|ARC_PARAMS | 0|08/08/1997|14:45:20| 5120| |
| 8|Typ|PRI_LAYOUT | 0|09/04/2002|14:38:36| 3072| |
| 9|Typ|PRIPAR_EXT | 0|06/03/2004|11:20:21| 3072| |
| 10|Typ|PRIPAR_EX2 | 0|02/01/2001|17:17:24| 2048| |
| 11|Typ|PRIPAR_EX3 | 0|06/03/2004|11:20:21| 3072| |
| 12|Typ|TPRI_DEF | 0|02/01/2001|17:50:49| 5120| |
| 13|Typ|USR01 | 0|07/28/2008|10:58:18| 4096| |
| 14|Typ|TSP1D | 0|02/02/1998|15:00:56| 5120| |
| 15|Prg|SAPLSPOO | 15|07/28/2008|14:08:43| 151552|E |
| 16|Prg|SAPLRSPOLSTDRV | 16|11/18/2005|14:39:34| 56320|E |
| 17|Typ|TSPOPTIONS | 0|12/06/1996|16:09:18| 2048| |
| 18|Typ|TSP03 | 0|08/13/1998|16:56:08| 5120| |
| 19|Prg|SAPCNVE | 19|03/07/2005|18:01:13| 8192|E |
| 20|Prg|SAPLSPOC | 20|07/28/2008|13:55:24| 135168|E |
| 21|Typ|RSPOCHECK | 0|07/14/1997|13:01:20| 4096| |
| 22|Typ|TSP03A | 0|06/10/1997|01:43:11| 3072| |
| 23|Typ|DEVPAR | 0|02/01/2001|17:10:21| 3072| |
| 24|Typ|RSPOATTR | 0|01/19/2000|18:34:33| 2048| |
| 25|Typ|RSSCR | 0|11/23/1999|09:24:41| 5120| |
| 26|Prg|RSDBSPBL | 0|03/07/2005|18:01:13| 72704|E |
| 27|Prg|SAPDB__S | 0|03/07/2005|18:01:13| 18432|E |
| 28|Typ|VARID | 0|04/11/1997|18:32:23| 4096| |
| 29|Typ|SSCRFIELDS | 0|05/02/1997|13:16:39| 5120| |
| 30|Prg|%_CSYDB0 | 0|03/07/2005|18:01:13| 35840|E |
| 31|Prg|RSDBSPVA | 0|07/28/2008|14:11:34| 132096|E |
| 32|Typ|RSVAMEMKEY | 0|12/16/1996|19:31:50| 2048| |
| 33|Prg|RSDBSPMC | 0|10/23/2006|15:53:20| 78848|E |
| 34|Typ|DDSHDESCR | 0|11/28/1997|16:26:30| 4096| |
| 35|Typ|SPPARAMS | 0|03/07/1997|14:48:48| 2048| |
| 36|Prg|SAPLICON | 36|07/28/2008|13:39:00| 27648|E |
| 37|Prg|%_CICON | 36|07/28/2008|13:37:31| 107520|E |
| 38|Typ|ICONT | 0|10/23/2006|15:03:42| 3072| |
| 39|Prg|SAPLSABE | 39|03/07/2005|18:01:13| 13312|E |
| 40|Prg|SAPLSECU | 40|07/28/2008|12:21:24| 86016|E |
| 41|Typ|RSSUBINFO | 0|11/22/1999|21:15:17| 3072| |
| 42|Prg|RSDBSPVD | 0|12/20/2006|13:55:11| 88064|E |
| 43|Typ|DFIES | 0|12/19/2004|17:28:52| 10240| |
| 44|Typ|VARI | 0|12/16/1996|19:38:11| 6144| |
| 45|Typ|RSDSFIELDS | 0|12/16/1996|19:31:30| 2048| |
| 46|Prg|%_CRSDS | 0|03/07/2005|18:01:13| 10240|E |
| 47|Typ|RSDSEXPR | 0|12/16/1996|19:31:30| 3072| |
| 48|Typ|RVARI | 0|06/18/1999|11:23:08| 4096| |
| 49|Prg|SAPLSVAR | 49|07/28/2008|14:11:02| 761856|E |
| 50|Typ|VARIS | 0|03/14/1997|19:25:50| 2048| |
| 51|Typ|RSVARKEY | 0|12/16/1996|19:31:51| 2048| |
| 52|Prg|SAPLSSEL | 52|07/28/2008|14:10:57| 1140736|E |
| 53|Typ|RSCONVERT | 0|02/01/2001|17:18:21| 3072| |
| 54|Prg|RSDBSPDS | 0|07/28/2008|13:37:45| 56320|E |
| 55|Typ|RSEXFCODE | 0|07/18/1997|17:04:17| 2048| |
| 56|Prg|SAPLDSYA | 56|07/28/2008|13:06:57| 45056|E |
| 57|Prg|SAPFSDS1 | 56|03/07/2005|18:01:13| 53248|E |
| 58|Typ|TDCLD | 0|07/14/1998|14:53:43| 5120| |
| 59|Prg|SAPLSDOD | 59|01/23/2006|17:31:16| 45056|E |
| 60|Typ|DOKIL | 0|04/07/1997|18:29:04| 3072| |
| 61|Prg|SAPLLANG | 61|12/20/2006|13:46:52| 10240|E |
| 62|Typ|T002 | 0|12/20/2006|13:46:40| 2048| |
| 63|Prg|SAPFSPOR | 0|03/07/2005|18:01:13| 14336|E |
| 64|Prg|SAPLSTUP | 64|07/28/2008|10:42:07| 73728|E |
| 65|Prg|SAPLCNDP | 65|07/28/2008|12:20:36| 195584|E |
| 66|Prg|SAPLSCNT | 66|03/07/2005|18:01:13| 29696|E |
| 67|Prg|SAPSHDTV | 66|03/07/2005|18:01:13| 33792|E |
| 68|Prg|SAPFGUICNTL | 1|03/07/2005|18:01:13| 23552|E |
| 69|Prg|SAPLOLEA | 69|07/28/2008|11:06:03| 96256|E |
| 70|Prg|SAPLSGUI | 70|07/28/2008|13:12:58| 84992|E |
| 71|Prg|SAPLSTTM | 71|11/18/2005|14:35:29| 69632|E |
| 72|Prg|SAPLSBDC | 72|07/28/2008|10:52:12| 43008|E |
| 73|Prg|SAPLSFES | 73|07/28/2008|14:10:53| 261120|E |
| 74|Prg|SAPLTHFB | 74|07/28/2008|13:53:29| 392192|E |
| 75|Typ|WPINFO | 0|02/08/1999|14:18:32| 6144| |
| 76|Prg|SAPLURFC | 76|07/28/2008|13:07:38| 22528|E |
| 77|Prg|SAPLSPLUGIN | 77|03/07/2005|18:01:13| 8192|E |
| 78|Typ|SWCBCONT | 0|10/07/1997|12:13:50| 3072| |
| 79|Typ|OLE_VERBS | 0|02/09/1995|13:23:37| 2048| |
| 80|Typ|OLE_PA | 0|01/13/1995|11:06:59| 2048| |
| 81|Typ|SSCRTEXTS | 0|08/15/1997|14:15:15| 3072| |
| 82|Prg|SAPLRSBATCH | 82|07/28/2008|15:22:52| 593920|E |
| 83|Prg|SAPLRSSM | 83|07/28/2008|15:23:03| 1008640|E |
| 84|Prg|SAPLSDIF | 84|07/28/2008|14:08:15| 195584|E |
| 85|Typ|DD03P | 0|02/16/2005|19:03:10| 13312| |
| 86|Typ|DD05M | 0|02/01/2001|17:09:48| 4096| |
| 87|Typ|DD08V | 0|02/06/1998|12:40:54| 4096| |
| 88|Typ|DD12V | 0|07/20/2004|13:13:28| 5120| |
| 89|Typ|DD17V | 0|04/07/1997|18:28:05| 6144| |
| 90|Typ|DD35V | 0|03/14/2001|11:04:51| 2048| |
| 91|Typ|DD36M | 0|03/14/2001|11:04:51| 5120| |
| 92|Typ|DD02V | 0|11/13/2001|00:18:46| 8192| |
| 93|Typ|DD09V | 0|12/23/2004|19:34:52| 4096| |
| 94|Prg|SAPLSDTB | 94|11/18/2005|14:35:48| 401408|E |
| 95|Typ|DDCACHE | 0|01/13/1995|11:02:04| 2048| |
| 96|Typ|DCTABDGET | 0|05/02/1997|13:15:33| 2048| |
| 97|Prg|SAPLSDSG | 97|11/18/2005|14:35:46| 123904|E |
| 98|Prg|RADBTDDO | 97|11/18/2005|14:35:29| 38912|E |
| 99|Prg|RADBTDDF | 97|07/29/2008|10:28:25| 264192|E |
| 100|Typ|DD02L | 0|11/13/2001|00:13:06| 6144| |
| 101|Typ|DDSTATE | 0|12/18/1996|10:40:59| 2048| |
| 102|Typ|DCTABLGET | 0|05/02/1997|13:15:34| 3072| |
| 103|Typ|/BI0/SREQUID | 0|04/18/2005|08:53:00| 2048| |
| 104|Prg|/1BCDWBEN/SAPLREN0002 | 104|07/29/2008|11:50:21| 240640|E |
| 105|Prg|SAPLSENA | 105|07/28/2008|11:10:37| 35840|E |
| 106|Typ|RSBATCHHEADER | 0|01/23/2006|19:24:22| 6144| |
| 107|Prg|SAPLBTCH | 107|07/28/2008|14:10:36| 1866752|E |
| 108|Typ|NJRANGE | 0|01/22/2003|11:37:59| 2048| |
| 109|Typ|UNRANGE | 0|01/22/2003|11:38:40| 2048| |
| 110|Typ|TBTCJOB | 0|02/01/2001|17:26:48| 12288| |
| 111|Typ|TBTCO | 0|02/01/2001|17:49:38| 12288| |
| 112|Typ|RSBATCHCTRL | 0|09/17/2004|14:15:41| 4096| |
| 113|Typ|RSBATCHPROT | 0|07/21/2004|09:28:55| 3072| |
| 114|Prg|SAPLSYDB | 114|07/28/2008|12:24:14| 63488|E |
| 115|Prg|/1BCDWBEN/SAPLREN0001 | 115|07/29/2008|11:50:27| 189440|E |
| 116|Prg|SAPLRSPC_BACKEND | 116|07/28/2008|15:23:03| 239616|E |
| 117|Typ|RSPROCESSTYPES | 0|04/19/2005|14:56:17| 7168| |
| 118|Typ|TBTCSTEP | 0|02/01/2001|17:26:49| 13312| |
| 119|Typ|BAPIXMSPOOLID | 0|10/23/2006|15:02:09| 9216| |
| 120|Typ|RSPCCHAIN | 0|04/18/2005|09:27:54| 6144| |
| 121|Prg|CL_RSSM_LOADING===============CP | 121|07/28/2008|15:23:02| 139264|E |
| 122|Prg|IF_RSPC_CALL_MONITOR==========IP | 116|03/07/2005|18:01:13| 8192|E |
| 123|Prg|IF_RSPC_CHECK=================IP | 116|03/07/2005|18:01:13| 8192|E |
| 124|Prg|IF_RSPC_CONTEXTMENU===========IP | 116|03/07/2005|18:01:13| 6144|E |
| 125|Prg|IF_RSPC_EXECUTE===============IP | 116|05/23/2005|13:29:58| 9216|E |
| 126|Typ|RSPCPROCESSLOG | 0|04/18/2005|09:27:54| 5120| |
| 127|Typ|RSPCLOGCROSS | 0|04/18/2005|09:27:54| 2048| |
| 128|Prg|CL_RSPC_LOG===================CP | 128|07/28/2008|15:13:01| 56320|E |
| 129|Typ|RSPCLOGCHAIN | 0|04/19/2005|14:56:16| 5120| |
| 130|Typ|RSPCCHAINATTR | 0|10/23/2006|15:08:26| 7168| |
| 131|Typ|RSPC_S_PROCESSLIST | 0|09/12/2003|11:33:21| 7168| |
| 132|Prg|SAPLRSPC_SERVICES | 132|07/28/2008|15:23:03| 93184|E |
| 133|Typ|BAL_S_MSG | 0|02/01/2001|17:04:55| 7168| |
| 134|Typ|RSLDPIO | 0|10/23/2006|15:08:21| 7168| |
| 135|Typ|RSLDPSEL | 0|10/23/2006|15:08:24| 17408| |
| 136|Typ|RSSDBATCH | 0|04/18/2005|09:27:56| 11264| |
| 137|Prg|CL_RSCRT_RDA_TOOLS============CP | 137|07/28/2008|15:22:48| 68608|E |
| 138|Prg|SAPLRSDS_BACKEND | 138|07/28/2008|15:22:52| 106496|E |
| 139|Prg|CL_RSDS_RSDS==================CP | 139|07/28/2008|15:23:01| 398336|E |
| 140|Typ|SCX_T100KEY | 0|08/21/2003|14:43:58| 2048| |
| 141|Typ|RSCRT_RDA_REQ | 0|10/23/2006|15:08:09| 5120| |
| 142|Prg|CX_RS_NOT_FOUND===============CP | 142|11/18/2005|14:35:29| 14336|E |
| 143|Typ|SCX_SRCPOS | 0|06/03/2004|11:20:58| 2048| |
| 144|Prg|CX_RS_ACCESS_ERROR============CP | 144|11/18/2005|14:35:29| 13312|E |
| 145|Prg|CX_RS_STATIC_CHECK============CP | 145|11/23/2005|13:27:41| 14336|E |
| 146|Prg|CX_RS_ERROR===================CP | 146|11/18/2005|14:35:29| 12288|E |
| 147|Prg|CX_STATIC_CHECK===============CP | 147|11/18/2005|14:35:29| 10240|E |
| 148|Prg|CX_ROOT=======================CP | 148|07/28/2008|11:28:11| 11264|E |
| 149|Prg|CX_NO_CHECK===================CP | 149|11/18/2005|14:35:29| 10240|E |
| 150|Prg|SAPLRSSM_PROCESS | 150|07/28/2008|15:23:03| 902144|E |
| 151|Prg|SAPLRRSI | 151|07/28/2008|15:23:02| 248832|E |
| 152|Typ|RSD_S_COB_PRO | 0|07/28/2008|10:46:34| 23552| |
| 153|Prg|CL_RSR========================CP | 153|07/28/2008|15:23:02| 156672|E |
| 154|Typ|RSR_S_CHANM | 0|09/12/2003|11:33:26| 2048| |
| 155|Typ|RSD_S_DTA | 0|07/28/2008|10:46:39| 27648| |
| 156|Prg|CL_RS_BASE====================CP | 156|07/28/2008|15:08:37| 12288|E |
| 157|Prg|CL_RSROA_VQ_SERVICES==========CP | 157|07/28/2008|15:19:11| 46080|E |
| 158|Prg|CL_RSD_CHA====================CP | 158|07/28/2008|15:23:01| 422912|E |
| 159|Typ|RSDIOBJV | 0|04/18/2005|09:29:38| 5120| |
| 160|Typ|RSDO_S_CHA | 0|07/28/2008|10:46:14| 14336| |
| 161|Prg|CL_RSD_IOBJ_VERS==============CP | 161|07/28/2008|15:23:01| 249856|E |
| 162|Prg|SAPLRRMS | 162|07/28/2008|15:22:48| 39936|E |
| 163|Prg|SAPLRRI1 | 163|07/28/2008|15:23:04| 407552|E |
| 164|Typ|RSR_S_DEBUGFLAGS | 0|07/28/2008|10:49:16| 13312| |
| 165|Prg|SAPLRSDI | 165|07/28/2008|15:22:39| 40960|E |
| 166|Prg|SAPLRSDG_IOBJ_DB_READ | 166|07/28/2008|15:23:02| 318464|E |
| 167|Typ|RSD_S_VIOBJ | 0|07/28/2008|10:46:47| 26624| |
| 168|Prg|SAPLRSDN_IOBJ | 168|07/28/2008|15:23:02| 143360|E |
| 169|Typ|RSAROUT | 0|09/12/2003|11:34:07| 4096| |
| 170|Typ|RSAROUTT | 0|09/12/2003|11:34:07| 2048| |
| 171|Typ|RSDVDPA | 0|10/23/2006|15:09:07| 7168| |
| 172|Typ|RSDKYF | 0|11/23/2005|13:24:16| 5120| |
| 173|Typ|RSDVTIM | 0|04/18/2005|09:29:40| 11264| |
| 174|Typ|RSDVUNI | 0|07/28/2008|10:59:40| 8192| |
| 175|Typ|RSDVCHA | 0|07/28/2008|10:59:14| 13312| |
| 176|Typ|RSDIOBJ | 0|06/14/2004|17:15:23| 5120| |
| 177|Typ|RSDIOBJT | 0|09/12/2003|11:34:27| 3072| |
| 178|Typ|RSDNAIP | 0|09/12/2003|11:34:41| 2048| |
| 179|Typ|RSD_S_NAIP | 0|09/12/2003|11:32:32| 2048| |
| 180|Prg|SAPLRSDN | 180|07/28/2008|15:23:02| 78848|E |
| 181|Typ|RSNSPACE | 0|09/12/2003|11:35:01| 2048| |
| 182|Typ|RSPSPACE | 0|09/12/2003|11:35:22| 2048| |
| 183|Typ|RSNPAR | 0|09/12/2003|11:33:10| 3072| |
| 184|Prg|SAPLSTR4 | 184|11/23/2005|11:32:50| 65536|E |
| 185|Prg|%_CTRNSP | 184|03/07/2005|18:01:13| 9216|E |
| 186|Prg|SAPLSTRD | 186|07/28/2008|14:10:58| 768000|E |
| 187|Typ|TRNSPACE | 0|07/07/1997|13:56:33| 3072| |
| 188|Prg|SAPLSKEY | 188|03/07/2005|18:01:13| 27648|E |
| 189|Prg|SAPLSCP2 | 189|07/28/2008|13:54:40| 135168|E |
| 190|Typ|CODEPAGES | 0|06/13/1997|12:41:11| 2048| |
| 191|Prg|CL_ABAP_CHAR_UTILITIES========CP | 191|11/18/2005|14:35:28| 13312|E |
| 192|Typ|RSD_S_DTA_PRO | 0|07/28/2008|10:46:42| 23552| |
| 193|Typ|RSDIOBJFIX | 0|09/12/2003|11:34:26| 5120| |
| 194|Prg|SAPLRSD_DDIF | 194|07/28/2008|15:22:39| 28672|E |
| 195|Typ|RSDDTEL | 0|09/12/2003|11:31:49| 4096| |
| 196|Prg|SAPLSDIFRUNTIME | 196|07/28/2008|14:08:15| 95232|E |
| 197|Typ|X031L | 0|11/18/2005|14:35:28| 6144| |
| 198|Prg|SAPLSDNT | 198|07/28/2008|12:20:34| 218112|E |
| 199|Prg|SAPLSUGS | 199|11/23/2005|11:32:50| 47104|E |
| 200|Typ|DTELINFO | 0|11/18/2005|14:35:08| 7168| |
| 201|Typ|DTFLAG1 | 0|02/02/1998|14:57:43| 2048| |
| 202|Typ|DTFLAG2 | 0|02/02/1998|14:57:43| 2048| |
| 203|Typ|DTFLAG3 | 0|01/19/2005|15:59:44| 4096| |
| 204|Typ|RSDCHATHJ | 0|02/28/2005|11:34:46| 2048| |
| 205|Prg|CL_RSMD_ALPHA=================CP | 205|07/28/2008|15:23:01| 82944|E |
| 206|Typ|RSMDSTATE | 0|06/03/2004|11:20:35| 3072| |
| 207|Typ|RSMDCONVEXIT | 0|09/12/2003|11:34:57| 2048| |
| 208|Prg|CL_RSDDTREX_BASE==============CP | 208|07/28/2008|15:23:01| 50176|E |
| 209|Typ|RSDDTREXTABLSTAT | 0|07/28/2008|10:56:22| 4096| |
| 210|Prg|SAPLRSDGUTILITIES | 210|07/28/2008|15:23:02| 95232|E |
| 211|Prg|%_CRSDG | 210|07/28/2008|15:22:32| 75776|E |
| 212|Prg|CL_RSD_IOBJ===================CP | 212|07/28/2008|15:23:01| 232448|E |
| 213|Typ|RSDO_S_IOBJ_R | 0|09/12/2003|11:32:18| 2048| |
| 214|Prg|CL_RSD_UTILITIES==============CP | 214|07/28/2008|15:23:01| 65536|E |
| 215|Prg|SAPLRSSG | 215|07/28/2008|14:10:43| 329728|E |
| 216|Typ|RSSGTPDIR | 0|02/16/2005|19:03:33| 4096| |
| 217|Typ|RSSGTPCLA | 0|02/01/2001|17:18:52| 2048| |
| 218|Typ|TRDIR | 0|10/05/1998|15:24:19| 6144| |
| 219|Typ|D010SINF | 0|02/06/2001|09:52:41| 6144| |
| 220|Prg|GP4DF48GB7N4FFLTLDLUGHMH8EA | 151|07/30/2008|11:30:38| 53248|E |
| 221|Prg|CL_RSR_RRSI_SERVICE===========CP | 221|07/28/2008|15:22:36| 19456|E |
| 222|Prg|SAPLRRBA | 222|07/28/2008|15:22:48| 45056|E |
| 223|Prg|SAPLRSMANDT | 223|07/28/2008|15:22:44| 29696|E |
| 224|Prg|SAPLRSCC | 224|07/28/2008|15:18:22| 39936|E |
| 225|Typ|DDFIXVALUE | 0|01/19/2000|18:27:52| 2048| |
| 226|Typ|LVC_S_ROID | 0|01/19/2000|18:31:34| 2048| |
| 227|Typ|RSZCOMPKEY | 0|09/12/2003|11:33:32| 3072| |
| 228|Typ|DDFTX | 0|08/08/1997|14:46:46| 4096| |
| 229|Typ|RSCC_S_FIELD | 0|09/12/2003|11:31:33| 2048| |
| 230|Prg|%_CRSCUS | 224|07/28/2008|15:08:49| 29696|E |
| 231|Typ|RSADMINA | 0|10/23/2006|15:08:05| 7168| |
| 232|Typ|TNRO | 0|02/19/2005|11:21:14| 9216| |
| 233|Typ|NRIV | 0|01/16/1998|17:48:54| 3072| |
| 234|Prg|SAPLRSKC | 234|07/28/2008|15:22:39| 41984|E |
| 235|Typ|RSALLOWEDCHAR | 0|09/12/2003|11:34:03| 2048| |
| 236|Prg|CL_ABAP_CONV_IN_CE============CP | 236|11/18/2005|14:35:28| 22528|E |
| 237|Prg|SAPLSBUF | 237|07/28/2008|13:07:55| 125952|E |
| 238|Typ|RSREQDONE | 0|04/18/2005|09:27:55| 12288| |
| 239|Prg|SAPLRSSM_LOAD | 239|07/28/2008|15:22:52| 226304|E |
| 240|Prg|SAPLRSAB | 240|07/28/2008|15:23:02| 673792|E |
| 241|Prg|SAPLRSS1 | 241|07/28/2008|15:23:03| 1676288|E |
| 242|Prg|SAPLRSDS_DATASOURCE | 242|07/28/2008|15:23:02| 311296|E |
| 243|Typ|RSDS | 0|07/28/2008|10:56:24| 10240| |
| 244|Typ|RSOLTPSOURCE | 0|11/18/2005|16:13:48| 7168| |
| 245|Typ|BALSUB | 0|06/18/1999|08:45:51| 2048| |
| 246|Typ|RSIS | 0|09/12/2003|11:34:50| 4096| |
| 247|Typ|RSO_S_TLOGO | 0|09/12/2003|11:33:19| 2048| |
| 248|Prg|SAPLRSSB | 248|07/28/2008|15:23:03| 263168|E |
| 249|Typ|RSAPPL | 0|09/12/2003|11:34:06| 4096| |
| 250|Prg|SAPLRSAC | 250|04/15/2010|13:38:14| 1064960|E |
| 251|Typ|RSIST | 0|09/12/2003|11:34:52| 3072| |
| 252|Typ|RSODSZIEL | 0|09/12/2003|11:33:12| 3072| |
| 253|Prg|%_CRSUDT | 241|07/28/2008|11:00:53| 11264|E |
| 254|Typ|RSADMIN | 0|06/03/1998|10:31:23| 2048| |
| 255|Typ|RSCRT_ON_OFF | 0|10/02/2003|14:27:18| 2048| |
| 256|Typ|RSSDLINIT | 0|12/19/2004|18:19:47| 3072| |
| 257|Prg|SAPLRSAS | 257|07/28/2008|11:01:24| 43008|E |
| 258|Typ|TFDIR | 0|01/19/2005|15:10:28| 3072| |
| 259|Typ|T000 | 0|08/22/1997|13:07:16| 4096| |
| 260|Typ|RSBASIDOC | 0|08/29/2003|09:35:20| 6144| |
| 261|Prg|SAPLCRFC | 261|07/28/2008|14:08:40| 373760|E |
| 262|Prg|CL_RSAR_SRCTYPE===============CP | 262|07/28/2008|15:08:32| 22528|E |
| 263|Typ|RSSRCTYPE_MAP | 0|04/18/2005|09:27:57| 4096| |
| 264|Typ|RSLOGSYSDEST | 0|09/12/2003|11:34:56| 2048| |
| 265|Typ|RFCDES | 0|01/19/2005|15:10:26| 12288| |
| 266|Prg|%_CRSSM | 241|07/28/2008|15:22:48| 171008|E |
| 267|Typ|RSAOS_SX_SEGMENT | 0|11/12/2004|15:54:01| 7168| |
| 268|Typ|RSAOS_S_OLTPSOURCE_EXT | 0|11/18/2005|16:13:24| 8192| |
| 269|Prg|SAPLRSAODS | 269|07/28/2008|15:23:02| 481280|E |
| 270|Typ|RSAOS_SX_OSSEGMAP | 0|09/12/2003|11:31:11| 4096| |
| 271|Prg|SAPLRSAOS | 271|07/28/2008|15:23:02| 492544|E |
| 272|Typ|RSAOS_S_OLTPSOURCET | 0|09/12/2003|11:31:11| 3072| |
| 273|Typ|RSAOS_S_TS | 0|09/12/2003|11:31:12| 7168| |
| 274|Typ|RSAOS_S_OLTPSOURCE | 0|11/18/2005|16:13:24| 8192| |
| 275|Typ|RSAOS_S_ISOSMAP | 0|09/12/2003|11:31:11| 4096| |
| 276|Typ|RSISOSMAP | 0|09/12/2003|11:34:52| 4096| |
| 277|Typ|RSOSSEGMAP | 0|09/12/2003|11:35:17| 2048| |
| 278|Typ|RSOSSEGFIEMAP | 0|09/12/2003|11:35:17| 3072| |
| 279|Typ|RSTS | 0|09/12/2003|11:35:44| 7168| |
| 280|Typ|RSTSODS | 0|11/18/2005|16:13:50| 4096| |
| 281|Prg|%_CRSODS | 269|07/28/2008|15:22:33| 52224|E |
| 282|Typ|RSOLTPSOURCET | 0|09/12/2003|11:35:14| 3072| |
| 283|Typ|RSAOS_S_OLTPSOURCE_HEADER | 0|09/12/2003|11:31:11| 2048| |
| 284|Typ|RSOSFIELDMAP | 0|09/12/2003|11:35:15| 3072| |
| 285|Typ|RSTSFIELD | 0|09/12/2003|11:35:45| 4096| |
| 286|Prg|CL_RSDMD_DUPREC===============CP | 286|07/28/2008|15:22:48| 34816|E |
| 287|Typ|RSTSRULES | 0|09/12/2003|11:35:46| 4096| |
| 288|Typ|RSLDPIOT | 0|09/12/2003|11:34:54| 2048| |
| 289|Prg|CL_RS_WHERE===================CP | 289|07/28/2008|15:22:50| 27648|E |
| 290|Typ|RSDMD_S_WHERE | 0|09/12/2003|11:31:55| 2048| |
| 291|Typ|RSDMD_S_WHERE_REF | 0|06/03/2004|11:20:32| 3072| |
| 292|Typ|RSPC_S_CHAINID | 0|09/12/2003|11:33:21| 2048| |
| 293|Typ|RSPCCHAINT | 0|09/12/2003|11:35:19| 2048| |
| 294|Typ|RSOLTPSOURCEFIE | 0|09/12/2003|11:35:13| 6144| |
| 295|Typ|RSSDLINITSEL | 0|12/19/2004|18:19:48| 4096| |
| 296|Typ|RSSDLINITDEL | 0|12/19/2004|18:19:48| 4096| |
| 297|Typ|RSSELDONE | 0|10/23/2006|15:08:29| 20480| |
| 298|Typ|RSREQHIER | 0|09/12/2003|11:35:31| 2048| |
| 299|Prg|SAPLSDBT | 299|11/18/2005|14:35:28| 15360|E |
| 300|Typ|TESTDATRNRPART0 | 0|01/23/2006|19:24:27| 2048| |
| 301|Typ|RSLDTDONE | 0|04/18/2005|09:27:53| 5120| |
| 302|Typ|RSMONIPTAB | 0|04/18/2005|09:27:53| 3072| |
| 303|Typ|RSMONMESS | 0|04/18/2005|09:27:53| 5120| |
| 304|Typ|ROOSPRMS | 0|04/18/2005|09:27:48| 3072| |
| 305|Typ|ROOSPRMSC | 0|08/29/2003|09:35:18| 4096| |
| 306|Typ|ROOSPRMSF | 0|08/29/2003|09:35:18| 3072| |
| 307|Typ|RORQSTPRMS | 0|04/18/2005|09:27:48| 3072| |
| 308|Typ|SYST | 0|09/15/2004|17:25:35| 31744| |
| 309|Prg|%_CSYLDB | 0|03/07/2005|18:01:13| 8192|E |
| 310|Prg|%_CSLIS | 40|01/23/2006|17:44:15| 89088|E |
| 311|Typ|DTC_S_LAYO | 0|02/01/2001|17:11:04| 7168| |
| 312|Prg|%_CSSCR | 52|03/07/2005|18:01:13| 11264|E |
| 313|Typ|RSDSQCAT | 0|04/04/1997|15:18:13| 2048| |
| 314|Typ|CAT_SVARS | 0|05/18/2004|16:56:44| 3072| |
| 315|Typ|ALRLRSNODE | 0|02/01/2001|17:03:46| 7168| |
| 316|Typ|BTCSELECT | 0|10/26/1998|14:08:15| 5120| |
| 317|Typ|TBTCSTRT | 0|10/11/1995|09:07:28| 6144| |
| 318|Typ|BTCH1140 | 0|02/01/2001|17:06:15| 15360| |
| 319|Typ|RSSB_SX_IOBJVL_CHECK | 0|07/28/2008|10:49:42| 4096| |
| 320|Prg|%_CTCDAT | 269|03/07/2005|18:01:13| 51200|E |
| 321|Typ|TREEMCITEM | 0|01/31/2002|16:40:16| 3072| |
| 322|Typ|TREEMSNOD | 0|01/31/2002|16:40:19| 4096| |
| 323|Typ|TREEMIKEY | 0|03/01/2001|10:53:26| 2048| |
| 324|Typ|RSOSOHIE | 0|09/12/2003|11:35:16| 5120| |
| 325|Typ|RSJOBINFO | 0|02/09/1995|13:25:17| 3072| |
| 326|Prg|CL_GUI_CONTROL================CP | 326|03/07/2005|18:01:13| 112640|E |
| 327|Prg|%_CCNTL | 326|03/07/2005|18:01:13| 14336|E |
| 328|Typ|OBJ_RECORD | 0|10/07/1997|12:13:38| 2048| |
| 329|Prg|CL_GUI_OBJECT=================CP | 329|07/28/2008|12:22:50| 375808|E |
| 330|Prg|IF_CACHED_PROP================IP | 326|03/07/2005|18:01:13| 6144|E |
| 331|Prg|IF_RSO_APPLICATION_LOG_CONST==IP | 121|07/28/2008|15:08:50| 5120|E |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Directory of Application Tables |
----------------------------------------------------------------------------------------------------
|Name Date Time Lngth |
| Val. |
----------------------------------------------------------------------------------------------------
|Program RSPROCESS |
----------------------------------------------------------------------------------------------------
|SYST 09/15/2004 17:25:35 00004612 |
| \x0001\0\0\0\0\0\0\0\0\0\0\0\x0001\0\0\0\0\0\0\0\x0006\0\0 |
|VARI / / : : 00003052 |
| 300VARSPROCESS &000000003193 |
|SSCRFIELDS 09/15/2004 17:25:21 00001708 |
| |
|SSCRTEXTS / / : : 00000742 |
| |
----------------------------------------------------------------------------------------------------
|Program RSDBRUNT |
----------------------------------------------------------------------------------------------------
|VARID / / : : 00000252 |
| |
|DFIES / / : : 00001342 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPLSPRI |
----------------------------------------------------------------------------------------------------
|TSP03 / / : : 00000460 |
| \0\0 |
|USR01 / / : : 00000222 |
| 300BWREMOTE HK1X |
|PRI_PARAMS / / : : 00000380 |
| 001RSPROCESS_ |
|ARC_PARAMS / / : : 00000660 |
| |
|TPRI_DEF / / : : 00002932 |
| 300GV21 \0\0\0\0\x0600##\x0080##\0\0\x08D3\0### |
|TSP1D / / : : 00000320 |
| 0000000000 |
----------------------------------------------------------------------------------------------------
|Program SAPLSPOO |
----------------------------------------------------------------------------------------------------
|TSP03 / / : : 00000460 |
| \0\0 |
|TSP1D / / : : 00000320 |
| X_PAPER ANY PL0001000010SAP 1998040711 |
----------------------------------------------------------------------------------------------------
|Program SAPLRSPOLSTDRV |
----------------------------------------------------------------------------------------------------
|TSP03 / / : : 00000460 |
| \0\0 |
|TSPOPTIONS / / : : 00000432 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPLICON |
----------------------------------------------------------------------------------------------------
|ICONT / / : : 00000130 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPFSDS1 |
----------------------------------------------------------------------------------------------------
|TDCLD / / : : 00000098 |
| RE DOKU 8R XX XXLIMUDOKUX \x001EXR3TRPROGX | |
----------------------------------------------------------------------------------------------------
|Program SAPLSDOD |
----------------------------------------------------------------------------------------------------
|DOKIL / / : : 00000152 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPLLANG |
----------------------------------------------------------------------------------------------------
|T002 / / : : 00000010 |
| ES1EN| |
----------------------------------------------------------------------------------------------------
|Program SAPLRSCC |
----------------------------------------------------------------------------------------------------
|RSADMINA / / : : 00000580 |
| BW BWREMOTE DBWK900622 |
----------------------------------------------------------------------------------------------------
|Program SAPLRSSM_LOAD |
----------------------------------------------------------------------------------------------------
|RSIS / / : : 00000282 |
| 2LIS_02_HDR AMM_PUR |
|RSTS / / : : 00000688 |
| 2LIS_02_HDR_DE AACTXT 2LIS_02_HDR_DE |
----------------------------------------------------------------------------------------------------
|Program SAPLRSS1 |
----------------------------------------------------------------------------------------------------
|RSJOBINFO / / : : 00000164 |
| 00000000000000 |
|RSLDPIO / / : : 00000572 |
| ZPAK_D4QZJ7OF8V2ZN321Y08RDTSTSACUSTOMER 2LIS_02_HDR |
|RSLDPSEL / / : : 00002084 |
| ZPAK_D4QZJ7OF8V2ZN321Y08RDTSTSA 1 |
|RSSDBATCH / / : : 00001372 |
| ZPAK_D4QZJ7OF8V2ZN321Y08RDTSTSAREQU_DE0V4O6TQW03CM51HYL5P6 |
|RSBASIDOC / / : : 00000174 |
| QA3_300 DBW300 ACTZSDE051 000DE |
|RSOSOHIE / / : : 00000364 |
| |
|BALSUB / / : : 00000080 |
| RSSM SDL | |
|RSREQDONE / / : : 00001436 |
| REQU_DE0V4O6TQW03CM51HYL5P6XMV |
|RSODSZIEL / / : : 00000024 |
| | |
|RSSDLINITDEL / / : : 00000328 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPLRSAC |
----------------------------------------------------------------------------------------------------
|RFCDES / / : : 00007566 |
| QA3_300 3H=takterp1.unix.tpna.com, |
----------------------------------------------------------------------------------------------------
|Program SAPLSDBT |
----------------------------------------------------------------------------------------------------
|DD02L / / : : 00000316 |
| TESTDATRNRPART0 A0000TRANSP |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|ABAP Control Blocks (CONT) |
----------------------------------------------------------------------------------------------------
|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code |Line |
----------------------------------------------------------------------------------------------------
|90966|JEND|A6|0000| | | | | | |LRSS1F11 | 1538|
|90967|MESS|00|05AD| | | | | | |LRSS1F11 | 1538|
|90968|TREA|01|0243|C03F|C040|0006|0000|0000|0000|LRSS1F11 | 1541|
|90972|cmpr|00|00CA|050A|0000| | | | |LRSS1F11 | 1542|
|90974|BRAF|05|000C| | | | | | |LRSS1F11 | 1542|
|90975|MOVL|00|0002|050E|00D3| | | | |LRSS1F11 | 1543|
|90977|mlq1|02|0005|0F50|0058| | | | |LRSS1F11 | 1543|
|90979|MOVL|00|0008|050F|0019| | | | |LRSS1F11 | 1543|
|90981|CLEA|00|0510| | | | | | |LRSS1F11 | 1543|
|90982|CLEA|00|0511| | | | | | |LRSS1F11 | 1543|
|90983|CLEA|00|0512| | | | | | |LRSS1F11 | 1543|
|90984|CLEA|00|0513| | | | | | |LRSS1F11 | 1543|
|>>>>>|MESS|00|0019| | | | | | |LRSS1F11 | 1543|
|90986|CMPS|20|0242|C044|C044| | | | |LRSS1F11 | 1545|
|90988|BRAF|02|0004| | | | | | |LRSS1F11 | 1545|
|90989|MOVL|00|0002|800E|0014| | | | |LRSS1F11 | 1546|
|90991|BRAX|00|00F2| | | | | | |LRSS1F11 | 1547|
|90992|FUNC|00|9A5D| | | | | | |LRSS1F11 | 1551|
|90993|FUNC|00|0561| | | | | | |LRSS1F11 | 1551|
|90994|PAR2|02|0000|0151|C044| | | | |LRSS1F11 | 1551|
----------------------------------------------------------------------------------------------------

former_member213877
Contributor
0 Kudos

Dear Kirti,

Please check the below link -

http://wiki.sdn.sap.com/wiki/display/BI/Short+dump+when+opening+infopackage

Hope this helps you!

-Pradnya Rane

former_member213877
Contributor
0 Kudos

Dear Kirti,

If there was a system copy made in R/3 system then this problem might occur.

Delete the delta entries (corresponding Queue) in RSA7 and then replicate the data source and execute the info package.

Hope this helps you!

-Pradnya Rane.

Former Member
0 Kudos

the datasource is not present in rsa7. i ve already replicated the datasources, before the ecc upgrade.

Former Member
0 Kudos
former_member213877
Contributor
0 Kudos

Hi Kirti,

Go to the table RSSDLINIT and check if there are entries for your DS If yes, then delete them.

If you are doing delta init, and if you donot make the status to red before deleting the delta init from Schedular(menu option) of Infopackage, this happens.

Hope this helps you!

-Pradnya Rane.

Former Member
0 Kudos

Hi,

Can you run Tcode RSA3 and check if you are able to get the data.

Regards,

Deepak Chavan.

Former Member
0 Kudos

hi,

it worked for one infopackage, but another infopackage is still giving abap error

Former Member
0 Kudos

yes, it says "1000 records selected"

Former Member
0 Kudos

Then the problem is not with the datasource as it is workinf fine.

Please check in BW SM37 with your user id what the error message for the cancelled job .

Former Member
0 Kudos

the job log says "abap/4 processor: message_type_x"

Former Member
0 Kudos

Hey Kirti,

It seems there is a error with ABAP routine, kindly do syntax check for it.

Regards,

Deepak chavan.

Former Member
0 Kudos

Hi Kirti,

What kind of datasource are you using ?

Can you do preview before running the load and check for the error message.

Regadrs,

Deepak Chavan

Former Member
0 Kudos

the data source is 2LIS_02_HDR