Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

getting a short dump while doing post in migo

Former Member
0 Kudos

Dear experts,

i am getting an short dump error while doing post method in migo, i am giving the short dump analysis in below.

give the advice how to resolve it??

Category ABAP Programming Error

Runtime Errors MESSAGE_TYPE_X

ABAP Program SAPLMBWL

Application Component MM-IM

Date and Time 27.12.2014 13:08:54

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

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

|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: |

| RG register not same for material |

| |

| Long text of error message: |

| Diagnosis |

| Placeholder for batch input error text, this message is not output. |

| RG register not same for material |

| System Response |

| Procedure |

| |

| Technical information about the message: |

| Message class....... 00 |

| Number.............. 398 |

| Variable 1.......... "RG register not same for material" |

| 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" " " |

| "SAPLMBWL" or "LMBWLU21" |

| "MB_POST_GOODS_MOVEMENT" |

| |

| 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..... 731 |

| SAP Basis Level. 0012 |

| |

| Application server... "vjdpr1_svc" |

| Network address...... "10.101.141.5" |

| Operating system..... "AIX" |

| Release.............. "7.1" |

| Hardware type........ "00051663D600" |

| Character length.... 8 Bits |

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

| Work process number.. 14 |

| Shortdump setting.... "full" |

| |

| Database server... "vjdpr1" |

| Database type..... "ORACLE" |

| Database name..... "VJP" |

| Database user ID.. "SAPSR3" |

| |

| Terminal.......... "Welcome-to-Suri-Wor" |

| |

| Char.set.... "en_US.ISO8859-1" |

| |

| SAP kernel....... 721 |

| created (date)... "May 27 2014 03:46:44" |

| create on........ "AIX 1 6 00CFADC14C00" |

| Database version. "OCI_112, 11.2.0.4.0, V1, default" |

| |

| Patch level. 300 |

| Patch text.. " " |

| |

| Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*" |

| SAP database version. 721 |

| Operating system..... "AIX 1 6, AIX 1 7" |

| |

| Memory consumption |

| Roll.... 0 |

| EM...... 25139136 |

| Heap.... 0 |

| Page.... 172032 |

| MM Used. 19731888 |

| MM Free. 1213888 |

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

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

|User and Transaction |

| Client.............. 400 |

| User................ 10208 |

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

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

| Transaction ID...... "5499A1F84E4B12C0E10080000A658D07" |

| |

| EPP Whole Context ID.... "5499A1944E4B12C0E10080000A658D07" |

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

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

| |

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

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

| Screen Line......... 18 |

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

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

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

|Information on where terminated |

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

| "MB_POST_GOODS_MOVEMENT". |

| The main program was "SAPLMIGO ". |

| |

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

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

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

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

|Source Code Extract |

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

|Line |SourceCde |

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

| 53| ELSE. "1245374 |

| 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 |

| 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|9 |

|SY-DBCNT|1 |

|SY-FDPOS|1 |

|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 6500025936 - Manpreet Kaur |

|SY-MSGTY|X |

|SY-MSGID|00 |

|SY-MSGNO|398 |

|SY-MSGV1|RG register not same for material |

|SY-MSGV2| |

|SY-MSGV3| |

|SY-MSGV4| |

|SY-MODNO|0 |

|SY-DATUM|20141227 |

|SY-UZEIT|130854 |

|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 |

| LCL_MIGO_KERNEL=>GOODS_MOVEMENT_POST |

| 5 METHOD SAPLMIGO LMIGOKD1 489 |

| LCL_MIGO_KERNEL=>DOCUMENT_OPERATION |

| 4 METHOD SAPLMIGO LMIGOKD1 13 |

| LCL_MIGO_KERNEL=>DOCUMENT_POST |

| 3 METHOD SAPLMIGO LMIGOST2 124 |

| 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 |

| |

| 2222 |

| 0000 |

| 20202020 |

|EMKPF |

| 000000000000000000 ###### |

| 2222222222333333333333333333222222222200000022222222222222222222222222222222222222222222222222|

| 0000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000|

| 2020202020202020202030303030303030303030303030303030303020202020202020202020000000000001202020|

|XMSEG[] |

| Table IT_23183[15x1249] |

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

| Table reference: 1117 |

| TABH+ 0(20) = 0A0001003DF9EF300A0001003DF59AC000000000 |

| TABH+ 20(20) = 0000045D00005A8F0000000F000004E1FFFFFFFF |

| TABH+ 40(16) = 0400038E001F59F0000424C413000000 |

| store = 0x0A0001003DF9EF30 |

| ext1 = 0x0A0001003DF59AC0 |

| shmId = 0 (0x00000000) |

| id = 1117 (0x0000045D) |

| label = 23183 (0x00005A8F) |

| fill = 15 (0x0000000F) |

| leng = 1249 (0x000004E1) |

| loop = -1 (0xFFFFFFFF) |

| xtyp = TYPE#001186 |

| occu = 4 (0x00000004) |

| accKind = 1 (ItAccessStandard) |

| idxKind = 0 (ItIndexNone) |

| uniKind = 2 (ItUniNo) |

| keyKind = 1 (default) |

| cmpMode = 8 (cmpManyEq) |

