Dump Analysis - Copy.txt

Embed Size (px)

Citation preview

  • 8/18/2019 Dump Analysis - Copy.txt

    1/218

    Category ABAP Programming ErrorRuntime Errors MESSAGE_TYPE_XABAP Program SAPLMBWLApplication Component MM-IMDate and Time 24.03.2016 17:54:36----------------------------------------------------------------------------------------------------

    ----------------------------------------------------------------------------------------------------|Short Text

    || The current application has triggered a termination with a short dump.

    |----------------------------------------------------------------------------------------------------

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

    |What happened? || The current application program has detected a situation that should

    || not occur. A termination with short dump has therefore been triggered

    || 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 the error message:

  • 8/18/2019 Dump Analysis - Copy.txt

    2/218

      || Excise year determination failed for company .

    || Long text of the error message:

    || Technical information about the message:

    |

    | Message class....... 8I|

    | Number.............. 526|

    | Variable 1.......... company|

    | 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 occurs in a non-modfied SAP program, you might be able to

    |

    | find a solution in the SAP Notes system. If you have access to the SAP|

    | Notes system, check there first using the following keywords:|

    ||

    | "MESSAGE_TYPE_X"|

    | "SAPLMBWL" bzw. LMBWLU21|

    | "MB_POST_GOODS_MOVEMENT"|

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

    | information to SAP:|

    ||

    | 1. This description of the problem (short dump)|

    | To do this, choose System -> List -> Save -> Local File (unconverted)|

    | on the screen you are in now.|

    |

    || 2. A suitable system log

    |

  • 8/18/2019 Dump Analysis - Copy.txt

    3/218

    | To do this, call the system log in transaction SM21. Restrict the time|

    | interval to ten minutes before the short dump and five minutes after|

    | it. In the display, choose System -> List -> Save -> Local File|

    | (unconverted).

    ||

    || 3. If these are programs of your own, or modified SAP programs: Source

    || code of these programs

    || 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 caused the error.|

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

    ----------------------------------------------------------------------------------------------------|System environment

    || SAP Release..... 740

    || SAP Basis level 0008

    ||

    || Application server... MMLPRD

    || Network address...... 192.168.0.6

    || Operating system... HP-UX

    || Release.............. B.11.31

    || Hardware type....... ia64

    || Character length..... 16 Bits

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

    || Work process number... 12

    || Shortdump setting. full

    ||

    |

    | Database server... MMLPRD|

    | Database type..... SYBASE

  • 8/18/2019 Dump Analysis - Copy.txt

    4/218

      || Database name..... PRD

    || Database user ID SAPSR3

    ||

    |

    | Terminal.......... MM-SATISHCHOUGALE|

    ||

    | Character set C|

    ||

    | SAP kernel....... 742|

    | Created on....... Nov 26 2014 21:02:25|

    | Created at....... HP-UX B.11.31 U ia64 [PBO:opt]|| Database version Sybase ASE 16.0.00.05

    || Patch level....... 28

    || Patch text.......

    ||

    || Database............. 15.7

    || SAP database version. 742

    || Operating system... HP-UX B.11.31

    ||

    || Memory consumption

    || Roll.... 0

    || EM...... 39271632

    || Heap.... 0

    || Page.... 180224

    || MM used. 30228800

    || MM free. 4918288

    |----------------------------------------------------------------------------------------------------

    ----------------------------------------------------------------------------------------------------|User and Transaction

    || Client................. 600

    |

  • 8/18/2019 Dump Analysis - Copy.txt

    5/218

    | User.................. 2371|

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

    | Transaction......... MIGO|

    | Transaction ID...... 56EE4D0640C84DAAE1000000C0A80006

    ||

    || EPP whole context ID...... D89D67F5C6261EE5BCB69A50894C5207

    || EPP connection ID........ 00000000000000000000000000000000

    || EPP call counter......... 0

    ||

    || Program.............. SAPLMBWL

    || Screen.............. SAPLMIGO 0001|

    | Screen line.......... 18|

    | Active debugger..... "none"|

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

    ----------------------------------------------------------------------------------------------------|Information on where terminated

    || The termination occurred in ABAP program "SAPLMBWL", in

    || "MB_POST_GOODS_MOVEMENT". The main program

    || was "SAPLMIGO".

    ||

    || In the source code, the termination point is in line 83 of (Include)

    || program "LMBWLU21".

    |----------------------------------------------------------------------------------------------------

    ----------------------------------------------------------------------------------------------------|Source Code Extract

    |----------------------------------------------------------------------------------------------------|Line |SourceCde

    |--------------------------------------------------------------------------------

    --------------------| 53| ELSE. "1245374

    |

  • 8/18/2019 Dump Analysis - Copy.txt

    6/218

    | 54| l_mem_id = 'MKPF-XBLNR'. "1245374|

    | 55| FREE MEMORY ID l_mem_id. "1245374|

    | 56| ENDIF.|

    | 57| IF xmkpf-xabln IS INITIAL. "note 434093

    || 58| CALL FUNCTION 'MB_XAB_NUMBER_GET'. "note 434093

    || 59| ENDIF. "note 434093

    || 60|

    || 61|* Ensure that mseg-xblnr_mkpf is filled when the goods movement is

    || 62|* posted directly in VL01N/VL31N.

    || 63| IF NOT xblnr_sd IS INITIAL. "1685136

    || 64| DATA: ls_mseg_mkpf LIKE xmseg. "1685136|

    | 65| ls_mseg_mkpf-xblnr_mkpf = xmkpf-xblnr. "1685136|

    | 66| MODIFY xmseg FROM ls_mseg_mkpf TRANSPORTING xblnr_mkpf "1685136|

    | 67| WHERE xblnr_mkpf NE xmkpf-xblnr. "1685136|

    | 68| ENDIF. "1685136|

    | 69||

    | 70||

    | 71|ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_01 SPOTS ES_SAPLMBWL STATIC.|

    | 72||

    | 73|ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_02 SPOTS ES_SAPLMBWL.|

    | 74| CALL FUNCTION 'MB_CREATE_MATERIAL_DOCUMENT_UT'|

    | 75| EXCEPTIONS|

    | 76| error_message = 4.|

    | 77|* As soon as we have started to put things into UPDATE TASK, we must|

    | 78|* ensure that errors definitely terminate the transaction.|

    | 79|* MESSAGE A is not sufficient because it can be catched from|

    | 80|* external callers which COMMIT WORK afterwards, resulting in|

    | 81|* incomplete updates. Read note 385830 for the full story.|

    | 82| IF NOT sy-subrc IS INITIAL.

    ||>>>>>| MESSAGE ID sy-msgid TYPE x NUMBER sy-msgno WITH "385830

    |

  • 8/18/2019 Dump Analysis - Copy.txt

    7/218

    | 84| sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.|

    | 85|* MESSAGE A263.|

    | 86| ENDIF.|

    | 87|* Optische Archivierung

    || 88|* Spaete Erfassung mit Barcode

    || 89|* Redesign of barcode handling -> note 780365

    || 90| PERFORM barcode_update(sapmm07m) USING xmkpf-mblnr

    || 91| xmkpf-mjahr

    || 92| barcode.

    || 93|

    || 94| MOVE-CORRESPONDING xmkpf TO emkpf.|

    | 95| CALL FUNCTION 'MB_MOVEMENTS_REFRESH'|

    | 96| EXCEPTIONS|

    | 97| error_message = 4.|

    | 98| IF NOT sy-subrc IS INITIAL.|

    | 99| MESSAGE ID sy-msgid TYPE x NUMBER sy-msgno WITH "385830|

    | 100| sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.|

    | 101|* MESSAGE A261.|

    | 102| ENDIF.|

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

    ----------------------------------------------------------------------------------------------------|Contents of system fields

    |----------------------------------------------------------------------------------------------------|Name |Val.

    |----------------------------------------------------------------------------------------------------|SY-SUBRC|4

    ||SY-INDEX|1

    ||SY-TABIX|8

    |

    |SY-DBCNT|1|

    |SY-FDPOS|40

  • 8/18/2019 Dump Analysis - Copy.txt

    8/218

      ||SY-LSIND|0

    ||SY-PAGNO|1

    ||SY-LINNO|1

    |

    |SY-COLNO|1|

    |SY-PFKEY|MIGO_STATUS|

    |SY-UCOMM|OK_POST1|

    |SY-TITLE|Goods Receipt Purchase Order 1500000046 - SAMEER JERE|

    |SY-MSGTY|X|

    |SY-MSGID|8I|

    |SY-MSGNO|526 ||SY-MSGV1|company

    ||SY-MSGV2|

    ||SY-MSGV3|

    ||SY-MSGV4|

    ||SY-MODNO|0

    ||SY-DATUM|20160324

    ||SY-UZEIT|175436

    ||SY-XPROG|SAPLME07

    ||SY-XFORM|CONVERSION_EXIT

    |----------------------------------------------------------------------------------------------------

    ----------------------------------------------------------------------------------------------------|Active Calls/Events

    |----------------------------------------------------------------------------------------------------|No. Ty. Program Include

    Line || Name

    |----------------------------------------------------------------------------------------------------| 7 FUNCTION SAPLMBWL LMBWLU21

    83 || MB_POST_GOODS_MOVEMENT

    || 6 METHOD SAPLMIGO LMIGOKG1

    976 |

  • 8/18/2019 Dump Analysis - Copy.txt

    9/218

    | LCL_MIGO_KERNEL=>GOODS_MOVEMENT_POST|

    | 5 METHOD SAPLMIGO LMIGOKD1625 |

    | LCL_MIGO_KERNEL=>DOCUMENT_OPERATION|

    | 4 METHOD SAPLMIGO LMIGOKD1

    13 || LCL_MIGO_KERNEL=>DOCUMENT_POST

    || 3 METHOD SAPLMIGO LMIGOST2

    126 || LCL_MIGO_STATUS=>LIF_MIGO_FRAME~OKCODE_HANDLER

    || 2 METHOD SAPLMIGO LMIGOFR2

    172 || LCL_MIGO_FRAME=>OKCODE_DISPATCH

    || 1 MODULE (PAI) SAPLMIGO LMIGOPAI

    11 || PAI_OKCODE_DISPATCH|

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

    ----------------------------------------------------------------------------------------------------|Chosen variables

    |----------------------------------------------------------------------------------------------------|Name

    || Val.

    |----------------------------------------------------------------------------------------------------|No. 7 Ty. FUNCTION

    ||Name MB_POST_GOODS_MOVEMENT

    |----------------------------------------------------------------------------------------------------|XBLNR_SD

    ||

    || 0000

    || 0000

    || 2222

    || 0000

    || 0020002000200020

    |

    |EMKPF|

    | 000000000000000000 ##

  • 8/18/2019 Dump Analysis - Copy.txt

    10/218

      || 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 2222222222333333333333333333222222222200222222222222222222222222222222222222222222222222222222|

    | 0000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000|| 0020002000200020002000200020002000200020003000300030003000300030003000300030003000300030003000||%_PRINT

    || 000

    0###|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

    | 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0020002000200020003000300030002000200020002000200020002000200020002000200020002000200020002000||XROWA[]

    || Table[initial]

    ||

    ||-XBLNR_MKPF

    || ???

    || ??????

    || ??????

    || ????????????

    ||

    || ???

    || ??????

    || ??????

    || ????????????

    ||XROWA

    || 00000000000000000000000000

    #### #|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

    | 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C0000|| 222222222222233333333333333333333333333222222222222222222222222222222222222

  • 8/18/2019 Dump Analysis - Copy.txt

    11/218

    2222222222200002220|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0020002000200020002000200020002000200020002000200020003000300030003000300030003000300030003000||%_ITAB_MODIFY_LIST

    |

    | Table[initial]|

    ||

    |SY-TABIX|

    | 8|

    | 0000|

    | 0008|

    | 00000008 ||XMSEG[]

    || Table IT_13629[2x2442]

    || \FUNCTION-POOL=MBWL\DATA=XMSEG[]

    || Table reference: 640

    || TABH+ 0(20) = C0000005034BD5C00000000000000000C0000005

    || TABH+ 20(20) = 11A6DCC00000000000000000000000020D000000

    || TABH+ 40(20) = 00000000000002800000353D000000020000098A

    || TABH+ 60(20) = FFFFFFFF040003CB00238BB00004826000000000

    || store = 0xC0000005034BD5C0

    || statScndKeyAdmin = 0x0000000000000000

    || ext1 = 0xC000000511A6DCC0

    || ----- Primary Key -----

    || idxPtr = 0x0000000000000000

    || idxKind = 0 (ItIndexNone)

    || accKind = 1 (ItAccStandard)

    || uniKind = 2 (ItUniNo)

    || keyKind (from pbag) = 1 (default)

    || cmpMode = 8 (cmpManyEq)

    |

    | shmId = 0 (0x00000000)|

    | id = 640 (0x00000280)

  • 8/18/2019 Dump Analysis - Copy.txt

    12/218

      || label = 13629 (0x0000353D)

    || fill = 2 (0x00000002)

    || leng = 2442 (0x0000098A)

    |

    | loop = -1 (0xFFFFFFFF)|

    | xtyp = TYPE#001187|

    | occu = 4 (0x00000004)|

    | occu0 = 1|

    | stMode = 0|

    | groupCntl = 0|

    | rfc = 0|| unShareable = 0

    || mightBeShared = 1

    || sharedWithShmTab = 0

    || isShmLockId = 0

    || isUsed = 1

    || isCtfyAble = 1

    || hasScndKeys = 0

    || hasRowId = 0

    || statScndKeysOutdated = 0

    || statScndKeysOutdated = 0

    || rtmSelectNoOrderBy = 0

    || ----- Shareable Table Header Data (Store) -----

    || tabi = 0xC000000511984A30

    || pgHook = 0x0000000000000000

    || uniqueNumber = 37228 (0x0000916C)

    || shmTabhSet = 0x0000000000000000

    || refCount = 1 (0x00000001)

    || tstRefCount = 0 (0x00000000)

    |

    | lineAdmin = 4 (0x00000004)|

    | lineAlloc = 4 (0x00000004)

  • 8/18/2019 Dump Analysis - Copy.txt

    13/218

      || shmVersId = 0 (0x00000000)

    || shmRefCount = 2 (0x00000002)

    || rowId = 18446744073709551615

    |

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

    | regHook = 0xC0000004F6474380|

    | collHook = 0x0000000000000000|

    | ext2 = 0x0000000000000000|

    ||

    | 600500003668920160001000004000000000000101 0000000000001001291020M011X 0000700014 |

    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 3333333333333333333333333333333333333333332333333333333333333333343332222222222522233333333332|| 60050000366892016000100000400000000000010100000000000001001291020D0110000000000800000007000140|| 0036003000300035003000300030003000330036003600380039003200300031003600300030003000310030003000||

    || 600500003668920160002000005000004010000543 0000000000001000871020

    O0000700014 || 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 3333333333333333333333333333333333333333332333333333333333333333322222222222222222433333333332|| 6005000036689201600020000050000040100005430000000000000100087102000000000000000000F00007000140|| 0036003000300035003000300030003000330036003600380039003200300031003600300030003000320030003000||LS_MSEG_MKPF

    || 00000000000000000000000000

    || 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 2222222222222333333333333333333333333332222222222222222222222222222222222222222222222222222222|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0020002000200020002000200020002000200020002000200020003000300030003000300030003000300030003000|

    |PREFETCH02|

    | 0000000000001000871020

  • 8/18/2019 Dump Analysis - Copy.txt

    14/218

      || 0000000000000000000000000000000000000000000000

    || 0000000000000000000000000000000000000000000000

    || 3333333333333333333333222222222222222222222222

    |

    | 0000000000001000871020000000000000000000000000|

    | 0030003000300030003000300030003000300030003000300031003000300030003800370031003000320030002000||SYST-REPID

    || SAPLMBWL

    || 0000000000000000000000000000000000000000

    || 0000000000000000000000000000000000000000

    |

    | 5454445422222222222222222222222222222222|| 310CD27C00000000000000000000000000000000

    || 005300410050004C004D00420057004C00200020002000200020002000200020002000200020002000200020002000||OMCH1[]

    || Table[initial]

    ||

    ||%_SPACE

    ||

    || 0

    || 0

    || 2

    || 0

    || 0020

    ||EKBE_SEL[]

    || Table[initial]

    ||

    ||SY-SUBRC

    || 4

    || 0000

    |

    | 0004|

    | 00000004

  • 8/18/2019 Dump Analysis - Copy.txt

    15/218

      ||S156S-SNBWG

    ||

    || 0000

    |

    | 0000|

    | 2222|

    | 0000|

    | 0020002000200020|

    |XMKPF-MBLNR|

    | 5000036689|

    | 0000000000 || 0000000000

    || 3333333333

    || 5000036689

    || 0035003000300030003000330036003600380039

    ||XMKPF-MJAHR

    || 2016

    || 0000

    || 0000

    || 3333

    || 2016

    || 0032003000310036

    ||BARCODE

    ||

    || 0000000000000000000000000000000000000000

    || 0000000000000000000000000000000000000000

    || 2222222222222222222222222222222222222222

    || 0000000000000000000000000000000000000000

    || 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|

    |SY-XPROG|

    | SAPLME07

  • 8/18/2019 Dump Analysis - Copy.txt

    16/218

      || 0000000000000000000000000000000000000000

    || 0000000000000000000000000000000000000000

    || 5454443322222222222222222222222222222222

    |

    | 310CD50700000000000000000000000000000000|

    | 005300410050004C004D00450030003700200020002000200020002000200020002000200020002000200020002000||T063T

    || 00

    || 0000000000000000000000000000000000000000000

    || 0000000000000000000000000000000000000000000

    |

    | 2222222222222222222233222222222222222222222|| 0000000000000000000000000000000000000000000

    || 0020002000200020002000200020002000200020002000200020002000200020002000200020002000300030002000||EKBNK

    || 0000000000####### ############################ || 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 00000000000000000000000C0000000000000000000000000000000000000C000000C000000

    C000000C00000000000|| 2222222222333333333300000002222222222222222222222222222222000000000000000000000000000022222222|| 00000000000000000000000000C0000000000000000000000000000000000000C000000C000000C000000C00000000|| 002000200020002000200020002000200020002000300030003000300030003000300030003000300000000000000C||RM07M

    || 000000000000 6549

    000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 2222222222333333333333222222222222222223333222222222222222222222222222222222222222333333333333|| 0000000000000000000000000000000000000006549000000000000000000000000000000000000000000000000000|| 0020002000200020002000200020002000200020003000300030003000300030003000300030003000300030002000||E_ATPCSX

    ||

    |

    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 000000000000000000000000000000000000000000000000000000000000000000000000000

  • 8/18/2019 Dump Analysis - Copy.txt

    17/218

    0000000000000000000|| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|

    ----------------------------------------------------------------------------------------------------|No. 6 Ty. METHOD

    ||Name LCL_MIGO_KERNEL=>GOODS_MOVEMENT_POST

    |----------------------------------------------------------------------------------------------------|ES_EMKPF_OLD

    || 5000036689201600000000000000 ##

    |

    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 3333333333333333333333333333222222222200222222222222222222222222222222222222222222222222222222|| 5000036689201600000000000000000000000001000000000000000000000000000000000000000000000000000000|| 0035003000300030003000330036003600380039003200300031003600300030003000300030003000300030003000||%_DUMMY$$

    ||

    || 0000

    || 0000

    || 2222

    || 0000

    || 0020002000200020

    ||SYST-REPID

    || SAPLMIGO

    || 0000000000000000000000000000000000000000

    || 0000000000000000000000000000000000000000

    || 5454444422222222222222222222222222222222

    || 310CD97F00000000000000000000000000000000

    || 005300410050004C004D00490047004F00200020002000200020002000200020002000200020002000200020002000|

    |GOSEARCH_PO-QCOUNT|

    | 000000

  • 8/18/2019 Dump Analysis - Copy.txt

    18/218

      || 000000

    || 000000

    || 333333

    |

    | 000000|

    | 003000300030003000300030|

    |LS_EMKPF|

    | 000000000000000000 ##|

    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

    | 2222222222333333333333333333222222222200222222222222222222222222222222222222222222222222222222|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0020002000200020002000200020002000200020003000300030003000300030003000300030003000300030003000||G_SUB_IMPORT

    || 0356

    || 0000

    || 0000

    || 3333

    || 0356

    || 0030003300350036

    ||LS_EMKPF-SUBRC

    || 0

    || 0000

    || 0000

    || 00000000

    ||C_UPTYP_LG

    || 3

    || 0

    || 0

    |

    | 3|

    | 3

  • 8/18/2019 Dump Analysis - Copy.txt

    19/218

      || 0033

    ||LS_EMKPF-MBLNR

    ||

    |

    | 0000000000|

    | 0000000000|

    | 2222222222|

    | 0000000000|

    | 0020002000200020002000200020002000200020|

    |GODEFAULT_TV|

    | 101 GR goods receipt|| 0000000000000000000000000000000

    || 0000000000000000000000000000000

    || 2222223332245266667276666772222

    || 000000101007207FF43025359040000

    || 002000200020002000200020003100300031002000200047005200200067006F006F00640073002000720065006300||OREF_ARCH

    || {O:190*\FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_ARCH}

    || 4000000B

    || 1000000E

    || 41000000000000BE

    ||SY-MSGNO

    || 526

    || 000

    || 000

    || 333

    || 526

    || 003500320036

    ||ES_EMKPF_OLD-MSGNO

    |

    ||

    | 000

  • 8/18/2019 Dump Analysis - Copy.txt

    20/218

      || 000

    || 222

    || 000

    |

    | 002000200020|

    |SY-MSGV1|

    | company|

    | 00000000000000000000000000000000000000000000000000|

    | 00000000000000000000000000000000000000000000000000|

    | 66676672222222222222222222222222222222222222222222|

    | 3FD01E90000000000000000000000000000000000000000000|| 0063006F006D00700061006E0079002000200020002000200020002000200020002000200020002000200020002000||ES_EMKPF_OLD-MSGV1

    ||

    || 00000000000000000000000000000000000000000000000000

    || 00000000000000000000000000000000000000000000000000

    || 22222222222222222222222222222222222222222222222222

    || 00000000000000000000000000000000000000000000000000

    || 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000||SY-MSGV2

    ||

    || 00000000000000000000000000000000000000000000000000

    || 00000000000000000000000000000000000000000000000000

    || 22222222222222222222222222222222222222222222222222

    || 00000000000000000000000000000000000000000000000000

    || 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000||ES_EMKPF_OLD-MSGV2

    ||

    || 00000000000000000000000000000000000000000000000000

    |

    | 00000000000000000000000000000000000000000000000000|

    | 22222222222222222222222222222222222222222222222222

  • 8/18/2019 Dump Analysis - Copy.txt

    21/218

      || 00000000000000000000000000000000000000000000000000

    || 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000||SY-MSGV3

    |

    ||

    | 00000000000000000000000000000000000000000000000000|

    | 00000000000000000000000000000000000000000000000000|

    | 22222222222222222222222222222222222222222222222222|

    | 00000000000000000000000000000000000000000000000000|

    | 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|

    |ES_EMKPF_OLD-MSGV3||

    || 00000000000000000000000000000000000000000000000000

    || 00000000000000000000000000000000000000000000000000

    || 22222222222222222222222222222222222222222222222222

    || 00000000000000000000000000000000000000000000000000

    || 002000200020002000200020002000200020002000200020002000200020002000200020002

    0002000200020002000||SY-MSGV4

    ||

    || 00000000000000000000000000000000000000000000000000

    || 00000000000000000000000000000000000000000000000000

    || 22222222222222222222222222222222222222222222222222

    || 00000000000000000000000000000000000000000000000000

    || 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000||ES_EMKPF_OLD-MSGV4

    ||

    || 00000000000000000000000000000000000000000000000000

    || 00000000000000000000000000000000000000000000000000

    || 22222222222222222222222222222222222222222222222222

    |

    | 00000000000000000000000000000000000000000000000000|

    | 002000200020002000200020002000200020002000200020002000200020002000200020002

  • 8/18/2019 Dump Analysis - Copy.txt

    22/218

    0002000200020002000|----------------------------------------------------------------------------------------------------|No. 5 Ty. METHOD

    ||Name LCL_MIGO_KERNEL=>DOCUMENT_OPERATION

    |

    ----------------------------------------------------------------------------------------------------|I_SIMULATE

    ||

    || 0

    || 0

    || 2

    |

    | 0 || 0020

    ||I_SIM_VALUES

    ||

    || 0

    || 0

    || 2

    || 0

    || 0020

    ||I_ERROR_ONLY

    ||

    || 0

    || 0

    || 2

    || 0

    || 0020

    ||E_OK

    ||

    || 0

    |

    | 0|

    | 2

  • 8/18/2019 Dump Analysis - Copy.txt

    23/218

      || 0

    || 0020

    ||ET_XMSEG

    |

    | Table[initial]|

    ||

    |LT_EMSEG|

    | Table IT_46031[2x752]|

    | \FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_KERNEL\METHOD=DOCUMENT_OPERATION\DATA=LT _EMSEG || Table reference: 1341

    |

    | TABH+ 0(20) = C000000511924480000000000000000000000000|| TABH+ 20(20) = 000000000000000000000000000000020D000000

    || TABH+ 40(20) = 000000000000053D0000B3CF00000002000002F0

    || TABH+ 60(20) = FFFFFFFF04000000001BAF300004806000000000

    || store = 0xC000000511924480

    || statScndKeyAdmin = 0x0000000000000000

    || ext1 = 0x0000000000000000

    || ----- Primary Key -----

    || idxPtr = 0x0000000000000000

    || idxKind = 0 (ItIndexNone)

    || accKind = 1 (ItAccStandard)

    || uniKind = 2 (ItUniNo)

    || keyKind (from pbag) = 1 (default)

    || cmpMode = 8 (cmpManyEq)

    || shmId = 0 (0x00000000)

    || id = 1341 (0x0000053D)

    || label = 46031 (0x0000B3CF)

    || fill = 2 (0x00000002)

    || leng = 752 (0x000002F0)

    |

    | loop = -1 (0xFFFFFFFF)|

    | xtyp = TYPE#001895

  • 8/18/2019 Dump Analysis - Copy.txt

    24/218

      || occu = 4 (0x00000004)

    || occu0 = 1

    || stMode = 0

    |

    | groupCntl = 0|

    | rfc = 0|

    | unShareable = 0|

    | mightBeShared = 0|

    | sharedWithShmTab = 0|

    | isShmLockId = 0|

    | isUsed = 1|| isCtfyAble = 1

    || hasScndKeys = 0

    || hasRowId = 0

    || statScndKeysOutdated = 0

    || statScndKeysOutdated = 0

    || rtmSelectNoOrderBy = 0

    || ----- Shareable Table Header Data (Store) -----

    || tabi = 0xC000000511B54140

    || pgHook = 0x0000000000000000

    || uniqueNumber = 36937 (0x00009049)

    || shmTabhSet = 0x0000000000000000

    || refCount = 0 (0x00000000)

    || tstRefCount = 0 (0x00000000)

    || lineAdmin = 4 (0x00000004)

    || lineAlloc = 4 (0x00000004)

    || shmVersId = 0 (0x00000000)

    || shmRefCount = 1 (0x00000001)

    || rowId = 18446744073709551615

    |

    ||

    | 000004000000000000##000000010000

  • 8/18/2019 Dump Analysis - Copy.txt

    25/218

      || 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 3333333333333333330033333333333322222222222222222222222222222222222222222222222222222222222222|

    | 0000040000000000000100000001000000000000000000000000000000000000000000000000000000000000000000|| 0030003000300030003000340030003000300030003000300030003000300030003000300000000100300030003000||

    || 000005000004010000##000100020000

    || 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

    | 3333333333333333330033333333333322222222222222222222222222222222222222222222222222222222222222|| 0000050000040100000100010002000000000000000000000000000000000000000000000000000000000000000000|| 0030003000300030003000350030003000300030003000340030003100300030003000300000000100300030003000||GOSEARCH_RES-MATNR

    ||

    || 000000000000000000

    || 000000000000000000

    || 222222222222222222

    || 000000000000000000

    || 002000200020002000200020002000200020002000200020002000200020002000200020

    ||LT_XMSEG

    || Table IT_46723[2x2442]

    || \FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_KERNEL\METHOD=DOCUMENT_OPERATION\DATA=LT _XMSEG || Table reference: 1343

    || TABH+ 0(20) = C0000005034BD5C0000000000000000000000000

    || TABH+ 20(20) = 000000000000000000000000000000020D000000

    || TABH+ 40(20) = 000000000000053F0000B683000000020000098A

    || TABH+ 60(20) = FFFFFFFF04000000001B97F00004826000000000

    || store = 0xC0000005034BD5C0

    |

    | statScndKeyAdmin = 0x0000000000000000|

    | ext1 = 0x0000000000000000

  • 8/18/2019 Dump Analysis - Copy.txt

    26/218

      || ----- Primary Key -----

    || idxPtr = 0x0000000000000000

    || idxKind = 0 (ItIndexNone)

    |

    | accKind = 1 (ItAccStandard)|

    | uniKind = 2 (ItUniNo)|

    | keyKind (from pbag) = 1 (default)|

    | cmpMode = 8 (cmpManyEq)|

    | shmId = 0 (0x00000000)|

    | id = 1343 (0x0000053F)|

    | label = 46723 (0x0000B683)|| fill = 2 (0x00000002)

    || leng = 2442 (0x0000098A)

    || loop = -1 (0xFFFFFFFF)

    || xtyp = TYPE#001771

    || occu = 4 (0x00000004)

    || occu0 = 1

    || stMode = 0

    || groupCntl = 0

    || rfc = 0

    || unShareable = 0

    || mightBeShared = 1

    || sharedWithShmTab = 0

    || isShmLockId = 0

    || isUsed = 1

    || isCtfyAble = 1

    || hasScndKeys = 0

    || hasRowId = 0

    || statScndKeysOutdated = 0

    |

    | statScndKeysOutdated = 0|

    | rtmSelectNoOrderBy = 0

  • 8/18/2019 Dump Analysis - Copy.txt

    27/218

      || ----- Shareable Table Header Data (Store) -----

    || tabi = 0xC000000511984A30

    || pgHook = 0x0000000000000000

    |

    | uniqueNumber = 37228 (0x0000916C)|

    | shmTabhSet = 0x0000000000000000|

    | refCount = 1 (0x00000001)|

    | tstRefCount = 0 (0x00000000)|

    | lineAdmin = 4 (0x00000004)|

    | lineAlloc = 4 (0x00000004)|

    | shmVersId = 0 (0x00000000)|| shmRefCount = 2 (0x00000002)

    || rowId = 18446744073709551615

    ||

    || 600500003668920160001000004000000000000101 0000000000001001291020M011

    X 0000700014 || 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 000000000000000000000000000000000000000000000000000000000000000000000000000

    0000000000000000000|| 3333333333333333333333333333333333333333332333333333333333333333343332222222222522233333333332|| 60050000366892016000100000400000000000010100000000000001001291020D0110000000000800000007000140|| 0036003000300035003000300030003000330036003600380039003200300031003600300030003000310030003000||

    || 600500003668920160002000005000004010000543 0000000000001000871020

    O0000700014 || 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 3333333333333333333333333333333333333333332333333333333333333333322222222222222222433333333332|| 6005000036689201600020000050000040100005430000000000000100087102000000000000000000F00007000140|| 0036003000300035003000300030003000330036003600380039003200300031003600300030003000320030003000||LT_IMSEG

    || Table IT_45998[1x2856]

    |

    | \FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_KERNEL\METHOD=DOCUMENT_OPERATION\DATA=LT _IMSEG || Table reference: 1348

  • 8/18/2019 Dump Analysis - Copy.txt

    28/218

      || TABH+ 0(20) = C0000005119BF7C00000000000000000C0000005

    || TABH+ 20(20) = 11462D700000000000000000000000010D000000

    || TABH+ 40(20) = 00000000000005440000B3AE0000000100000B28

    |

    | TABH+ 60(20) = FFFFFFFF04000000001BAF000001826000000000|

    | store = 0xC0000005119BF7C0|

    | statScndKeyAdmin = 0x0000000000000000|

    | ext1 = 0xC000000511462D70|

    | ----- Primary Key -----|

    | idxPtr = 0x0000000000000000|

    | idxKind = 0 (ItIndexNone)|| accKind = 1 (ItAccStandard)

    || uniKind = 2 (ItUniNo)

    || keyKind (from pbag) = 1 (default)

    || cmpMode = 8 (cmpManyEq)

    || shmId = 0 (0x00000000)

    || id = 1348 (0x00000544)

    || label = 45998 (0x0000B3AE)

    || fill = 1 (0x00000001)

    || leng = 2856 (0x00000B28)

    || loop = -1 (0xFFFFFFFF)

    || xtyp = TYPE#001894

    || occu = 1 (0x00000001)

    || occu0 = 1

    || stMode = 0

    || groupCntl = 0

    || rfc = 0

    || unShareable = 0

    || mightBeShared = 1

    |

    | sharedWithShmTab = 0|

    | isShmLockId = 0

  • 8/18/2019 Dump Analysis - Copy.txt

    29/218

      || isUsed = 1

    || isCtfyAble = 1

    || hasScndKeys = 0

    |

    | hasRowId = 0|

    | statScndKeysOutdated = 0|

    | statScndKeysOutdated = 0|

    | rtmSelectNoOrderBy = 0|

    | ----- Shareable Table Header Data (Store) -----|

    | tabi = 0xC0000004F6812B30|

    | pgHook = 0x0000000000000000|| uniqueNumber = 37202 (0x00009152)

    || shmTabhSet = 0x0000000000000000

    || refCount = 0 (0x00000000)

    || tstRefCount = 0 (0x00000000)

    || lineAdmin = 1 (0x00000001)

    || lineAlloc = 1 (0x00000001)

    || shmVersId = 0 (0x00000000)

    || shmRefCount = 1 (0x00000001)

    || rowId = 18446744073709551615

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

    || regHook = 0xC0000004FFBA4E70

    || collHook = 0x0000000000000000

    || ext2 = 0x0000000000000000

    || 000004000000000000MIGO X 101 P ##0000000000001001291020M011|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 3333333333333333334444222222222222222252333222222222222222222222520033333333333333333333334333|| 000004000000000000D97F00000000000000008010100000000000000000000000000000000000001001291020D011|

    | 003000300030003000300034003000300030003000300030003000300030003000300030004D00490047004F002000||GOSEARCH_RES-KOSTL

  • 8/18/2019 Dump Analysis - Copy.txt

    30/218

      ||

    || 0000000000

    || 0000000000

    |

    | 2222222222|

    | 0000000000|

    | 0020002000200020002000200020002000200020|

    |LT_CANCEL|

    | Table[initial]|

    ||

    |ABAP_TRUE || X

    || 0

    || 0

    || 5

    || 8

    || 0058

    ||%_SPACE

    ||

    || 0

    || 0

    || 2

    || 0

    || 0020

    ||LCL_MIGO_GLOBALS=>IF_BADI

    || {O:11*\CLASS=CL_EX_MB_MIGO_BADI}

    || F0000000

    || 4000000B

    || F40000000000000B

    |

    |SY|

    | #######################(#########################F#########################

  • 8/18/2019 Dump Analysis - Copy.txt

    31/218

    ##"#####F#### C##>|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000|| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000D000400|| 0000000000000000000000020000000000000008000000000400000000000000000000000000020900040005240000|

    | 010108010000000000000108010001000000000C000807040600000000000000000000000000020A0006000803000C|| 0000000100000001000000080000000100000000000000000000000000000000000000000000000000000001000000||SY-REPID

    || SAPLMIGO

    || 0000000000000000000000000000000000000000

    || 0000000000000000000000000000000000000000

    |

    | 5454444422222222222222222222222222222222|| 310CD97F00000000000000000000000000000000

    || 005300410050004C004D00490047004F00200020002000200020002000200020002000200020002000200020002000||LS_XMKPF

    || 60050000366892016WEWEPR2016032420160324201603241754360000000023716549 2|

    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 000000000000000000000000000000000000000000000000000000000000000000000000000

    0000000000000000000|| 3333333333333333354545533333333333333333333333333333333333333333322222222222233332222222222223|| 6005000036689201675750220160324201603242016032417543600000000237100000000000065490000000000002|| 0036003000300035003000300030003000330036003600380039003200300031003600570045005700450050005200||ME

    || {O:2*\FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_KERNEL}

    || F0000000

    || D0000002

    || FD00000000000002

    ||LS_EMKPF

    || 5000036689201600000000000000 ##

    || 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

    | 3333333333333333333333333333222222222200222222222222222222222222222222222222222222222222222222|| 500003668920160000000000000000000000000100000000000000000000000000000000000

  • 8/18/2019 Dump Analysis - Copy.txt

    32/218

    0000000000000000000|| 0035003000300030003000330036003600380039003200300031003600300030003000300030003000300030003000||L_NO_ITEMS

    ||

    |

    | 0|

    | 0|

    | 2|

    | 0|

    | 0020|

    |%_FL2*TV_GOFREIGHT|

    | 1 || 0000

    || 0001

    || 00000001

    ||LCL_MIGO_GLOBALS=>EXTERNAL_CALL_MJAHR

    || 0000

    || 0000

    || 0000

    || 3333

    || 0000

    || 0030003000300030

    ||OREF_LOG

    || {O:5*\FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_LOG}

    || F0000000

    || A0000005

    || FA00000000000005

    ||SPACE

    ||

    || 0

    |

    | 0|

    | 2

  • 8/18/2019 Dump Analysis - Copy.txt

    33/218

      || 0

    || 0020

    |----------------------------------------------------------------------------------------------------

    |No. 4 Ty. METHOD|

    |Name LCL_MIGO_KERNEL=>DOCUMENT_POST|

    ----------------------------------------------------------------------------------------------------|E_OK

    ||

    || 0

    |

    | 0 || 2

    || 0

    || 0020

    ||ME

    || {O:2*\FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_KERNEL}

    || F0000000

    || D0000002

    || FD00000000000002

    ||ABAP_FALSE

    ||

    || 0

    || 0

    || 2

    || 0

    || 0020

    ||%_ARCHIVE

    ||

    || 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 222222222222222222222222222222222222222222222222222222222222222222222222222

  • 8/18/2019 Dump Analysis - Copy.txt

    34/218

    2222222222222222222|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000||LCL_MIGO_GLOBALS=>EXTERNAL_CALL_LEAVE_AFTER_POST

    |

    ||

    | 0|

    | 0|

    | 2|

    | 0|

    | 0020|

    |%_PRINT || 000

    0###|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 002000200020002000300030003000200020002000200020002000200020002000200020002

    0002000200020002000|----------------------------------------------------------------------------------------------------|No. 3 Ty. METHOD

    ||Name LCL_MIGO_STATUS=>LIF_MIGO_FRAME~OKCODE_HANDLER

    |----------------------------------------------------------------------------------------------------|I_OKCODE

    || OK_POST1

    || 0000000000000000000000000000000000000000000000000000000000000000000000

    || 0000000000000000000000000000000000000000000000000000000000000000000000

    || 4455455322222222222222222222222222222222222222222222222222222222222222

    || FBF0F34100000000000000000000000000000000000000000000000000000000000000

    || 004F004B005F0050004F00530054003100200020002000200020002000200020002000200020002000200020002000||LCL_MIGO_GLOBALS=>IF_BADI_ITEM

    |

    | {O:initial}|

    | F0000000

  • 8/18/2019 Dump Analysis - Copy.txt

    35/218

      || F0000000

    || FF00000000000000

    ||GODEFAULT

    |

    ||

    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|

    |OREF_BADI_LOG || {O:39*\FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_LOG}

    || D0000002

    || 80000007

    || D800000000000027

    ||%_##TVREG_001

    ||

    || 0

    || 0

    || 2

    || 0

    || 0020

    ||SY-XPROG

    || SAPLME07

    || 0000000000000000000000000000000000000000

    || 0000000000000000000000000000000000000000

    || 5454443322222222222222222222222222222222

    || 310CD50700000000000000000000000000000000

    || 005300410050004C004D00450030003700200020002000200020002000200020002000200020002000200020002000|

    |LCL_MIGO_GLOBALS=>KERNEL|

    | {O:2*\FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_KERNEL}

  • 8/18/2019 Dump Analysis - Copy.txt

    36/218

      || F0000000

    || D0000002

    || FD00000000000002

    |

    |G_TABLEV_SUBSCREEN|

    | 0220|

    | 0000|

    | 0000|

    | 3333|

    | 0220|

    | 0030003200320030||G_SCREENMANAGER_DYNNR

    || 0002

    || 0000

    || 0000

    || 3333

    || 0002

    || 0030003000300032

    ||GOCOMP_TV

    || 000000000 0000000000 ############## || 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000C000000C0000000000000000|| 2222222222333333333222222222233333333332222222222222222222222222222000000000000002222222222222|| 0000000000000000000000000000000000000000000000000000000000000000000000000C000000C0000000000000|| 0020002000200020002000200020002000200020003000300030003000300030003000300030002000200020002000||T

    || T

    || 0

    || 0

    |

    | 5|

    | 4

  • 8/18/2019 Dump Analysis - Copy.txt

    37/218

      || 0054

    |----------------------------------------------------------------------------------------------------|No. 2 Ty. METHOD

    |

    |Name LCL_MIGO_FRAME=>OKCODE_DISPATCH|

    ----------------------------------------------------------------------------------------------------|I_OKCODE

    ||

    || 0000000000000000000000000000000000000000000000000000000000000000000000

    || 0000000000000000000000000000000000000000000000000000000000000000000000

    |

    | 2222222222222222222222222222222222222222222222222222222222222222222222|| 0000000000000000000000000000000000000000000000000000000000000000000000

    || 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000||L_MSG_STRING

    ||

    || 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 000000000000000000000000000000000000000000000000000000000000000000000000000

    0000000000000000000|| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000||LS_REGISTERED_OKCODE-COMPONENT->CLASS_ID

    || MIGO_STATUS

    || 00000000000000000000000000000000000000000000000000

    || 00000000000000000000000000000000000000000000000000

    || 44445554555222222222222222222222222222222222222222

    || D97FF341453000000000000000000000000000000000000000

    || 004D00490047004F005F00530054004100540055005300200020002000200020002000200020002000200020002000||GODEFAULT-DEF_WERKS

    ||

    |

    | 0000|

    | 0000

  • 8/18/2019 Dump Analysis - Copy.txt

    38/218

      || 2222

    || 0000

    || 0020002000200020

    |

    |L_OKCODE|

    | OK_POST1|

    | 0000000000000000000000000000000000000000000000000000000000000000000000|

    | 0000000000000000000000000000000000000000000000000000000000000000000000|

    | 4455455322222222222222222222222222222222222222222222222222222222222222|

    | FBF0F34100000000000000000000000000000000000000000000000000000000000000|

    | 004F004B005F0050004F00530054003100200020002000200020002000200020002000200020002000200020002000|----------------------------------------------------------------------------------------------------|No. 1 Ty. MODULE (PAI)

    ||Name PAI_OKCODE_DISPATCH

    |----------------------------------------------------------------------------------------------------|LCL_MIGO_FRAME=>TRACE_INFOS

    ||

    || 0

    || 0

    || 2

    || 0

    || 0020

    ||SY-UZEIT

    || 175436

    || 000000

    || 000000

    || 333333

    || 175436

    || 003100370035003400330036

    |

    |OKCODE|

    |

  • 8/18/2019 Dump Analysis - Copy.txt

    39/218

      || 0000000000000000000000000000000000000000000000000000000000000000000000

    || 0000000000000000000000000000000000000000000000000000000000000000000000

    || 2222222222222222222222222222222222222222222222222222222222222222222222

    |

    | 0000000000000000000000000000000000000000000000000000000000000000000000|

    | 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|----------------------------------------------------------------------------------------------------

    ----------------------------------------------------------------------------------------------------|Internal notes

    || The termination was triggered in function "ab_jmess" of the SAP kernel, in

    || line 1371 of module "//bas/742_REL/src/krn/abap/runt/abdynpro.c#2".|

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

    | Internal mode started at 20160324172729.|

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

    ----------------------------------------------------------------------------------------------------|Active Calls in SAP Kernel

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

    |----------------------------------------------------------------------------------------------------|(0) 0x400000000547a8f0 HPUXDoStack + 0x130 at /bas/742_REL/src/base/dptrc/dptstackHPUX.c:116 [dw.||(1) 0x4000000002f09890 CTrcStack + 0x80 at /bas/742_REL/src/base/dptrc/dptstack.c:191 [dw.sapPRD_||(2) 0x4000000005930820 [local to _INTERNAL50265545_]::rabax_CStackSave() +0x200 at /bas/742_REL/||(3) 0x4000000003795520 ab_rabax + 0x4520 at /bas/742_REL/src/krn/abap/runt/abrabax.c:1531 [dw.sap||(4) 0x400000000349ec50 ab_jmess() + 0x570 at /bas/742_REL/src/krn/abap/runt/abdynpro.c:1371 [dw.s||(5) 0x4000000003d39e80 ab_extri() + 0x3190 at /bas/742_REL/src/krn/abap/runt/abextri.c:2118 [dw.s||(6) 0x4000000003c125d0 ab_xevent(unsigned short const*) + 0xa0 at /bas/742_ REL/src/krn/abap/runt/||(7) 0x4000000003b65250 ab_dstep + 0x310 at /bas/742_REL/src/krn/abap/runt/abdynpro.c:661 [dw.sapP||(8) 0x40000000054b3c30 [local to _INTERNAL55244543_]::dynpmcal(DINFDUMY*,STPDUMMY*) + 0xf20 at /b|

    |(9) 0x40000000054afe20 [local to _INTERNAL55244543_]::dynppai0(DINFDUMY*) + 0x8f0 at /bas/742_REL||(10) 0x4000000003b76740 dynprctl(DINFDUMY*) + 0x2e0 at /bas/742_REL/src/krn/

  • 8/18/2019 Dump Analysis - Copy.txt

    40/218

    dynp/dymainstp.c:501 ||(11) 0x4000000003bae4d0 dynpen00 + 0xcd0 at /bas/742_REL/src/krn/dynp/dymain.c:2429 [dw.sapPRD_DV||(12) 0x4000000004234d40 ThrtCallAbapVm + 0x280 at /bas/742_REL/src/krn/si/thrun/thxxdynp.c:1521 [||(13) 0x4000000004b7e8a0 GuiHandler::handleRequest(REQUEST_BUF*,bool) + 0x220 at /bas/742_REL/src/|

    |(14) 0x40000000050ef490 [local to _INTERNAL47153752_]::ThHandleRequest(REQUEST_BUF*,unsigned char||(15) 0x4000000002f74a40 ThStart() + 0x950 at /bas/742_REL/src/krn/si/th/thxxhead.c:2220 [dw.sapPR||(16) 0x4000000003fb1660 DpMain + 0xaa0 at /bas/742_REL/src/krn/si/dp/dpInit.c:476 [dw.sapPRD_DVEB||(17) 0x4000000004e62b80 main + 0x80 at /bas/742_REL/src/krn/sapr3/thxxanf.c:79 [dw.sapPRD_DVEBMGS||(18) 0xc00000000006ea30 main_opd_entry + 0x50 [/usr/lib/hpux64/dld.so]

    |----------------------------------------------------------------------------------------------------

    ----------------------------------------------------------------------------------------------------|List of ABAP programs affected

    |----------------------------------------------------------------------------------------------------|Index |Ty.|Program |Group |Date |Time |Size |Lang. |----------------------------------------------------------------------------------------------------| 0|Prg|SAPLMIGO | 0|19.03.2016|09:50:55|  2142208|E |

    | 1|Prg|SAPMSSYD | 0|10.10.2014|19:05:13|  29696|E || 2|Prg|SAPFSYSCALLS | 0|10.10.2014|18:27:31|  7168|E || 3|Prg|CL_MMIM_USERDEFAULTS==========CP | 3|06.05.2002|10:42:38|  30720|E || 4|Prg|MB_MIGO_SC_PO_TRANSFER========CP | 4|14.04.2015|12:35:20|  14336|E || 5|Prg|CL_BADI_BASE==================CP | 5|10.10.2014|19:05:13|  17408|E || 6|Prg|CL_MB_MIGO_SC_PO_TRANSFER=====CP | 6|10.03.2010|14:38:05|  8192|E || 7|Prg|CL_OPS_SWITCH_CHECK===========CP | 7|19.03.2016|09:50:49|  120832|E || 8|Prg|IF_MMPUR_CONSTANTS_GENERAL====IP | 7|10.10.2014|18:27:31|  8192|E || 9|Typ|X031L | 0|08.09.2011|14:25:34|  7168| || 10|Prg|SAPLSDIFRUNTIME | 10|10.10.2014|18:59:40|  132096|E || 11|Typ|DFIES | 0|10.10.2014|18:26:37|  11264| || 12|Prg|SAPLSDNT | 12|10.10.2014|19:05:13|  336896|E || 13|Prg|SAPLSUGS | 13|14.10.2014|17:06:18|

      160768|E || 14|Prg|SAPLV01D | 14|18.03.2016|15:02:14|  71680|E |

  • 8/18/2019 Dump Analysis - Copy.txt

    41/218

    | 15|Typ|IWRKZ | 0|04.04.1995|15:56:46|  2048| || 16|Typ|TCUCH | 0|07.01.2002|15:50:54|  4096| || 17|Typ|TCUBN | 0|07.01.2002|15:50:53|  3072| || 18|Typ|TCUWS | 0|13.08.1997|13:57:58|

      3072| || 19|Typ|TCUDRV | 0|07.01.2002|15:50:54|  3072| || 20|Prg|SAPLVBDOCUBATCH_BF | 20|16.01.2004|14:28:56|  12288|E || 21|Prg|CL_GUI_CFW====================CP | 21|10.10.2014|18:56:40|  185344|E || 22|Prg|CL_GUI_PROPS_CONSUMER=========CP | 22|10.10.2014|18:27:31|  32768|E || 23|Prg|SAPLTHFB | 23|10.10.2014|19:05:13|  495616|E || 24|Prg|SAPLSFES | 24|10.10.2014|19:05:13|

      303104|E || 25|Typ|EUDB | 0|31.05.2013|08:02:19|  9216| || 26|Prg|%_CCNTL | 22|10.10.2014|18:27:30|  16384|E || 27|Prg|CL_EXITHANDLER================CP | 27|10.10.2014|19:05:15|  37888|E || 28|Prg|SAPLSEXV | 28|10.10.2014|19:05:15|  146432|E || 29|Prg|CL_EX_MB_MIGO_BADI============CP | 29|18.03.2016|15:02:23|  35840|E || 30|Prg|IF_EX_MB_MIGO_BADI============IP | 27|18.03.2016|15:02:23|  16384|E |

    | 31|Prg|MB_MIGO_BADI==================CP | 31|18.03.2016|15:02:23|  16384|E || 32|Prg|CL_BADI_CACHE_HANDLER=========CP | 32|10.10.2014|19:05:13|  15360|E || 33|Prg|/BEV2/CL_IM_CS_MB_MIGO_BADI===CP | 33|18.03.2016|15:02:23|  56320|E || 34|Prg|CL_IM_CFB_SUGGEST_BBD_MIGO====CP | 34|18.03.2016|15:02:23|  24576|E || 35|Prg|CL_IM_CIN_PLUG_IN_TO_MIGO=====CP | 35|18.03.2016|15:02:23|  27648|E || 36|Prg|/BEV2/CL_CS_EMCS_BASE=========CP | 36|08.09.2011|17:37:16|  27648|E || 37|Prg|SAPLJ1IEXGM | 37|19.03.2016|09:50:55|  902144|E || 38|Typ|J_1IEXHEAD | 0|31.05.2013|08:05:19|  33792| || 39|Typ|J_1IEXCHDR | 0|31.05.2013|08:05:19|  16384| || 40|Typ|J_1IEXGRPS | 0|20.11.2001|15:37:31|  6144| || 41|Typ|GOHEAD | 0|31.05.2013|08:03:44|  11264| || 42|Typ|J_1IPART1 | 0|08.09.2011|14:21:25|  6144| || 43|Typ|J_1IPART2 | 0|31.05.2013|08:05:20|

      9216| || 44|Typ|J_1IRG1 | 0|31.05.2013|08:05:20|  11264| |

  • 8/18/2019 Dump Analysis - Copy.txt

    42/218

    | 45|Typ|T001W | 0|31.05.2013|08:13:44|  12288| || 46|Typ|J_1IACCBAL | 0|21.01.2014|10:05:34|  37888| || 47|Typ|ACCIT | 0|04.08.2014|15:41:47|  81920| || 48|Prg|SAPLSTXD | 48|10.10.2014|19:05:13|

      574464|E || 49|Typ|TCATALOG | 0|31.05.2013|08:14:40|  4096| || 50|Typ|J_1IVTTXID | 0|20.07.2001|19:17:51|  3072| || 51|Prg|CL_BADI_FLT_DATA_TRANS_AND_DB=CP | 51|10.10.2014|19:05:15|  43008|E || 52|Typ|SXC_EXIT | 0|09.11.2000|14:23:43|  3072| || 53|Prg|SAPLSOA3 | 53|10.10.2014|19:05:15|  304128|E || 54|Prg|SAPFSSO0 | 53|10.10.2014|18:48:17|

      773120|E || 55|Typ|SOPR | 0|31.05.2013|08:12:44|  17408| || 56|Typ|SOADRBUF | 0|28.08.1997|09:29:20|  6144| || 57|Typ|SOADDR | 0|07.02.2006|10:08:30|  3072| || 58|Typ|V_SOUCADCP | 0|10.10.2014|18:27:54|  4096| || 59|Typ|SOUIO | 0|07.02.2006|10:08:31|  3072| || 60|Prg|SAPLSUSM | 60|10.10.2014|19:05:13|  115712|E |

    | 61|Typ|USR21 | 0|08.09.2011|14:16:32|  4096| || 62|Typ|USR03 | 0|31.05.2013|08:16:38|  7168| || 63|Prg|IF_IDENTITY===================IP | 60|10.10.2014|19:05:13|  27648|E || 64|Typ|TSAD3T | 0|31.05.2013|08:15:53|  3072| || 65|Typ|DD07V | 0|10.10.2014|18:27:48|  4096| || 66|Prg|SAPLSDTO | 66|10.10.2014|18:48:17|  45056|E || 67|Prg|SAPLSTCX | 67|31.05.2013|08:42:54|  214016|E || 68|Typ|GOITEM | 0|18.03.2016|15:02:03|  70656| || 69|Typ|T006 | 0|31.05.2013|08:13:44|  5120| || 70|Typ|AUFK | 0|14.04.2015|12:24:19|  21504| || 71|Typ|PRPS | 0|14.04.2015|12:24:29|  22528| || 72|Typ|VBUK | 0|31.05.2013|08:02:47|  14336| || 73|Typ|MCHA | 0|04.08.2014|15:43:56|

      8192| || 74|Typ|T149D | 0|30.11.1993|16:06:02|  3072| |

  • 8/18/2019 Dump Analysis - Copy.txt

    43/218

    | 75|Typ|T148 | 0|31.05.2013|08:13:47|  3072| || 76|Typ|MARA | 0|10.10.2014|18:26:55|  44032| || 77|Typ|T001L | 0|31.05.2013|08:13:44|  6144| || 78|Typ|EKKO | 0|04.08.2014|15:43:22|

      25600| || 79|Typ|EKPO | 0|19.03.2016|09:50:55|  50176| || 80|Typ|T163K | 0|08.09.2011|14:24:27|  4096| || 81|Typ|KNA1 | 0|04.08.2014|15:43:46|  33792| || 82|Typ|T157D | 0|28.03.1996|15:21:08|  2048| || 83|Prg|%_CCXTAB | 0|10.10.2014|18:27:30|  7168|E || 84|Typ|SCXTAB_CONTROL | 0|18.05.2004|14:07:29|

      6144| || 85|Typ|SCXTAB_TABSTRIP | 0|06.11.2003|20:31:00|  3072| || 86|Prg|SAPLMFAW | 86|31.05.2013|09:25:33|  72704|E || 87|Typ|TFAWY | 0|29.07.1998|19:48:52|  3072| || 88|Typ|TFAWL | 0|29.07.1998|19:48:49|  4096| || 89|Typ|TFAWX | 0|29.07.1998|19:48:51|  3072| || 90|Typ|TFAW | 0|29.07.1998|19:48:45|  3072| |

    | 91|Prg|RDDFIE00 | 86|10.10.2014|18:27:31|  22528|E || 92|Typ|TFAWC | 0|29.07.1998|19:48:47|  4096| || 93|Prg|CL_MMIM_MIGO_MOVE_FIELDS======CP | 93|14.04.2015|12:40:59|  30720|E || 94|Prg|SAPLMIGO_CUST | 94|20.10.2014|09:58:51|  65536|E || 95|Prg|CL_PSM_CORE_SWITCH_CHECK======CP | 95|20.10.2014|10:01:45|  21504|E || 96|Prg|CL_ERP_CO_OLC_SW_CHECK========CP | 96|14.09.2011|14:36:12|  9216|E || 97|Typ|MKPF | 0|08.09.2011|14:20:50|  8192| || 98|Prg|CL_MMIM_LINE_ID_MANAGER=======CP | 98|18.03.2016|15:02:23|  27648|E || 99|Prg|SAPLV01Z | 99|18.03.2016|15:02:24|  403456|E || 100|Prg|SAPLCOWIPB | 100|19.03.2016|09:50:54|  1405952|E || 101|Typ|TCUWIPB | 0|10.03.2010|10:25:53|  3072| || 102|Prg|SAPLV01P | 102|18.03.2016|15:02:14|  288768|E || 103|Prg|SAPLDRVN | 103|18.03.2016|15:02:24|

      929792|E || 104|Typ|DRVLOG_HEADER | 0|08.09.2011|14:26:03|  4096| |

  • 8/18/2019 Dump Analysis - Copy.txt

    44/218

    | 105|Typ|DRVLOG_ITEM | 0|27.11.2013|14:28:31|  3072| || 106|Typ|DRVLOG_FIELDVAL | 0|27.11.2013|14:28:31|  4096| || 107|Typ|DRVLOG_TRAIL | 0|10.11.1999|17:49:45|  3072| || 108|Typ|DRVN_MSG | 0|27.11.2013|14:25:51|

      4096| || 109|Typ|DRVN_MON | 0|08.09.2011|14:26:10|  4096| || 110|Typ|KOMGR | 0|08.09.2011|14:21:32|  4096| || 111|Typ|KONDRPS | 0|10.11.1999|17:50:57|  3072| || 112|Prg|SAPLV61B | 112|19.03.2016|09:50:55|  603136|E || 113|Typ|MSG1 | 0|08.08.1995|14:46:48|  3072| || 114|Typ|NAST | 0|31.05.2013|08:06:40|

      15360| || 115|Prg|SAPLLPAL | 115|18.03.2016|15:02:14|  102400|E || 116|Typ|WMS_MIGO_PAL | 0|08.09.2011|14:28:49|  6144| || 117|Prg|SAPLQBCK | 117|19.03.2016|09:50:55|  151552|E || 118|Typ|QINF | 0|31.05.2013|08:08:51|  8192| || 119|Prg|SAPLQAPP | 119|18.03.2016|15:02:01|  529408|E || 120|Typ|QALTM1 | 0|04.04.1995|16:07:21|  3072| |

    | 121|Typ|QAPP | 0|15.04.1998|00:12:33|  10240| || 122|Prg|SAPLJ1BF | 122|19.03.2016|09:50:55|  359424|E || 123|Prg|SAPLJ1BZ | 123|18.03.2016|15:02:14|  65536|E || 124|Typ|J_1BNFDOC | 0|10.10.2014|18:26:50|  32768| || 125|Prg|SAPLJ1BCONDTAX | 125|19.03.2016|09:50:55|  1249280|E || 126|Prg|SAPLJ1BN | 126|19.03.2016|09:50:55|  433152|E || 127|Typ|KOMV | 0|04.08.2014|15:42:16|  19456| || 128|Typ|J_1BTXDATA | 0|27.11.2013|14:26:29|  7168| || 129|Typ|J_1BTXLAWS | 0|12.09.2007|09:13:33|  3072| || 130|Typ|MSEG | 0|05.02.2016|11:33:12|  34816| || 131|Typ|TAXCOM | 0|31.05.2013|08:14:30|  8192| || 132|Typ|T001 | 0|10.10.2014|18:27:32|  14336| || 133|Typ|J_1BINNAD | 0|04.08.2014|15:42:12|

      8192| || 134|Typ|J_1BNFFTX | 0|10.07.1997|00:29:04|  3072| |

  • 8/18/2019 Dump Analysis - Copy.txt

    45/218

    | 135|Typ|J_1BNFNAD | 0|04.08.2014|15:43:35|  9216| || 136|Typ|J_1BNFLIN | 0|10.10.2014|18:26:51|  19456| || 137|Typ|J_1BNFREF | 0|10.07.1997|00:29:05|  2048| || 138|Typ|J_1BNFSTX | 0|27.11.2013|14:28:56|

      7168| || 139|Typ|J_1BNFTRANSVOL | 0|27.11.2013|14:28:56|  4096| || 140|Typ|J_1BNFTRAILER | 0|27.11.2013|14:28:56|  3072| || 141|Typ|J_1BNFTRADENOTES | 0|27.11.2013|14:28:56|  3072| || 142|Typ|J_1BNFADD_INFO | 0|27.11.2013|14:28:54|  3072| || 143|Typ|J_1BNFREFPROC | 0|27.11.2013|14:28:56|  3072| || 144|Typ|J_1BNFSUGARSUPPL | 0|27.11.2013|14:28:56|

      3072| || 145|Typ|J_1BNFSUGARDEDUC | 0|27.11.2013|14:28:56|  3072| || 146|Typ|J_1BNFVEHICLE | 0|27.11.2013|14:28:56|  7168| || 147|Typ|J_1BNFPHARMACEUT | 0|27.11.2013|14:28:56|  3072| || 148|Typ|J_1BNFFUEL | 0|04.08.2014|15:43:34|  4096| || 149|Typ|J_1BNFNVE | 0|10.10.2014|18:26:51|  3072| || 150|Typ|J_1BCTE_D_DOCREF | 0|31.05.2013|08:05:14|  7168| |

    | 151|Typ|J_1BCTE_D_RES | 0|27.11.2013|14:28:54|  4096| || 152|Typ|J_1BNFCPD | 0|10.10.2014|18:26:54|  20480| || 153|Prg|SAPLEINR | 153|19.03.2016|09:50:55|  1887232|E || 154|Typ|ESSR | 0|31.05.2013|08:02:16|  10240| || 155|Prg|SAPLME01 | 155|19.03.2016|09:50:55|  26624|E || 156|Prg|SAPLME02 | 156|19.03.2016|09:50:55|  74752|E || 157|Prg|SAPLME07 | 157|19.03.2016|09:50:55|  182272|E || 158|Prg|SAPLME08 | 158|14.04.2015|12:23:59|  50176|E || 159|Prg|SAPLMEPR | 159|19.03.2016|09:50:55|  734208|E || 160|Prg|SAPLV61A | 160|19.03.2016|09:50:55|  1549312|E || 161|Prg|CL_PRC_SWITCH_CHECK===========CP | 161|14.04.2015|12:41:00|  18432|E || 162|Prg|CL_CPE_SD_MM_SFWS_SC_603======CP | 162|31.05.2013|13:35:51|  7168|E || 163|Prg|SAPLMESC | 163|19.03.2016|09:50:55|

      95232|E || 164|Typ|MDVW | 0|10.03.2010|10:11:45|  4096| |

  • 8/18/2019 Dump Analysis - Copy.txt

    46/218

    | 165|Prg|SAPLEINS | 165|19.03.2016|09:50:55|  1227776|E || 166|Typ|MCEKKOB | 0|31.05.2013|08:06:02|  11264| || 167|Typ|MCEKPOB | 0|31.05.2013|08:06:02|  38912| || 168|Typ|MCEKETB | 0|08.09.2011|14:26:56|

      21504| || 169|Typ|EKBEN | 0|14.04.2015|12:23:53|  15360| || 170|Typ|EKBE_MA_S | 0|14.04.2015|12:23:53|  9216| || 171|Typ|EKBZ_MA | 0|14.04.2015|12:23:54|  8192| || 172|Typ|HZEKBES | 0|10.03.2010|10:09:24|  6144| || 173|Typ|EKBP | 0|04.08.2014|15:41:56|  23552| || 174|Typ|EKKN | 0|04.08.2014|15:43:20|

      15360| || 175|Typ|MCEKKNB | 0|31.05.2013|08:06:02|  12288| || 176|Typ|FPLT | 0|10.03.2010|10:22:31|  11264| || 177|Typ|MCESLLB | 0|31.05.2013|08:06:02|  9216| || 178|Typ|MCKOMVB | 0|04.08.2014|15:42:16|  20480| || 179|Typ|MCEKPAB | 0|15.11.2000|17:39:06|  3072| || 180|Typ|MCESSRB | 0|31.05.2013|08:06:02|  10240| |

    | 181|Typ|MCESUCB | 0|31.05.2013|08:06:02|  5120| || 182|Typ|MCESUHB | 0|31.05.2013|08:06:02|  8192| || 183|Prg|SAPLMLRP | 183|19.03.2016|09:50:55|  110592|E || 184|Typ|FPLA | 0|27.08.1999|18:06:34|  7168| || 185|Typ|TVRG | 0|20.11.1995|17:46:20|  3072| || 186|Typ|S_TFPLAB | 0|31.05.2013|08:21:43|  3072| || 187|Typ|RP11 | 0|13.08.1997|12:52:08|  2048| || 188|Typ|FPLAVB | 0|27.08.1999|18:06:35|  8192| || 189|Typ|FPLTVB | 0|31.05.2013|08:03:22|  20480| || 190|Prg|SAPLME03 | 190|19.03.2016|09:50:55|  33792|E || 191|Typ|EKET | 0|31.05.2013|07:56:39|  15360| || 192|Prg|/SPE/CL_INB_ACTION_INFO=======CP | 192|31.05.2013|09:51:33|  21504|E || 193|Prg|SAPLV50E | 193|19.03.2016|09:50:55|

      1705984|E || 194|Typ|EIKPVB | 0|08.09.2011|14:26:08|  13312| |

  • 8/18/2019 Dump Analysis - Copy.txt

    47/218

    | 195|Typ|EIPOVB | 0|08.09.2011|14:26:14|  17408| || 196|Typ|EIEIVB | 0|30.08.2001|17:56:46|  7168| || 197|Typ|EIUVVB | 0|20.08.1998|11:17:27|  3072| || 198|Prg|SAPLVEXI | 198|25.08.2005|22:03:21|

      95232|E || 199|Typ|T609R | 0|31.05.2013|08:14:08|  3072| || 200|Typ|T604U | 0|08.09.2011|14:24:28|  3072| || 201|Typ|T605U | 0|08.09.2011|14:24:28|  3072| || 202|Typ|T615U | 0|08.09.2011|14:28:20|  3072| || 203|Typ|T618U | 0|08.09.2011|14:24:27|  3072| || 204|Typ|T616U | 0|08.09.2011|14:23:54|

      3072| || 205|Prg|SAPLCOSF | 205|19.03.2016|09:50:54|  1084416|E || 206|Typ|CAUFV | 0|14.04.2015|12:24:58|  43008| || 207|Typ|VSCAUFV_CN | 0|31.05.2013|08:22:20|  44032| || 208|Typ|CAUFVD | 0|04.08.2014|15:41:51|  74752| || 209|Typ|RESBD | 0|04.08.2014|15:42:29|  51200| || 210|Typ|MLSTD | 0|31.05.2013|08:06:23|  28672| |

    | 211|Typ|AFFL | 0|31.05.2013|07:57:01|  6144| || 212|Typ|AFFLD | 0|31.05.2013|07:57:01|  8192| || 213|Typ|AFKO | 0|31.05.2013|07:55:56|  29696| || 214|Typ|AFFV | 0|18.09.2001|10:02:19|  6144| || 215|Typ|AFPO | 0|04.08.2014|15:43:06|  16384| || 216|Typ|AFPOD | 0|04.08.2014|15:41:47|  21504| || 217|Typ|AFVC | 0|14.04.2015|12:24:16|  32768| || 218|Typ|AFVU | 0|31.05.2013|07:57:02|  8192| || 219|Typ|AFVV | 0|08.09.2011|14:18:22|  31744| || 220|Typ|AFVGD | 0|14.04.2015|12:23:42|  80896| || 221|Typ|AUFKV | 0|14.04.2015|12:24:42|  20480| || 222|Typ|RESB | 0|04.08.2014|15:44:21|  33792| || 223|Typ|AFABD | 0|08.09.2011|14:17:08|

      12288| || 224|Typ|AFFHD | 0|31.05.2013|07:57:01|  21504| |

  • 8/18/2019 Dump Analysis - Copy.txt

    48/218

    | 225|Typ|NPTXD | 0|31.05.2013|08:06:43|  5120| || 226|Typ|T001K | 0|15.11.2000|17:56:01|  5120| || 227|Typ|TC10 | 0|31.05.2013|08:14:37|  4096| || 228|Typ|TCO10 | 0|30.11.1993|16:39:21|

      2048| || 229|Typ|PRPSS | 0|31.05.2013|08:08:33|  18432| || 230|Typ|T159L | 0|10.03.2010|10:25:30|  7168| || 231|Typ|TCK05 | 0|25.08.2005|22:03:56|  9216| || 232|Typ|T399X | 0|04.08.2014|15:44:31|  15360| || 233|Typ|OPRAUTH | 0|15.11.2000|17:40:45|  3072| || 234|Typ|AFVGM | 0|08.09.2011|14:18:23|

      5120| || 235|Typ|RC27S | 0|31.05.2013|08:08:55|  11264| || 236|Typ|RC27I | 0|04.04.1995|16:08:14|  6144| || 237|Typ|RCR01 | 0|31.05.2013|08:09:03|  26624| || 238|Typ|TCN41 | 0|31.05.2013|08:14:43|  14336| || 239|Typ|TCO43 | 0|08.09.2011|14:23:57|  8192| || 240|Typ|T430 | 0|31.05.2013|08:13:50|  5120| |

    | 241|Typ|AFPOB | 0|04.08.2014|15:41:47|  20480| || 242|Typ|AAFPO | 0|04.08.2014|15:41:47|  17408| || 243|Typ|MDRU | 0|11.09.1997|10:14:23|  4096| || 244|Typ|RESB_WM | 0|23.04.1996|20:15:25|  3072| || 245|Typ|FABE | 0|18.03.2016|15:02:03|  5120| || 246|Typ|CAUFVDB | 0|04.08.2014|15:41:51|  74752| || 247|Typ|JSTO_PRE | 0|30.11.1993|14:11:48|  2048| || 248|Typ|JEST | 0|27.08.1994|20:32:50|  3072| || 249|Typ|AP_ORD_PRE | 0|23.09.1997|21:59:45|  2048| || 250|Prg|SAPLCOBT | 250|02.09.2015|15:10:34|  352256|E || 251|Typ|AFVGB | 0|14.04.2015|12:23:40|  75776| || 252|Typ|AFFLB | 0|31.05.2013|07:57:01|  7168| || 253|Typ|RESBB | 0|04.08.2014|15:42:29|

      51200| || 254|Typ|RSDB | 0|02.10.1997|18:27:31|  4096| |

  • 8/18/2019 Dump Analysis - Copy.txt

    49/218

    | 255|Typ|ALLOCDB | 0|07.06.2001|17:39:14|  3072| || 256|Typ|PRE_DEC | 0|04.04.1995|16:05:27|  4096| || 257|Typ|AFDLD | 0|08.01.2003|16:14:44|  8192| || 258|Prg|SAPLCOBO | 258|19.03.2016|09:50:54|

      949248|E || 259|Typ|COINDEX | 0|08.09.2011|14:19:21|  2048| || 260|Typ|COBOPLPO | 0|31.05.2013|07:59:33|  40960| || 261|Typ|AAFVC | 0|14.04.2015|12:23:35|  32768| || 262|Typ|AAFFL | 0|31.05.2013|07:56:48|  6144| || 263|Typ|AAFVV | 0|08.09.2011|14:25:35|  32768| || 264|Typ|AAFVU | 0|31.05.2013|07:56:48|

      8192| || 265|Typ|CRHD | 0|31.05.2013|07:59:54|  22528| || 266|Typ|RC27F | 0|08.09.2011|14:22:34|  3072| || 267|Typ|EBAN | 0|04.08.2014|15:43:17|  27648| || 268|Typ|EBKN | 0|04.08.2014|15:43:18|  13312| || 269|Prg|SAPLCOBH | 269|02.09.2015|15:10:34|  475136|E || 270|Prg|SAPLCOB1 | 270|02.09.2015|15:10:34|  547840|E |

    | 271|Prg|SAPLCOBPO | 271|09.09.2004|14:18:34|  13312|E || 272|Prg|SAPLCODB | 272|14.04.2015|12:24:58|  394240|E || 273|Typ|VBAK | 0|27.11.2013|14:29:56|  23552| || 274|Typ|VBAP | 0|04.08.2014|15:44:48|  44032| || 275|Typ|VBEP | 0|27.11.2013|14:29:58|  12288| || 276|Prg|SAPLCOBC | 276|19.03.2016|09:50:54|  1359872|E || 277|Typ|ATPDT | 0|04.08.2014|15:41:48|  3072| || 278|Prg|SAPLATP2 | 278|14.04.2015|12:41:00|  741376|E || 279|Typ|ATP_EBAN | 0|04.08.2014|15:45:11|  6144| || 280|Typ|ATP_EBUB | 0|04.08.2014|15:45:12|  6144| || 281|Typ|ATP_EKES | 0|04.08.2014|15:45:12|  6144| || 282|Typ|ATP_EKET | 0|04.08.2014|15:45:12|  7168| || 283|Typ|ATP_EKUB | 0|04.08.2014|15:45:12|

      7168| || 284|Typ|ATP_RESB | 0|04.08.2014|15:45:12|  8192| |

  • 8/18/2019 Dump Analysis - Copy.txt

    50/218

    | 285|Typ|ATP_VBBE_EXT | 0|04.08.2014|15:41:48|  5120| || 286|Prg|BADI_CHANGE_ATP_DATA==========CP | 286|20.10.2014|09:55:19|  13312|E || 287|Prg|BADI_TRANSFER_ATP_DATA========CP | 287|20.10.2014|09:55:19|  13312|E || 288|Prg|SAPMSSY0 | 288|10.10.2014|19:05:13|

      108544|E || 289|Prg|SAPLCONB | 289|14.04.2015|12:24:58|  379904|E || 290|Prg|SAPLCFBT | 290|02.09.2015|15:10:34|  392192|E || 291|Prg|SAPLCFUT | 291|14.04.2015|12:34:16|  176128|E || 292|Prg|MEASPOINT_AS_PRT==============CP | 292|14.04.2015|12:34:16|  15360|E || 293|Prg|CL_MEASPOINT_AS_PRT_ACTIVE====CP | 293|10.03.2010|14:38:07|  8192|E || 294|Prg|IF_EX_MEASPOINT_AS_PRT========IP | 292|10.03.2010|14:44:10|

      5120|E || 295|Typ|AFFHB | 0|31.05.2013|07:57:01|  15360| || 296|Typ|RCFBT_ORD | 0|21.11.1995|10:46:24|  2048| || 297|Typ|INDEX_PLFH | 0|27.08.1994|21:32:04|  2048| || 298|Prg|SAPLCFDB | 298|14.04.2015|12:24:57|  460800|E || 299|Prg|SAPLCFRF | 299|20.10.2014|09:58:47|  52224|E || 300|Typ|CRFHD | 0|10.03.2010|10:06:10|  16384| |

    | 301|Prg|SAPLCXOR | 301|14.04.2015|12:34:13|  497664|E || 302|Typ|RCJ_PSCHED | 0|31.05.2013|08:09:00|  3072| || 303|Prg|%_CBSV | 301|18.02.2005|14:15:12|  8192|E || 304|Typ|CXOPR_GR | 0|31.05.2013|08:00:14|  9216| || 305|Typ|CXLST | 0|30.09.1996|16:57:25|  4096| || 306|Typ|AFVCP | 0|25.08.2005|22:06:48|  3072| || 307|Typ|CRID | 0|11.09.1997|10:11:14|  2048| || 308|Typ|CXPLMZ | 0|27.08.1999|18:04:24|  3072| || 309|Typ|CXGPRE | 0|13.08.1997|12:25:37|  5120| || 310|Typ|PLFLD | 0|31.05.2013|08:08:16|  8192| || 311|Typ|PLPOD | 0|31.05.2013|08:08:20|  54272| || 312|Typ|PLABD | 0|08.09.2011|14:27:15|  13312| || 313|Typ|PLFHD | 0|31.05.2013|08:08:16|

      16384| || 314|Typ|PLMZ | 0|31.05.2013|08:08:19|  11264| |

  • 8/18/2019 Dump Analysis - Copy.txt

    51/218

    | 315|Typ|AFVGDGET | 0|14.04.2015|12:23:42|  80896| || 316|Prg|%_CCX | 301|18.02.2005|14:15:08|  16384|E || 317|Typ|PLKOD | 0|31.05.2013|08:08:16|  17408| || 318|Typ|PRTEB | 0|15.11.2000|17:47:28|

      8192| || 319|Typ|PLSC | 0|12.03.2002|14:47:39|  6144| || 320|Typ|KBKO | 0|08.09.2011|14:26:51|  5120| || 321|Typ|TCX00 | 0|31.05.2013|08:14:45|  9216| || 322|Typ|T482 | 0|04.04.1995|13:36:38|  3072| || 323|Typ|TCA11 | 0|31.05.2013|08:14:37|  5120| || 324|Typ|TCA01 | 0|31.05.2013|08:14:37|

      8192| || 325|Typ|RCLST | 0|30.01.1996|13:44:59|  8192| || 326|Typ|CXZEIT | 0|30.11.1993|13:51:19|  6144| || 327|Typ|CXAFVG_V1 | 0|31.05.2013|08:00:14|  20480| || 328|Typ|CXAFVG_V2 | 0|31.05.2013|08:00:14|  15360| || 329|Prg|SAPLCYBT | 329|14.04.2015|12:24:18|  686080|E || 330|Typ|KBED | 0|31.05.2013|08:05:31|  13312| |

    | 331|Typ|KBEZ | 0|24.01.2002|20:27:15|  15360| || 332|Typ|RCOTNR | 0|13.08.1997|12:49:03|  3072| || 333|Prg|SAPLMATL | 333|18.03.2016|15:02:17|  743424|E || 334|Typ|PRE05 | 0|04.04.1995|16:05:25|  3072| || 335|Prg|SAPLMG21 | 335|20.10.2014|10:00:51|  363520|E || 336|Prg|SAPLMG22 | 336|20.10.2014|10:01:13|  293888|E || 337|Typ|MARC | 0|04.08.2014|15:43:55|  39936| || 338|Prg|SAPLMG23 | 338|08.09.2011|17:26:37|  70656|E || 339|Typ|MAKT | 0|31.05.2013|08:05:58|  3072| || 340|Typ|MARD | 0|08.09.2011|14:20:39|  10240| || 341|Prg|SAPLMG26 | 341|20.10.2014|10:01:13|  135168|E || 342|Typ|PRE03 | 0|06.05.1992|14:22:24|  2048| || 343|Typ|PRE01 | 0|08.03.1992|16:10:15|

      2048| || 344|Typ|MARD_EXT | 0|06.05.1998|02:02:05|  3072| |

  • 8/18/2019 Dump Analysis - Copy.txt

    52/218

    | 345|Typ|MSFCV | 0|31.05.2013|08:06:28|  15360| || 346|Typ|MFAUF | 0|04.08.2014|15:45:21|  15360| || 347|Typ|MSFCD | 0|14.01.2004|10:05:00|  3072| || 348|Typ|MCH1 | 0|04.08.2014|15:43:56|

      8192| || 349|Typ|MCHB | 0|04.08.2014|15:43:56|  8192| || 350|Prg|SAPLMPKS | 350|19.03.2016|09:50:55|  77824|E || 351|Prg|SAPLCOBADI | 351|02.09.2015|15:10:34|  27648|E || 352|Prg|SAPLSXCH | 352|10.10.2014|19:05:15|  123904|E || 353|Typ|ACT_IMP | 0|09.11.2000|14:03:19|  2048| || 354|Prg|SAPLSEXE | 354|10.10.2014|19:05:15|

      121856|E || 355|Prg|SAPLPA_SWITCH_EXTENSIONS | 355|10.10.2014|19:05:13|  59392|E || 356|Typ|PAKDATBUF | 0|28.09.2001|11:44:22|  6144| || 357|Prg|SAPLSBAL_TOOLBOX | 357|10.10.2014|19:05:13|  229376|E || 358|Prg|SAPLSBAL | 358|10.10.2014|19:05:13|  355328|E || 359|Prg|SAPLSYGU | 359|10.10.2014|18:55:35|  23552|E || 360|Prg|CL_SYSTEM_UUID================CP | 360|10.10.2014|19:05:13|  34816|E |

    | 361|Typ|SYCH_TABLES_ENTRY | 0|17.06.2009|13:37:47|  2048| || 362|Prg|SAPLVBDOCUBATCH_DM | 362|18.03.2016|15:02:24|  534528|E || 363|Prg|CL_ABAP_TYPEDESCR=============CP | 363|10.10.2014|19:05:13|  31744|E || 364|Prg|CL_ABAP_ELEMDESCR=============CP | 364|10.10.2014|19:05:13|  39936|E || 365|Prg|CL_ABAP_DATADESCR=============CP | 365|10.10.2014|19:05:13|  20480|E || 366|Prg|CL_ABAP_REFDESCR==============CP | 366|10.10.2014|19:05:13|  32768|E || 367|Prg|CL_ABAP_STRUCTDESCR===========CP | 367|10.10.2014|19:05:13|  51200|E || 368|Prg|CL_ABAP_COMPLEXDESCR==========CP | 368|10.10.2014|19:05:13|  17408|E || 369|Prg|CL_ABAP_TABLEDESCR============CP | 369|10.10.2014|19:05:13|  35840|E || 370|Prg|CL_ABAP_CLASSDESCR============CP | 370|10.10.2014|19:05:13|  32768|E || 371|Prg|CL_ABAP_OBJECTDESCR===========CP | 371|10.10.2014|19:05:13|  36864|E || 372|Prg|CL_ABAP_INTFDESCR=============CP | 372|10.10.2014|19:05:13|  25600|E || 373|Typ|DOCUBATCH_SCREENFIELDS_CIDUMMY | 0|31.05.2013|08:00:47|

      2048| || 374|Prg|CL_ABAP_SOFT_REFERENCE========CP | 374|10.10.2014|18:48:16|  9216|E |

  • 8/18/2019 Dump Analysis - Copy.txt

    53/218

    | 375|Prg|CL_ABAP_REFERENCE=============CP | 375|10.10.2014|18:27:31|  7168|E || 376|Prg|%_CABAP | 367|10.10.2014|19:05:12|  35840|E || 377|Typ|MCHI1 | 0|08.09.2011|14:27:04|  4096| || 378|Typ|MCHI2 | 0|04.08.2014|15:42:16|

      5120| || 379|Typ|CHVW_PRE_EX | 0|31.05.2013|07:59:14|  2048| || 380|Typ|DOCUBATCH_DATA_S | 0|31.05.2013|08:00:47|  7168| || 381|Typ|DOCUBATCH_COM | 0|31.05.2013|08:00:47|  9216| || 382|Prg|CL_GUI_CUSTOM_CONTAINER=======CP | 382|10.10.2014|18:44:43|  45056|E || 383|Prg|CL_GUI_CONTAINER==============CP | 383|10.10.2014|18:44:43|  59392|E || 384|Prg|CL_GUI_CONTROL================CP | 384|10.10.2014|18:44:43|

      121856|E || 385|Prg|CL_GUI_OBJECT=================CP | 385|10.10.2014|19:05:13|  446464|E || 386|Prg|SAPLSPLUGIN | 386|10.10.2014|18:48:17|  8192|E || 387|Prg|SAPLSTTM | 387|10.10.2014|19:05:13|  77824|E || 388|Prg|SAPLSBDC | 388|10.10.2014|19:05:13|  56320|E || 389|Prg|CL_DYNAMIC_GUI_EXTENSIONS=====CP | 389|10.10.2014|18:27:31|  40960|E || 390|Prg|SAPLSGUI | 390|10.10.2014|19:05:13|  100352|E |

    | 391|Prg|SAPLOLEA | 391|10.10.2014|19:05:13|  115712|E || 392|Typ|OBJ_RECORD | 0|14.02.1998|08:30:43|  3072| || 393|Typ|TOLE | 0|29.07.1998|19:56:01|  3072| || 394|Prg|%_COLE2 | 391|10.10.2014|18:27:30|  11264|E || 395|Typ|OLE_PA | 0|04.04.1995|16:02:19|  3072| || 396|Prg|SAPLSCP2 | 396|10.10.2014|19:05:13|  182272|E || 397|Typ|SWCONT | 0|08.09.2011|14:24:14|  3072| || 398|Typ|SWCBCONT | 0|08.09.2011|14:24:16|  4096| || 399|Prg|SAPLCNTH | 399|10.10.2014|18:27:31|  30720|E || 400|Prg|SAPFGUICNTL | 21|10.10.2014|18:27:31|  26624|E || 401|Prg|MB_MIGO_BADI_EXT_INT==========CP | 401|18.03.2016|15:02:06|  15360|E || 402|Prg|CL_CFB_MIGO_BADI_EXT_INT======CP | 402|18.03.2016|15:02:24|  23552|E || 403|Prg|CL_CFB_SWITCH_CHECK===========CP | 403|14.04.2015|12:40:59|

      16384|E || 404|Prg|CL_CFB_SCALE_BADI=============CP | 404|18.03.2016|15:02:06|  13312|E |

  • 8/18/2019 Dump Analysis - Copy.txt

    54/218

    | 405|Prg|CFB_MIGO_SCALES_TAB_BADI======CP | 405|20.10.2014|09:55:01|  14336|E || 406|Prg|CX_BADI_NOT_IMPLEMENTED=======CP | 406|10.10.2014|19:05:13|  10240|E || 407|Prg|CX_BADI_NOT_SINGLE_USE========CP | 407|10.10.2014|19:05:13|  10240|E || 408|Prg|CX_BADI=======================CP | 408|10.10.2014|19:05:13|

      9216|E || 409|Prg|CX_NO_CHECK===================CP | 409|10.10.2014|19:05:13|  9216|E || 410|Prg|CX_ROOT=======================CP | 410|10.10.2014|19:05:13|  11264|E || 411|Prg|/SAPPSPRO/CL_NUMBERS==========CP | 411|07.04.2015|14:13:50|  34816|E || 412|Prg|CL_GOS_MANAGER================CP | 412|21.01.2014|10:15:21|  23552|E || 413|Prg|CL_GOS_VIEW_MANAGER===========CP | 413|18.06.2009|09:04:14|  25600|E || 414|Typ|SIBFLPOR | 0|15.11.2000|17:53:54|

      3072| || 415|Typ|BORIDENT | 0|28.08.1997|08:38:50|  3072| || 416|Prg|SAPLSUU1 | 416|10.10.2014|19:05:15|  440320|E || 417|Prg|CL_SUSR_BASIC_TOOLS===========CP | 417|10.10.2014|19:05:13|  74752|E || 418|Typ|SUSR_S_REF_2_RNG | 0|13.01.2010|09:06:27|  2048| || 419|Typ|SUSR_S_RANGE_4_XUBNAME | 0|08.09.2011|14:24:15|  2048| || 420|Typ|SIBFLPORB | 0|15.11.2000|17:53:55|  3072| |

    | 421|Prg|CL_GOS_TOOLBOX_MODEL==========CP | 421|18.06.2009|09:04:13|  50176|E || 422|Prg|SAPLSWOR | 422|10.10.2014|19:05:13|  377856|E || 423|Typ|SWOTRI | 0|03.01.1996|15:29:13|  3072| || 424|Typ|SWOTRETURN | 0|31.05.2013|08:13:33|  4096| || 425|Prg|SAPLSWOH | 425|10.10.2014|18:27:32|  9216|E || 426|Typ|SWOTENV | 0|08.12.2004|18:00:33|  5120| || 427|Prg|SAPLSWOD | 427|10.10.2014|18:54:32|  660480|E || 428|Prg|SAPLRHS0 | 428|10.10.2014|18:53:17|  20480|E || 429|Typ|TOJTD | 0|08.09.2011|14:24:02|  3072| || 430|Typ|TOJTB | 0|31.05.2013|08:15:31|  9216| || 431|Prg|CL_EX_GOS_SRV_SELECT==========CP | 431|11.04.2001|13:16:27|  15360|E || 432|Prg|IF_EX_GOS_SRV_SELECT==========IP | 27|04.12.2000|16:22:18|  5120|E || 433|Prg|CL_EXIT_MASTER================CP | 433|10.10.2014|19:05:15|

      34816|E || 434|Prg|CL_EX_BADI_LAYER==============CP | 434|10.10.2014|19:05:15|  29696|E |

  • 8/18/2019 Dump Analysis - Copy.txt

    55/218

    | 435|Prg|IF_EX_BADI_LAYER==============IP | 27|10.10.2014|19:05:15|  7168|E || 436|Prg|%_CSXRT | 433|10.10.2014|18:27:30|  15360|E || 437|Typ|SGOS_MVOBJ | 0|24.07.2001|09:18:06|  4096| || 438|Prg|CL_GOS_PUBLICATION============CP | 438|12.06.2008|12:52:27|

      18432|E || 439|Prg|SAPLURFC | 439|10.10.2014|19:05:13|  28672|E || 440|Prg|CL_GOS_STARTER================CP | 440|21.01.2014|10:15:21|  24576|E || 441|Prg|CL_SX_PARAM===================CP | 441|10.10.2014|18:44:33|  19456|E || 442|Prg|CL_GUI_GOS_CONTAINER==========CP | 442|13.11.2000|16:32:45|  38912|E || 443|Prg|CL_GUI_TOOLBAR================CP | 443|10.10.2014|19:05:13|  62464|E || 444|Prg|SAPLICON | 444|10.10.2014|18:27:31|

      40960|E || 445|Prg|%_CICON | 444|10.10.2014|18:27:30|  116736|E || 446|Typ|ICONT | 0|31.05.2013|08:04:28|  3072| || 447|Prg|CL_BCS_VSI_PROFILE============CP | 447|31.05.2013|08:32:56|  13312|E || 448|Typ|ARFCRDATA | 0|08.09.2011|14:25:38|  7168| || 449|Prg|SAPLGRFC | 449|10.10.2014|18:27:31|  15360|E || 450|Typ|OLE_VERBS | 0|04.04.1995|16:02:20|  3072| |

    | 451|Prg|CL_GUI_DATAMANAGER============CP | 451|10.10.2014|19:05:13|  86016|E || 452|Prg|CL_ABAP_CHAR_UTILITIES========CP | 452|10.10.2014|19:05:13|  13312|E || 453|Prg|IF_CACHED_PROP================IP | 451|10.10.2014|18:27:31|  5120|E || 454|Prg|SAPFGUICNTL_CFW | 21|10.10.2014|18:43:50|  15360|E || 455|Typ|GOSERIAL | 0|10.03.2010|10:09:20|  3072| || 456|Typ|GOFREIGHT | 0|08.09.2011|14:26:29|  3072| || 457|Typ|BAL_S_LOG | 0|21.01.2014|10:04:42|  8192| || 458|Prg|SAPLSBAL_SERVICE | 458|10.10.2014|19:05:13|  195584|E || 459|Typ|BAL_S_NTAB | 0|31.05.2013|07:57:43|  4096| || 460|Typ|DDFIXVALUE | 0|27.08.1999|18:04:56|  3072| || 461|Typ|BAL_S_PARM | 0|08.09.2011|14:18:31|  4096| || 462|Typ|BAL_S_SCNT | 0|08.09.2011|14:25:35|  4096| || 463|Typ|BAL_S_SDEF | 0|04.12.2000|12:45:15|

      3072| || 464|Typ|BAL_S_CONT | 0|02.11.1998|09:43:07|  3072| |

  • 8/18/2019 Dump Analysis - Copy.txt

    56/218

    | 465|Typ|BAL_S_CLBK | 0|08.09.2011|14:18:31|  2048| || 466|Typ|BAL_S_MDEF | 0|08.09.2011|14:25:43|  5120| || 467|Typ|GODYNPRO | 0|04.08.2014|15:42:02|  12288| || 468|Typ|GODEFAULT_TV | 0|31.05.2013|08:03:44|

      3072| || 469|Prg|SAPFSPOR | 0|10.10.2014|18:27:31|  15360|E || 470|Prg|SAPLSCNT | 470|10.10.2014|18:27:31|  30720|E || 471|Typ|DYCBOX | 0|20.08.1998|11:16:53|  3072| || 472|Prg|SAPSHDTV | 470|10.10.2014|18:27:32|  63488|E || 473|Typ|SHDSTU | 0|14.12.1998|23:15:34|  2048| || 474|Typ|SHDSTCIU | 0|14.12.1998|23:15:34|

      2048| || 475|Prg|SAPFS_SECLOG | 0|10.10.2014|18:49:50|  23552|E || 476|Typ|INDX | 0|29.07.1998|18:38:15|  7168| || 477|Prg|SDYNPRAL | 0|10.10.2014|18:49:55|  7168|E || 478|Prg|SAPLSDYNPRAL | 478|10.10.2014|19:05:13|  15360|E || 479|Typ|DYNP_RAL_ID | 0|27.11.2013|14:25:51|  3072| || 480|Typ|DYNP_RAL_SCREEN | 0|31.05.2013|08:00:52|  2048| |

    | 481|Prg|CL_DYNP_RAL_API===============CP | 481|10.10.2014|19:05:13|  110592|E || 482|Prg|CL_SRAL_RECORDER_FACTORY_DYNP=CP | 482|10.10.2014|19:05:15|  18432|E || 483|Prg|SRAL_DYNP_ADAPTER | 481|10.10.2014|19:05:13|  25600|E || 484|Prg|CL_SRAL_FACTORY_DYNP==========CP | 484|10.10.2014|19:05:13|  24576|E || 485|Prg|CL_SRAL_SWITCH_CLIENT=========CP | 485|10.10.2014|18:27:31|  10240|E || 486|Prg|RADSHPBOPREFLIGHT | 0|10.10.2014|19:05:13|  17408|E || 487|Prg|RADSHPBOSTATUS | 0|10.10.2014|19:05:13|  19456|E || 488|Prg|RADSHPBOSWITCH | 0|10.10.2014|19:05:13|  19456|E || 489|Prg|RADSHUPGRADE | 0|10.10.2014|19:05:13|  20480|E || 490|Prg|RADSHPBO | 0|10.10.2014|19:05:13|  52224|E || 491|Prg|CL_DSH_SCREEN_ASSIGNMENT======CP | 491|10.10.2014|19:05:13|  40960|E || 492|Prg|CL_ABAP_MESSAGE_DIGEST========CP | 492|10.10.2014|19:05:13|  29696|E || 493|Prg|CL_DSH_DDIC_ASSIGNMENT========CP | 493|10.10.2014|19:05:13|

      44032|E || 494|Prg|IF_DSH_VALUE_HELP_PROCESSOR===IP | 0|10.10.2014|18:57:14|  16384|E |

  • 8/18/2019 Dump Analysis - Copy.txt

    57/218

    | 495|Prg|CL_DSH_DYNPRO_PROPERTIES======CP | 495|10.10.2014|19:05:13|  29696|E || 496|Prg|CL_DSH_CONFIG_HANDLER=========CP | 496|10.10.2014|19:05:13|  14336|E || 497|Prg|CL_DYNPRO=====================CP | 497|10.10.2014|18:56:17|  41984|E || 498|Typ|DYNPVALUE | 0|26.02.2001|12:00:36|

      2048| || 499|Typ|DYNP_EL_ID | 0|18.05.2004|14:07:47|  2048| || 500|Prg|SAPLSDHI | 500|10.10.2014|19:05:13|  183296|E || 501|Typ|DSELC | 0|20.08.1998|11:16:48|  3072| || 502|Typ|DDSHRETVAL | 0|28.10.1998|13:07:04|  3072| || 503|Typ|DTELINFO | 0|10.10.2014|18:26:38|  8192| || 504|Typ|DTFLAG1 | 0|14.02.1998|07:04:39|

      2048| || 505|Typ|DTFLAG2 | 0|14.02.1998|07:04:39|  2048| || 506|Typ|DTFLAG3 | 0|10.10.2014|18:26:38|  3072| || 507|Prg|SAPLSDSD | 507|10.10.2014|19:05:13|  410624|E || 508|Prg|SAPLSDH4 | 508|10.10.2014|19:05:13|  381952|E || 509|Prg|SAPLSDF4 | 509|10.10.2014|19:05:13|  90112|E || 510|Prg|SAPLSDDT | 510|10.10.2014|19:05:14|  96256|E |

    | 511|Prg|RADBTNA1 | 507|10.10.2014|19:05:13|  57344|E || 512|Typ|HELP_INFO | 0|31.05.2013|08:03:53|  11264| || 513|Typ|SHLP_DESCR | 0|10.10.2014|18:27:24|  15360| || 514|Prg|%_CVRM | 507|10.10.2014|18:27:30|  8192|E || 515|Typ|DDF4LBBUF1 | 0|18.05.2004|14:08:00|  6144| || 516|Prg|%_CSHLP | 507|10.10.2014|18:27:30|  15360|E || 517|Prg|SAPLSVSM | 517|10.10.2014|19:05:13|  31744|E || 518|Typ|DDSHOFFLD | 0|18.05.2004|14:07:58|  6144| || 519|Typ|SHLP_INTDS | 0|21.01.2014|10:06:03|  5120| || 520|Typ|DDSHIFACE | 0|20.08.1998|10:51:59|  4096| || 521|Typ|DDSHFPROP | 0|08.09.2011|14:26:09|  3072| || 522|Typ|DDSHSELOPT | 0|20.08.1998|10:52:01|  3072| || 523|Typ|DDSHTEXTSEARCH | 0|21.01.2014|10:05:05|

      3072| || 524|Typ|DVAL | 0|04.04.1995|15:48:07|  3072| |

  • 8/18/2019 Dump Analysis - Copy.txt

    58/218

    | 525|Typ|SEAHLPRES | 0|21.01.2014|10:06:00|  4096| || 526|Prg|CL_DSH_FUZZY_SEARCH_PROCESSOR=CP | 526|10.10.2014|19:05:13|  84992|E || 527|Prg|CL_SADL_ABQI_FACTORY==========CP | 527|10.10.2014|19:05:13|  10240|E || 528|Prg|CL_SADL_ABQI==================CP | 528|10.10.2014|19:05:13|

      105472|E || 529|Prg|CL_SADL_CAPABILITY_SRV_FACTORYCP | 529|10.10.2014|19:05:13|  10240|E || 530|Prg|CL_SADL_ENGINE_FACTORY========CP | 530|20.10.2014|10:02:05|  10240|E || 531|Prg|SADL_ABQI_ENGINE==============CP | 531|20.10.2014|10:02:05|  16384|E || 532|Prg|CL_SADL_DBCON=================CP | 532|10.10.2014|19:05:13|  13312|E || 533|Prg|CL_SQL_CONNECTION=============CP | 533|10.10.2014|19:05:13|  24576|E || 534|Prg|CL_SADL_QUERY_ENGINE_OSQL=====CP | 534|10.10.2014|19:05:13|

      67584|E || 535|Prg|CL_SADL_QUERY_ENGINE_SQL_BASE=CP | 535|10.10.2014|19:05:13|  96256|E || 536|Prg|CL_SADL_CAPABILITY_SERVICE====CP | 536|10.10.2014|19:05:13|  14336|E || 537|Prg|IF_SADL_CAPABILITY_SERVICE====IP | 536|10.10.2014|19:05:13|  8192|E || 538|Prg|CL_SADL_ENTITY_FACTORY========CP | 538|20.10.2014|10:02:20|  50176|E || 539|Prg|CL_SADL_VIEW_DB_GENERATOR=====CP | 539|10.10.2014|18:57:04|  58368|E || 540|Prg|CL_SADL_CONDITION_PROVDR_FCTRYCP | 540|10.10.2014|19:05:13|  14336|E |

    | 541|Prg|CL_SADL_COND_GROUPED_RANGES===CP | 541|10.10.2014|19:05:13|  19456|E || 542|Prg|IF_SADL_COND_PROVIDER_AUTHS===IP | 528|10.10.2014|19:05:13|  5120|E || 543|Prg|CX_SY_MOVE_CAST_ERROR=========CP | 543|10.10.2014|19:05:13|  10240|E || 544|Prg|CX_DYNAMIC_CHECK==============CP | 544|10.10.2014|19:05:13|  9216|E || 545|Prg|CL_SADL_COND_PROV_AUTH_NOCHECKCP | 545|10.10.2014|19:05:13|  12288|E || 546|Prg|SAPCNVE | 546|10.10.2014|18:27:31|  7168|E || 547|Prg|SAPLSX04 | 547|10.10.2014|19:05:15|  263168|E || 548|Typ|RL50E | 0|31.05.2013|08:09:36|  34816| || 549|Typ|BOOLE | 0|04.04.1995|15:41:35|  2048| || 550|Prg|CL_LSAPI_MANAGER==============CP | 550|27.11.2013|14:55:01|  118784|E || 551|Prg|CL_WEB_DYNPRO=================CP | 551|31.05.2013|08:54:05|  8192|E || 552|Prg|WDR_TASK======================CP | 552|10.10.2014|19:05:13|  9216|E || 553|Prg|CL_NWBC=======================CP | 553|10.10.2014|18:32:35|

      90112|E || 554|Prg|CL_GUI_FRONTEND_SERVICES======CP | 554|10.10.2014|19:05:13|  147456|E |

  • 8/18/2019 Dump Analysis - Copy.txt

    59/218

    | 555|Prg|SAPLOMCV | 555|20.10.2014|10:00:36|  37888|E || 556|Prg|CL