| occu0 = 1 |

| stMode = 0 |

| groupCntl = 0 |

| rfc = 0 |

| unShareable = 0 |

| mightBeShared = 1 |

| sharedWithShmTab = 0 |

| isShmLockId = 0 |

| isUsed = 1 |

| isCtfyAble = 1 |

| hasScndKeys = 0 |

| hasRowId = 0 |

| scndKeysOutdated = 0 |

| scndUniKeysOutdated = 0 |

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

| tabi = 0x0A000100699D8810 |

| pgHook = 0x0A00010068AC8690 |

| idxPtr = 0x0000000000000000 |

| id = 22417 (0x00005791) |

| shmTabhSet = 0x0000000000000000 |

| refCount = 1 (0x00000001) |

| tstRefCount = 0 (0x00000000) |

| lineAdmin = 28 (0x0000001C) |

| lineAlloc = 20 (0x00000014) |

| shmVersId = 0 (0x00000000) |

| shmRefCount = 2 (0x00000002) |

| rowId = 18446744073709551615 |

| scndKeyAdmin = 0x0000000000000000 |

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

| regHook = 0x0A00010069BC83F0 |

| collHook = 0x0000000000000000 |

| ext2 = 0x0000000000000000 |

| |

| 400500360854420140001000001000000000000101 00000000002000081681008101 X 0000750020 |

| 3333333333333333333333333333333333333333332333333333333333333333333332222222222522233333333332|

| 4005003608544201400010000010000000000001010000000000020000816810081010000000000800000007500200|

| 3430303530303336303835343432303134303030313030303030313030303030303030303030303130312030303030|

| |

| 400500360854420140002000002000000000000101 00000000002000902581008101 X 0000750020 |

| 3333333333333333333333333333333333333333332333333333333333333333333332222222222522233333333332|

| 4005003608544201400020000020000000000001010000000000020009025810081010000000000800000007500200|

| 3430303530303336303835343432303134303030323030303030323030303030303030303030303130312030303030|

| |

| 400500360854420140003000003000000000000101 00000000004000437781008101 X 0000750020 |

| 3333333333333333333333333333333333333333332333333333333333333333333332222222222522233333333332|

| 4005003608544201400030000030000000000001010000000000040004377810081010000000000800000007500200|

| 3430303530303336303835343432303134303030333030303030333030303030303030303030303130312030303030|

| |

| 400500360854420140004000004000000000000101 00000000004000655381008101 X 0000750020 |

| 3333333333333333333333333333333333333333332333333333333333333333333332222222222522233333333332|

| 4005003608544201400040000040000000000001010000000000040006553810081010000000000800000007500200|

| 3430303530303336303835343432303134303030343030303030343030303030303030303030303130312030303030|

| |

| 400500360854420140005000005000000000000101 00000000002000190281008101 X 0000750020 |

| 3333333333333333333333333333333333333333332333333333333333333333333332222222222522233333333332|

| 4005003608544201400050000050000000000001010000000000020001902810081010000000000800000007500200|

| 3430303530303336303835343432303134303030353030303030353030303030303030303030303130312030303030|

|<%_L02C> |

| ??? |

| ?????? |

| ?????? |

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

|SCREEN |

| GODYNPRO-DETAIL_TAKE |

| 4445455424454445544422222222222222222222222222222222222222222222222222222222222222222222222222|

| 7F49E02FD45419CF41B500000000000000000000000000000000000000000000000000000000000000000000000000|

| 474F44594E50524F2D44455441494C5F54414B45202020202020202020202020202020202020202020202020202020|

|YACCCR |

| 000000000010INR ############ ################################|

| 2222222222222222222222222222333333333333445222000000000000222200000000000000000000000000000000|

| 00000000000000000000000000000000000000109E2000000000C0000C0000000000C000000C000000C000000C0000|

| 20202020202020202020202020202020202020202020202020202020303030303030303030303130494E5220202000|

|<%_L02C>-XBLNR_MKPF |

| ??? |

| ?????? |

| ?????? |

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

|<%_L02D> |

| ??? |

| ?????? |

| ?????? |

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

|LFBNR[] |

| Table[initial] |

| |

|%_ITAB_MODIFY_LIST |

| Table[initial] |

| |

|SY-TABIX |

| 9 |

| 0000 |

| 0009 |

| 00000009 |

|LS_MSEG_MKPF |

| 00000000000000000000000000 |

| 2222222222222333333333333333333333333332222222222222222222222222222222222222222222222222222222|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 2020202020202020202020202030303030303030303030303030303030303030303030303030302020202020202020|

|SYST-REPID |

| SAPLMBWL |

| 5454445422222222222222222222222222222222 |

| 310CD27C00000000000000000000000000000000 |

| 5341504C4D42574C2020202020202020202020202020202020202020202020202020202020202020 |

|VAS_EKBE |

| 0000000 0000 0000 00000000############################ ##########|

| 2222222222222333333323333222222222233332222333333330000000000000000000000000000222220000000000|

| 000000000000000000000000000000000000000000000000000000000C000000C000000C000000C00000000000C000|

| 2020202020202020202020202030303030303030203030303020202020202020202020303030302020202030303030|

|%_SPACE |

| |

| 2 |

| 0 |

| 20 |

|YEKBNK_CR |

| 0000000000 ###################################################################|

| 2222222222333333333322222220000000000000000000000000000000000000000000000000000000000000000000|

| 000000000000000000000000000000000C000000C000000C000000C000000C000000C000000C000000C000000C0000|

| 2020202020202020202030303030303030303030202020202020200000000000000C0000000000000C000000000000|

|SY-SUBRC |

| 4 |

| 0000 |

| 0004 |

| 00000004 |

|XVM07M-KZWES |

| |

| 2 |

| 0 |

| 20 |

|MSEG-VPTNR |

| |

| 2222222222 |

| 0000000000 |

| 20202020202020202020 |

|IMKPF-BAR_CODE |

| |

| 2222222222222222222222222222222222222222 |

| 0000000000000000000000000000000000000000 |

| 20202020202020202020202020202020202020202020202020202020202020202020202020202020 |

|XMKPF-MBLNR |

| 5003608544 |

| 3333333333 |

| 5003608544 |

| 35303033363038353434 |

|XMKPF-MJAHR |

| 2014 |

| 3333 |

| 2014 |

| 32303134 |

|BARCODE |

| |

| 2222222222222222222222222222222222222222 |

| 0000000000000000000000000000000000000000 |

| 20202020202020202020202020202020202020202020202020202020202020202020202020202020 |

|RSJOBINFO |

| 00000000000000 #### |

| 222222222222222222222222222222223333333333333322222222222222222222222222222222220000 |

| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |

| 2020202020202020202020202020202020202020202020202020202020202020303030303030303030303030303020|

|%_ARCHIVE |

| |

| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|

|T157N |

| 00 |

| 22222233222222222 |

| 00000000000000000 |

| 2020202020203030202020202020202020 |

|T003 |

| 400WE50AMS WE X XX |

| 3335433445225422222222222222222222222522552222222222222 |

| 40075501D3007500000000000000000000000800880000000000000 |

| 34303057453530414D5320205745202020202020202020202020202020202020202020202058202058582020202020|

|ELBJA |

| 0000 |

| 3333 |

| 0000 |

| 30303030 |

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

|No. 6 Ty. METHOD |

|Name LCL_MIGO_KERNEL=>GOODS_MOVEMENT_POST |

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

|ES_EMKPF_OLD |

| 5003608544201400000000000000 #### |

| 3333333333333333333333333333222222222222000022222222222222222222222222222222222222222222222222|

| 5003608544201400000000000000000000000000000100000000000000000000000000000000000000000000000000|

| 3530303336303835343432303134303030303030303030303030303020202020202020202020202000000001202020|

|%_DUMMY$$ |

| |

| 2222 |

| 0000 |

| 20202020 |

|SYST-REPID |

| SAPLMIGO |

| 5454444422222222222222222222222222222222 |

| 310CD97F00000000000000000000000000000000 |

| 5341504C4D49474F2020202020202020202020202020202020202020202020202020202020202020 |

|LS_EMKPF |

| 000000000000000000 ###### |

| 2222222222333333333333333333222222222200000022222222222222222222222222222222222222222222222222|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 2020202020202020202030303030303030303030303030303030303020202020202020202020000000000000202020|

|G_DUMMY_SERIAL |

| |

| 2 |

| 0 |

| 20 |

|LS_EMKPF-SUBRC |

| 0 |

| 0000 |

| 0000 |

| 00000000 |

|TV_GOITEM_8200 |

| <initial> |

| <initial> |

| <initial> |

| <<iinniittiiaall>> |

|LCL_MIGO_GLOBALS=>IF_BADI |

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

| F0000000 |

| 70000008 |

| F700000000000008 |

|LS_EMKPF-MBLNR |

| |

| 2222222222 |

| 0000000000 |

| 20202020202020202020 |

|GODYNPRO |

| A01R01 00000 0000 |

| 4335332222222222333332222222222333322222222222222222222222222222222222222222222222222222222222|

| 1012010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 4130315230312020202020202020202030303030302020202020202020202030303030202020202020202020202020|

|<%_TABLE_SHP_VIEW_TRAI> |

| ??? |

| ?????? |

| ?????? |

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

|CL_GUI_TEXTEDIT=>ABAP_COMMENTLINE_IDENTIFIER |

| ??? |

| ?????? |

| ?????? |

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

|OREF_ATP_LOG |

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

| D0000002 |

| 1000000E |

| D10000000000002E |

|OREF_ENVIRONMENT |

| {O:49*\FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_ENVIRONMENT} |

| C0000003 |

| E0000001 |

| CE00000000000031 |

|SY-MSGNO |

| 398 |

| 333 |

| 398 |

| 333938 |

|ES_EMKPF_OLD-MSGNO |

| |

| 222 |

| 000 |

| 202020 |

|SY-MSGV1 |

| RG register not same for material |

| 54276667767266727666266726676766622222222222222222 |

| 270257934520EF4031D506F20D145291C00000000000000000 |

| 5247207265676973746572206E6F742073616D6520666F72206D6174657269616C2020202020202020202020202020|

|ES_EMKPF_OLD-MSGV1 |

| |

| 22222222222222222222222222222222222222222222222222 |

| 00000000000000000000000000000000000000000000000000 |

| 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|

|SY-MSGV2 |

| |

| 22222222222222222222222222222222222222222222222222 |

| 00000000000000000000000000000000000000000000000000 |

| 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|

|ES_EMKPF_OLD-MSGV2 |

| |

| 22222222222222222222222222222222222222222222222222 |

| 00000000000000000000000000000000000000000000000000 |

| 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|

|SY-MSGV3 |

| |

| 22222222222222222222222222222222222222222222222222 |

| 00000000000000000000000000000000000000000000000000 |

| 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|

|ES_EMKPF_OLD-MSGV3 |

| |

| 22222222222222222222222222222222222222222222222222 |

| 00000000000000000000000000000000000000000000000000 |

| 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|

|SY-MSGV4 |

| |

| 22222222222222222222222222222222222222222222222222 |

| 00000000000000000000000000000000000000000000000000 |

| 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|

|ES_EMKPF_OLD-MSGV4 |

| |

| 22222222222222222222222222222222222222222222222222 |

| 00000000000000000000000000000000000000000000000000 |

| 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|

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

|No. 5 Ty. METHOD |

|Name LCL_MIGO_KERNEL=>DOCUMENT_OPERATION |

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

|I_SIMULATE |

| |

| 2 |

| 0 |

| 20 |

|I_SIM_VALUES |

| |

| 2 |

| 0 |

| 20 |

|I_ERROR_ONLY |

| |

| 2 |

| 0 |

| 20 |

|E_OK |

| |

| 2 |

| 0 |

| 20 |

|ET_XMSEG |

| Table[initial] |

| |

|LT_EMSEG |

| Table IT_21833[15x400] |

| \FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_KERNEL\METHOD=DOCUMENT_OPERATION\DATA=LT_EMSEG |

| Table reference: 972 |

| TABH+ 0(20) = 0A000100698D2280000000000000000000000000 |

| TABH+ 20(20) = 000003CC000055490000000F00000190FFFFFFFF |

| TABH+ 40(16) = 040000000018D498000424C403000000 |

| store = 0x0A000100698D2280 |

| ext1 = 0x0000000000000000 |

| shmId = 0 (0x00000000) |

| id = 972 (0x000003CC) |

| label = 21833 (0x00005549) |

| fill = 15 (0x0000000F) |

| leng = 400 (0x00000190) |

| loop = -1 (0xFFFFFFFF) |

| xtyp = TYPE#001813 |

| occu = 4 (0x00000004) |

| accKind = 1 (ItAccessStandard) |

| idxKind = 0 (ItIndexNone) |

| uniKind = 2 (ItUniNo) |

| keyKind = 1 (default) |

| cmpMode = 8 (cmpManyEq) |

| occu0 = 1 |

| stMode = 0 |

| groupCntl = 0 |

| rfc = 0 |

| unShareable = 0 |

| mightBeShared = 0 |

| sharedWithShmTab = 0 |

| isShmLockId = 0 |

| isUsed = 1 |

| isCtfyAble = 1 |

| hasScndKeys = 0 |

| hasRowId = 0 |

| scndKeysOutdated = 0 |

| scndUniKeysOutdated = 0 |

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

| tabi = 0x0A0001003DF4BE80 |

| pgHook = 0x0A000100698D5500 |

| idxPtr = 0x0000000000000000 |

| id = 21303 (0x00005337) |

| shmTabhSet = 0x0000000000000000 |

| refCount = 0 (0x00000000) |

| tstRefCount = 0 (0x00000000) |

| lineAdmin = 28 (0x0000001C) |

| lineAlloc = 28 (0x0000001C) |

| shmVersId = 0 (0x00000000) |

| shmRefCount = 1 (0x00000001) |

| rowId = 18446744073709551615 |

| scndKeyAdmin = 0x0000000000000000 |

| |

| 000001000000000000 ####000000010000 |

| 3333333333333333332200003333333333332222222222222222222222222222222222222222222222222222222222|

| 0000010000000000000000010000000100000000000000000000000000000000000000000000000000000000000000|

| 3030303030313030303030303030303030302020000000013030303030303031303030302020202020202020202020|

| |

| 000002000000000000 ####000000020000 |

| 3333333333333333332200003333333333332222222222222222222222222222222222222222222222222222222222|

| 0000020000000000000000020000000200000000000000000000000000000000000000000000000000000000000000|

| 3030303030323030303030303030303030302020000000023030303030303032303030302020202020202020202020|

| |

| 000003000000000000 ####000000030000 |

| 3333333333333333332200003333333333332222222222222222222222222222222222222222222222222222222222|

| 0000030000000000000000030000000300000000000000000000000000000000000000000000000000000000000000|

| 3030303030333030303030303030303030302020000000033030303030303033303030302020202020202020202020|

| |

| 000004000000000000 ####000000040000 |

| 3333333333333333332200003333333333332222222222222222222222222222222222222222222222222222222222|

| 0000040000000000000000040000000400000000000000000000000000000000000000000000000000000000000000|

| 3030303030343030303030303030303030302020000000043030303030303034303030302020202020202020202020|

| |

| 000005000000000000 ####000000050000 |

| 3333333333333333332200003333333333332222222222222222222222222222222222222222222222222222222222|

| 0000050000000000000000050000000500000000000000000000000000000000000000000000000000000000000000|

| 3030303030353030303030303030303030302020000000053030303030303035303030302020202020202020202020|

|GOSEARCH_RES-WERKS |

| |

| 2222 |

| 0000 |

| 20202020 |

|LT_XMSEG |

| Table IT_25462[15x1249] |

| \FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_KERNEL\METHOD=DOCUMENT_OPERATION\DATA=LT_XMSEG |

| Table reference: 1295 |

| TABH+ 0(20) = 0A0001003DF9EF30000000000000000000000000 |

| TABH+ 20(20) = 0000050F000063760000000F000004E1FFFFFFFF |

| TABH+ 40(16) = 040000000018BE48000424C413000000 |

| store = 0x0A0001003DF9EF30 |

| ext1 = 0x0000000000000000 |

| shmId = 0 (0x00000000) |

| id = 1295 (0x0000050F) |

| label = 25462 (0x00006376) |

| fill = 15 (0x0000000F) |

| leng = 1249 (0x000004E1) |

| loop = -1 (0xFFFFFFFF) |

| xtyp = TYPE#001711 |

| occu = 4 (0x00000004) |

| accKind = 1 (ItAccessStandard) |

| idxKind = 0 (ItIndexNone) |

| uniKind = 2 (ItUniNo) |

| keyKind = 1 (default) |

| cmpMode = 8 (cmpManyEq) |

| occu0 = 1 |

| stMode = 0 |

| groupCntl = 0 |

| rfc = 0 |

| unShareable = 0 |

| mightBeShared = 1 |

| sharedWithShmTab = 0 |

| isShmLockId = 0 |

| isUsed = 1 |

| isCtfyAble = 1 |

| hasScndKeys = 0 |

| hasRowId = 0 |

| scndKeysOutdated = 0 |

| scndUniKeysOutdated = 0 |

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

| tabi = 0x0A000100699D8810 |

| pgHook = 0x0A00010068AC8690 |

| idxPtr = 0x0000000000000000 |

| id = 22417 (0x00005791) |

| shmTabhSet = 0x0000000000000000 |

| refCount = 1 (0x00000001) |

| tstRefCount = 0 (0x00000000) |

| lineAdmin = 28 (0x0000001C) |

| lineAlloc = 20 (0x00000014) |

| shmVersId = 0 (0x00000000) |

| shmRefCount = 2 (0x00000002) |

| rowId = 18446744073709551615 |

| scndKeyAdmin = 0x0000000000000000 |

| |

| 400500360854420140001000001000000000000101 00000000002000081681008101 X 0000750020 |

| 3333333333333333333333333333333333333333332333333333333333333333333332222222222522233333333332|

| 4005003608544201400010000010000000000001010000000000020000816810081010000000000800000007500200|

| 3430303530303336303835343432303134303030313030303030313030303030303030303030303130312030303030|

| |

| 400500360854420140002000002000000000000101 00000000002000902581008101 X 0000750020 |

| 3333333333333333333333333333333333333333332333333333333333333333333332222222222522233333333332|

| 4005003608544201400020000020000000000001010000000000020009025810081010000000000800000007500200|

| 3430303530303336303835343432303134303030323030303030323030303030303030303030303130312030303030|

| |

| 400500360854420140003000003000000000000101 00000000004000437781008101 X 0000750020 |

| 3333333333333333333333333333333333333333332333333333333333333333333332222222222522233333333332|

| 4005003608544201400030000030000000000001010000000000040004377810081010000000000800000007500200|

| 3430303530303336303835343432303134303030333030303030333030303030303030303030303130312030303030|

| |

| 400500360854420140004000004000000000000101 00000000004000655381008101 X 0000750020 |

| 3333333333333333333333333333333333333333332333333333333333333333333332222222222522233333333332|

| 4005003608544201400040000040000000000001010000000000040006553810081010000000000800000007500200|

| 3430303530303336303835343432303134303030343030303030343030303030303030303030303130312030303030|

| |

| 400500360854420140005000005000000000000101 00000000002000190281008101 X 0000750020 |

| 3333333333333333333333333333333333333333332333333333333333333333333332222222222522233333333332|

| 4005003608544201400050000050000000000001010000000000020001902810081010000000000800000007500200|

| 3430303530303336303835343432303134303030353030303030353030303030303030303030303130312030303030|

|GOSEARCH_RES-MATNR |

| |

| 222222222222222222 |

| 000000000000000000 |

| 202020202020202020202020202020202020 |

|LT_IMSEG |

| Table IT_21803[15x1480] |

| \FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_KERNEL\METHOD=DOCUMENT_OPERATION\DATA=LT_IMSEG |

| Table reference: 969 |

| TABH+ 0(20) = 0A0001003DD2BDF00A0001003DF9F5A000000000 |

| TABH+ 20(20) = 000003C90000552B0000000F000005C8FFFFFFFF |

| TABH+ 40(16) = 040000000018D460000724C413000000 |

| store = 0x0A0001003DD2BDF0 |

| ext1 = 0x0A0001003DF9F5A0 |

| shmId = 0 (0x00000000) |

| id = 969 (0x000003C9) |

| label = 21803 (0x0000552B) |

| fill = 15 (0x0000000F) |

| leng = 1480 (0x000005C8) |

| loop = -1 (0xFFFFFFFF) |

| xtyp = TYPE#001812 |

| occu = 7 (0x00000007) |

| accKind = 1 (ItAccessStandard) |

| idxKind = 0 (ItIndexNone) |

| uniKind = 2 (ItUniNo) |

| keyKind = 1 (default) |

| cmpMode = 8 (cmpManyEq) |

| occu0 = 1 |

| stMode = 0 |

| groupCntl = 0 |

| rfc = 0 |

| unShareable = 0 |

| mightBeShared = 1 |

| sharedWithShmTab = 0 |

| isShmLockId = 0 |

| isUsed = 1 |

| isCtfyAble = 1 |

| hasScndKeys = 0 |

| hasRowId = 0 |

| scndKeysOutdated = 0 |

| scndUniKeysOutdated = 0 |

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

| tabi = 0x0A0001003DF6F5F0 |

| pgHook = 0x0A00010069897AD0 |

| idxPtr = 0x0000000000000000 |

| id = 21433 (0x000053B9) |

| shmTabhSet = 0x0000000000000000 |

| refCount = 0 (0x00000000) |

| tstRefCount = 0 (0x00000000) |

| lineAdmin = 15 (0x0000000F) |

| lineAlloc = 15 (0x0000000F) |

| shmVersId = 0 (0x00000000) |

| shmRefCount = 1 (0x00000001) |

| rowId = 18446744073709551615 |

| scndKeyAdmin = 0x0000000000000000 |

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

| regHook = 0x0A0001003DF9F420 |

| collHook = 0x0000000000000000 |

| ext2 = 0x0000000000000000 |

| |

| 000001000000000000MIGO X 101 0000000000200008168100|

| 3333333333333333334444222222222222222252333222222222222222222222222222223333333333333333333333|

| 000001000000000000D97F000000000000000080101000000000000000000000000000000000000000200008168100|

| 3030303030313030303030303030303030304D49474F20202020202020202020202020202020582031303120202020|

| |

| 000002000000000000MIGO X 101 0000000000200090258100|

| 3333333333333333334444222222222222222252333222222222222222222222222222223333333333333333333333|

| 000002000000000000D97F000000000000000080101000000000000000000000000000000000000000200090258100|

| 3030303030323030303030303030303030304D49474F20202020202020202020202020202020582031303120202020|

| |

| 000003000000000000MIGO X 101 0000000000400043778100|

| 3333333333333333334444222222222222222252333222222222222222222222222222223333333333333333333333|

| 000003000000000000D97F000000000000000080101000000000000000000000000000000000000000400043778100|

| 3030303030333030303030303030303030304D49474F20202020202020202020202020202020582031303120202020|

| |

| 000004000000000000MIGO X 101 0000000000400065538100|

| 3333333333333333334444222222222222222252333222222222222222222222222222223333333333333333333333|

| 000004000000000000D97F000000000000000080101000000000000000000000000000000000000000400065538100|

| 3030303030343030303030303030303030304D49474F20202020202020202020202020202020582031303120202020|

| |

| 000005000000000000MIGO X 101 0000000000200019028100|

| 3333333333333333334444222222222222222252333222222222222222222222222222223333333333333333333333|

| 000005000000000000D97F000000000000000080101000000000000000000000000000000000000000200019028100|

| 3030303030353030303030303030303030304D49474F20202020202020202020202020202020582031303120202020|

|GOSEARCH_RES-AUFNR |

| |

| 222222222222 |

| 000000000000 |

| 202020202020202020202020 |

|LT_CANCEL |

| Table[initial] |

| |

|LCL_MIGO_GLOBALS=>IF_BADI |

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

| F0000000 |

| 70000008 |

| F700000000000008 |

|ABAP_TRUE |

| X |

| 5 |

| 8 |

| 58 |

|%_SPACE |

| |

| 2 |

| 0 |

| 20 |

|SY |

| ###############################################################################á#######<###;##|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000E00000003000300|

| 000100010009000F00000000000000000000000000010001000100000001000000000000000000410000000C000B00|

| 0000000100000001000000090000000F00000000000000000000000000000000000000000000000000000001000000|

|SY-REPID |

| SAPLMIGO |

| 5454444422222222222222222222222222222222 |

| 310CD97F00000000000000000000000000000000 |

| 5341504C4D49474F2020202020202020202020202020202020202020202020202020202020202020 |

|LS_XMKPF |

| 40050036085442014WEWEPR2014120320141227201412271308530000000010208 138,8,13 T|

| 3333333333333333354545533333333333333333333333333333333333333333332222222222233323233222222225|

| 40050036085442014757502201412032014122720141227130853000000001020800000000000138C8C13000000004|

| 3430303530303336303835343432303134574557455052323031343132303332303134313232373230313431323237|

|ME |

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

| F0000000 |

| D0000002 |

| FD00000000000002 |

|LS_EMKPF |

| 5003608544201400000000000000 #### |

| 3333333333333333333333333333222222222222000022222222222222222222222222222222222222222222222222|

| 5003608544201400000000000000000000000000000100000000000000000000000000000000000000000000000000|

| 3530303336303835343432303134303030303030303030303030303020202020202020202020202000000001202020|

|L_NO_ITEMS |

| |

| 2 |

| 0 |

| 20 |

|TV_GOCOMP-*CX* |

| <initial> |

| <initial> |

| <initial> |

| <<iinniittiiaall>> |

|OREF_HEADER_IMPORT |

| {O:63*\FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_HEADER_IMPORT} |

| C0000003 |

| 0000000F |

| C00000000000003F |

|OREF_LOG |

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

| D0000002 |

| 2000000D |

| D20000000000002D |

|SPACE |

| |

| 2 |

| 0 |

| 20 |

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

|No. 4 Ty. METHOD |

|Name LCL_MIGO_KERNEL=>DOCUMENT_POST |

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

|E_OK |

| |

| 2 |

| 0 |

| 20 |

|ME |

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

| F0000000 |

| D0000002 |

| FD00000000000002 |

|ABAP_FALSE |

| |

| 2 |

| 0 |

| 20 |

|LCL_MIGO_GLOBALS=>IF_BADI |

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

| F0000000 |

| 70000008 |

| F700000000000008 |

|LCL_MIGO_GLOBALS=>EXTERNAL_CALL_LEAVE_AFTER_POST |

| |

| 2 |

| 0 |

| 20 |

|SCREEN |

| GODYNPRO-DETAIL_TAKE |

| 4445455424454445544422222222222222222222222222222222222222222222222222222222222222222222222222|

| 7F49E02FD45419CF41B500000000000000000000000000000000000000000000000000000000000000000000000000|

| 474F44594E50524F2D44455441494C5F54414B45202020202020202020202020202020202020202020202020202020|

|GODEFAULT-DEF_WERKS |

| |

| 2222 |

| 0000 |

| 20202020 |

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

|No. 3 Ty. METHOD |

|Name LCL_MIGO_STATUS=>LIF_MIGO_FRAME~OKCODE_HANDLER |

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

|I_OKCODE |

| OK_POST1 |

| 4455455322222222222222222222222222222222222222222222222222222222222222 |

| FBF0F34100000000000000000000000000000000000000000000000000000000000000 |

| 4F4B5F504F535431202020202020202020202020202020202020202020202020202020202020202020202020202020|

|LCL_MIGO_GLOBALS=>IF_BADI_ITEM |

| {O:initial} |

| F0000000 |

| F0000000 |

| FF00000000000000 |

|RSJOBINFO |

| 00000000000000 #### |

| 222222222222222222222222222222223333333333333322222222222222222222222222222222220000 |

| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |

| 2020202020202020202020202020202020202020202020202020202020202020303030303030303030303030303020|

|OREF_BADI_LOG |

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

| D0000002 |

| 0000000F |

| D00000000000002F |

|%_##TVREG_001 |

| |

| 2 |

| 0 |

| 20 |

|LCL_MIGO_GLOBALS=>IF_BADI |

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

| F0000000 |

| 70000008 |

| F700000000000008 |

|%_ARCHIVE |

| |

| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|

|LCL_MIGO_GLOBALS=>KERNEL |

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

| F0000000 |

| D0000002 |

| FD00000000000002 |

|SY-XPROG |

| SAPLME07 |

| 5454443322222222222222222222222222222222 |

| 310CD50700000000000000000000000000000000 |

| 5341504C4D4530372020202020202020202020202020202020202020202020202020202020202020 |

|%_VIASELSCR |

| # |

| 0 |

| 4 |

| 04 |

|OREF_DETAIL_RESERVATION |

| {O:180*\FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_DETAIL_RESERVATION} |

| 4000000B |

| B0000004 |

| 4B000000000000B4 |

|GODEFAULT_TV |

| 101 GR goods receipt |

| 2222223332245266667276666772222 |

| 000000101007207FF43025359040000 |

| 2020202020203130312020475220676F6F6473207265636569707420202020 |

|TV_GOFREIGHT |

| ############################ XX#######v |

| 000000000000000000000000000022558000000722222222 |

| 000000000001000000000000000000889000000600000000 |

| 0000000000000000000000010000000000000000000000000000000020205858890000000000007620202020202020|

|OREF_TIP |

| {O:43*\FUNCTION-POOL=MIGO\CLASS=LCL_MIGO_TIP} |

| D0000002 |

| 4000000B |

| D40000000000002B |

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

|No. 2 Ty. METHOD |

|Name LCL_MIGO_FRAME=>OKCODE_DISPATCH |

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

|I_OKCODE |

| |

| 2222222222222222222222222222222222222222222222222222222222222222222222 |

| 0000000000000000000000000000000000000000000000000000000000000000000000 |

| 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|

|L_MSG_STRING |

| |

| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|

|GOSEARCH_PO-RESWKNAME |

| |

| 222222222222222222222222222222 |

| 000000000000000000000000000000 |

| 202020202020202020202020202020202020202020202020202020202020 |

|L_OKCODE |

| OK_POST1 |

| 4455455322222222222222222222222222222222222222222222222222222222222222 |

| FBF0F34100000000000000000000000000000000000000000000000000000000000000 |

| 4F4B5F504F535431202020202020202020202020202020202020202020202020202020202020202020202020202020|

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

|No. 1 Ty. MODULE (PAI) |

|Name PAI_OKCODE_DISPATCH |

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

|LCL_MIGO_GLOBALS=>IF_BADI |

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

| F0000000 |

| 70000008 |

| F700000000000008 |

|LCL_MIGO_FRAME=>TRACE_INFOS |

| |

| 2 |

| 0 |

| 20 |

|OKCODE |

| |

| 2222222222222222222222222222222222222222222222222222222222222222222222 |

| 0000000000000000000000000000000000000000000000000000000000000000000000 |

| 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|

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

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

|Internal notes |

| The termination was triggered in function "ab_jmess" |

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

| "//bas/721_REL/src/krn/runt/abdynpro.c#10". |

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

| Internal mode was started at 20141227130257. |

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

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

|Active Calls in SAP Kernel |

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

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

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

|=> 64 bit R/3 Kernel |

|=> 64 bit AIX Kernel |

|=> Heap limit = unlimited |

|=> Stack limit = unlimited |

|=> Core limit = 1073741312 |

|=> File size limit = unlimited |

|=> Heap address = 0x11af78180 |

|=> Stack address = 0xfffffffffffa380 |

|=> Stack low = 0xfffffffffffa380 |

|=> Stack high = 0xffffffffffff730 |

|=> Stack Trace: |

| CTrcStack2() at 0x10004d6e0 |

| CTrcStack() at 0x100656174 |

| @22@rabax_CStackSave__Fv() at 0x100418ee4 |

| ab_rabax() at 0x10012d4b4 |

| ab_jmess__Fv() at 0x100459500 |

| ab_extri__Fv() at 0x1009be034 |

| ab_xevent__FPCc() at 0x100cfe1ec |

| ab_dstep() at 0x1008c6710 |

| @17@dynpmcal() at 0x100c315f4 |

| @17@dynppai0() at 0x100c3aa1c |

| dynprctl() at 0x1008bf908 |

| dynpen00() at 0x1018ed910 |

| Thdynpen00() at 0x10211ef5c |

| Unknown at 0x1021bc8d8 |

| DpMain() at 0x10001865c |

| main() at 0x1000173fc |

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

1 ACCEPTED SOLUTION

JL23
Active Contributor
0 Kudos

the part with the >>>>>>>>> in the coding section of the dump explains at which statement the program was when it dumped.

As you can see, right next to the statement is a number. This number is an OSS note number, which means that this coding was added by SAP for a bug fix.

so just read the OSS note 385830 - Inconsistencies with goods movements in the background

to understand why it was implemented.

And then you should explain (show/post) what you actually coded which forces SAP to run into this forced dump.

8 REPLIES 8

thangam_perumal
Contributor
0 Kudos

Hi,

Kaustav,

it seems to be Dump caused by custom code. i think you people did some enhancement.

Please check that code.

Regards,

Thangam.P

former_member183424
Active Contributor
0 Kudos

Your dump message says about the error message no 00 398.

This message class and message no is standard, but there are no description.

Go to SE91, enter the message class 00 and message number 398, then press display. You will find the message number with text. Select the line item and press where used list. select all used in and press continue, you will find the program (or anything else). Then consult with your ABAP team. They will debug / check the program and find the reason for the dump.

0 Kudos

Dear experts ,

i am the abaper and i am getting a short dump and error is 398 (RG register is not same for material)..

somone tell me what is the error for RG register is not same for material.

somone tell me how to resolve it ??

0 Kudos

This message is not schematic by SAP. If you are an ABAPer, then you should debug the program. Anyway, its not a functional issue. Your discussion has been moved to technical forum. Technical guys will help you further.

JL23
Active Contributor
0 Kudos

the part with the >>>>>>>>> in the coding section of the dump explains at which statement the program was when it dumped.

As you can see, right next to the statement is a number. This number is an OSS note number, which means that this coding was added by SAP for a bug fix.

so just read the OSS note 385830 - Inconsistencies with goods movements in the background

to understand why it was implemented.

And then you should explain (show/post) what you actually coded which forces SAP to run into this forced dump.

Former Member
0 Kudos

Dear jurgen,

i see the oss note 385830 - Inconsistencies with goods movements in the background

but i didnt understand how to resove the error..i am attaching the oss note - 385830, 556000




Thanks & regards,

kaustav

Message was edited by: Matthew Billingham OSS Notes attached in violation of copyright were removed.

JL23
Active Contributor
0 Kudos

Interested people here can read the notes where their place is, they do not need to be attached - you have not the copyright to post them in a public forum.

But it is not clear why you want me and others to read the notes. I can read and understand the note very well. You have to read it and need to understand them.

It does not help you if we read them again.

The note explains why SAP programmed it this way - in clear words: to save the consistency of the system from that a developer who does not understand the basics.

You should explain if MIGO worked earlier without any issue. What was done in your system that makes it send a dump. E.g. a release upgrade, a program change, a new process design, a new user.

Does it work for others while it does not for one?

Former Member
0 Kudos

This message was moderated.