Category ABAP programming error Runtime Errors ASSERTION_FAILED ABAP Program ZCL_AGS_DB_BRANCHES===========CP Application Component Not assigned Date and Time 23.01.2019 07:26:08 ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Short Text | | The ASSERT condition was violated. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |What happened? | | The current application program has detected a situation with the | | ASSERT statement that should not occur. | | The reason for this runtime error was one of the following: | | - For the checkpoint group specified with the ASSERT statement, the | | activation mode is "abort". | | - A system variant has been used to set the activation mode to "abort" | | globally for all checkpoint groups in this system. | | - The activation mode is set to "abort" at program level. | | - The ASSERT statement is not assigned to any checkpoint groups. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |What can I do? | | Note which actions and entries caused the error to occur. | | | | Consult your SAP administrator. | | | | Using transaction ST22 for ABAP dump analysis, you can view, manage, | | and retain termination messages for longer periods. | | 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 | | The following checkpoint group was used: No checkpoint group specified | | | | If the FIELDS addition was used in the ASSERT statement, you can find | | the content of the first 8 fields specified in the following overview: | | (not used) | | (not used) | | (not used) | | (not used) | | (not used) | | (not used) | | (not used) | | " (not used) " | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |How to correct the error | | If the error occurs in one of your own ABAP programs or an SAP program | | that you have modified, try to correct the error yourself. | | 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: | | | | "ASSERTION_FAILED" | | "ZCL_AGS_DB_BRANCHES===========CP" bzw. ZCL_AGS_DB_BRANCHES===========CM002 | | "INSERT" | | 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 | | 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..... 750 | | SAP Basis level 0002 | | | | Application server... ci1tdc00 | | Network address...... 10.22.140.18 | | Operating system... Windows NT | | Release.............. 6.3 | | Hardware type....... 8x AMD64 Level | | Character length..... 16 Bits | | Pointer length........ 64 Bits | | Work process number... 0 | | Shortdump setting. full | | | | Database server... iwdfvm5508 | | Database type..... SYBASE | | Database name..... CI1 | | Database user ID SAPSR3 | | | | Terminal.......... 10.22.140.18 | | | | Character set C | | | | SAP kernel....... 745 | | Created on....... Aug 19 2016 03:26:35 | | Created at....... NT 6.3 9600 x86 MS VC++ 18.00 use-pr20160819 | | Database version Sybase ASE 16.0.02.02 | | Patch level....... 218 | | Patch text....... | | | | Database............. 15.7, 16.0 | | SAP database version. 745 | | Operating system... Windows NT 6.0, Windows NT 6.1, Windows NT 6.2, Windows NT | | 6.3, Windows NT 10.0 | | | | Memory consumption | | Roll.... 0 | | EM...... 1793504 | | Heap.... 0 | | Page.... 0 | | MM used. 1375184 | | MM free. 414736 | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |User and Transaction | | Client................. 800 | | User.................. C5085345 | | Language key.......... E | | Transaction......... | | Transaction ID...... C4D71EE99FAEF18A80FA005056858A91 | | | | EPP whole context ID...... 005056858A911ED987DAF895CF0E20FA | | EPP connection ID........ 005056858A911ED987DAF895CF0E40FA | | EPP call counter......... 1 | | | | Program.............. ZCL_AGS_DB_BRANCHES===========CP | | Screen.............. SAPMHTTP 0010 | | Screen line.......... 2 | | Active debugger..... "none" | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Server-Side Connection Information | | Information on caller of "HTTP" connection: Plug-in type......... HTTP | | Caller IP.............. 10.22.140.18 | | Caller port............ 55080 | | Universal resource ID | | /sap/zabapgitserver/git/MR22_Framework.git/git-receive-pack | | | | Program.............. ZCL_AGS_DB_BRANCHES===========CP | | Screen.............. SAPMHTTP 0010 | | Screen line.......... 2 | | | | Information on caller of "HTTP" connection: Plug-in type......... HTTP | | Caller IP.............. 10.22.140.18 | | Caller port............ 55080 | | Universal resource ID | | "/sap/zabapgitserver/git/MR22_Framework.git/git-receive-pack" | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Information on where terminated | | The termination occurred in ABAP program or include | | "ZCL_AGS_DB_BRANCHES===========CP", in "INSERT". The | | main program was "SAPMHTTP". | | | | In the source code, the termination point is in line 8 of program or | | include "ZCL_AGS_DB_BRANCHES===========CM002". | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Source Code Extract | ---------------------------------------------------------------------------------------------------- |Line |SourceCde | ---------------------------------------------------------------------------------------------------- | 1| METHOD insert. | | 2| | | 3| IF mv_fake = abap_true. | | 4| INSERT is_branch INTO TABLE mt_branches. | | 5| ELSE. | | 6| INSERT zags_branches FROM is_branch. "#EC CI_SUBRC | | 7| ENDIF. | |>>>>>| ASSERT sy-subrc = 0. | | 9| | | 10| ENDMETHOD. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Contents of system fields | ---------------------------------------------------------------------------------------------------- |Name |Val. | ---------------------------------------------------------------------------------------------------- |SY-SUBRC|4 | |SY-INDEX|1 | |SY-TABIX|1 | |SY-DBCNT|0 | |SY-FDPOS|1 | |SY-LSIND|0 | |SY-PAGNO|0 | |SY-LINNO|1 | |SY-COLNO|1 | |SY-PFKEY| | |SY-UCOMM| | |SY-TITLE|HTTP Control | |SY-MSGTY| | |SY-MSGID| | |SY-MSGNO|000 | |SY-MSGV1| | |SY-MSGV2| | |SY-MSGV3| | |SY-MSGV4| | |SY-MODNO|0 | |SY-DATUM|20190123 | |SY-UZEIT|072608 | |SY-XPROG|SSO2GETPARAM | |SY-XFORM|GET_PARAMETER | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Active Calls/Events | ---------------------------------------------------------------------------------------------------- |No. Ty. Program Include Line | | Name | ---------------------------------------------------------------------------------------------------- | 8 METHOD ZCL_AGS_DB_BRANCHES===========CP ZCL_AGS_DB_BRANCHES===========CM002 8 | | ZCL_AGS_DB_BRANCHES=>INSERT | | 7 METHOD ZCL_AGS_REPO==================CP ZCL_AGS_REPO==================CM003 15 | | ZCL_AGS_REPO=>CREATE_BRANCH | | 6 METHOD ZCL_AGS_SERVICE_GIT===========CP ZCL_AGS_SERVICE_GIT===========CM009 25 | | ZCL_AGS_SERVICE_GIT=>UNPACK | | 5 METHOD ZCL_AGS_SERVICE_GIT===========CP ZCL_AGS_SERVICE_GIT===========CM00B 17 | | ZCL_AGS_SERVICE_GIT=>ZIF_AGS_SERVICE~RUN | | 4 METHOD ZCL_AGS_SICF==================CP ZCL_AGS_SICF==================CM001 19 | | ZCL_AGS_SICF=>IF_HTTP_EXTENSION~HANDLE_REQUEST | | 3 METHOD CL_HTTP_SERVER================CP CL_HTTP_SERVER================CM00D 797 | | CL_HTTP_SERVER=>EXECUTE_REQUEST | | 2 FUNCTION SAPLHTTP_RUNTIME LHTTP_RUNTIMEU02 1453 | | HTTP_DISPATCH_REQUEST | | 1 MODULE (PBO) SAPMHTTP SAPMHTTP 12 | | %_HTTP_START | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Chosen Variables | ---------------------------------------------------------------------------------------------------- |Name | | Val. | ---------------------------------------------------------------------------------------------------- |No. 8 Ty. METHOD | |Name ZCL_AGS_DB_BRANCHES=>INSERT | ---------------------------------------------------------------------------------------------------- |IS_BRANCH | | 051MXOgH7jYuv7EsoJC0{G051MXOgH7jc7slYLq}5W{W071c7bb30eb66380e70a1d9a16f6b03dffa3ae76refs/he| | 2223334546436577347644374333454643663765477357533363663366333336336363633636336666366337667266| | 000051D8F787A956753FA30B7051D8F787A373C9C1D57B707137223052663805701149116662034661315762563F85| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 2000200020003000350031004D0058004F006700480037006A005900750076003700450073006F004A00430030007B| |%_DUMMY$$ | | | | 2222 | | 0000 | | 0000 | | 0000 | | 2000200020002000 | |ME->MV_FAKE | | | | 2 | | 0 | | 0 | | 0 | | 2000 | |ABAP_TRUE | | X | | 5 | | 8 | | 0 | | 0 | | 5800 | |ME->MT_BRANCHES | | Table[initial] | | | |%_SPACE | | | | 2 | | 0 | | 0 | | 0 | | 2000 | ---------------------------------------------------------------------------------------------------- |No. 7 Ty. METHOD | |Name ZCL_AGS_REPO=>CREATE_BRANCH | ---------------------------------------------------------------------------------------------------- |IV_NAME | | refs/heads/JTI | | 76672666672454222222222222222222222222222222222222 | | 2563F85143FA49000000000000000000000000000000000000 | | 00000000000000000000000000000000000000000000000000 | | 00000000000000000000000000000000000000000000000000 | | 72006500660073002F00680065006100640073002F004A005400490020002000200020002000200020002000200020| |IV_COMMIT | | 071c7bb30eb66380e70a1d9a16f6b03dffa3ae76 | | 3336366336633333633636363363633666636633 | | 0713722305266380570114911666203466131576 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 3000370031006300370062006200330030006500620036003600330038003000650037003000610031006400390061| |RO_BRANCH | | {O:initial} | | F0000000 | | F0000000 | | FF00000000000000 | |SYST-REPID | | ZCL_AGS_REPO==================CP | | 5445445554543333333333333333334522222222 | | A3CF173F250FDDDDDDDDDDDDDDDDDD3000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 5A0043004C005F004100470053005F005200450050004F003D003D003D003D003D003D003D003D003D003D003D003D| |SY | | ##############################################################################T######### ####| | 0000000000000000000000000000000000000000000000000000000000000000000000000000105000000010220000| | 1000106000000000000000101000100000000080000000400000000000000000000000000000604000000000000300| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C| | 0100000000000000010000000600000000000000000000000000000000000000000000000000000000000000010000| |ME->MS_DATA-REPO | | 051MXOgH7jYuv7EsoJC0{G | | 3334546436577347644374 | | 051D8F787A956753FA30B7 | | 0000000000000000000000 | | 0000000000000000000000 | | 3000350031004D0058004F006700480037006A005900750076003700450073006F004A00430030007B004700 | |%_DUMMY$$ | | | | 2222 | | 0000 | | 0000 | | 0000 | | 2000200020002000 | |LS_BRANCH-REPO | | 051MXOgH7jYuv7EsoJC0{G | | 3334546436577347644374 | | 051D8F787A956753FA30B7 | | 0000000000000000000000 | | 0000000000000000000000 | | 3000350031004D0058004F006700480037006A005900750076003700450073006F004A00430030007B004700 | |SYST | | ##############################################################################T######### ####| | 0000000000000000000000000000000000000000000000000000000000000000000000000000105000000010220000| | 1000106000000000000000101000100000000080000000400000000000000000000000000000604000000000000300| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C| | 0100000000000000010000000600000000000000000000000000000000000000000000000000000000000000010000| |LS_BRANCH-BRANCH | | 051MXOgH7jc7slYLq}5W{W | | 3334546436637654773575 | | 051D8F787A373C9C1D57B7 | | 0000000000000000000000 | | 0000000000000000000000 | | 3000350031004D0058004F006700480037006A006300370073006C0059004C0071007D00350057007B005700 | |%_##TVREG_001 | | {O:19*\CLASS=ZCL_AGS_DB_BRANCHES} | | E0001000 | | C0003000 | | EC00000013000000 | |LS_BRANCH | | 051MXOgH7jYuv7EsoJC0{G051MXOgH7jc7slYLq}5W{W071c7bb30eb66380e70a1d9a16f6b03dffa3ae76refs/he| | 2223334546436577347644374333454643663765477357533363663366333336336363633636336666366337667266| | 000051D8F787A956753FA30B7051D8F787A373C9C1D57B707137223052663805701149116662034661315762563F85| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 2000200020003000350031004D0058004F006700480037006A005900750076003700450073006F004A00430030007B| |SY-REPID | | ZCL_AGS_REPO==================CP | | 5445445554543333333333333333334522222222 | | A3CF173F250FDDDDDDDDDDDDDDDDDD3000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 5A0043004C005F004100470053005F005200450050004F003D003D003D003D003D003D003D003D003D003D003D003D| |ME | | {O:22*\CLASS=ZCL_AGS_REPO} | | E0001000 | | 90006000 | | E900000016000000 | ---------------------------------------------------------------------------------------------------- |No. 6 Ty. METHOD | |Name ZCL_AGS_SERVICE_GIT=>UNPACK | ---------------------------------------------------------------------------------------------------- |LV_XSTRING | | ################ | | 540000003ABAC8FD | | 03000028B85D72D3 | | 44000098DE165331 | | 1B0200D28A0ACCEE | | 5041434B0000000200000000029D08823BD8A8EAB510AD6AC75C823CFD3ED31E | |SY-REPID | | ZCL_AGS_SERVICE_GIT===========CP | | 5445445554554445445333333333334522222222 | | A3CF173F3526935F794DDDDDDDDDDD3000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 5A0043004C005F004100470053005F0053004500520056004900430045005F004700490054003D003D003D003D003D| |SY-XPROG | | SSO2GETPARAM | | 5543445545442222222222222222222222222222 | | 33F27540121D0000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 530053004F00320047004500540050004100520041004D002000200020002000200020002000200020002000200020| |SYST-REPID | | ZCL_AGS_SERVICE_GIT===========CP | | 5445445554554445445333333333334522222222 | | A3CF173F3526935F794DDDDDDDDDDD3000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 5A0043004C005F004100470053005F0053004500520056004900430045005F004700490054003D003D003D003D003D| |LT_OBJECTS | | Table[initial] | | | |%_DUMMY$$ | | | | 2222 | | 0000 | | 0000 | | 0000 | | 2000200020002000 | |ME | | {O:18*\CLASS=ZCL_AGS_SERVICE_GIT} | | E0001000 | | D0002000 | | ED00000012000000 | |%_##TVREG_002 | | MR22_Framework | | 45335476667676222222 | | D222F621D57F2B000000 | | 00000000000000000000 | | 00000000000000000000 | | 4D005200320032005F004600720061006D00650077006F0072006B00200020002000200020002000 | |LO_REPO | | {O:22*\CLASS=ZCL_AGS_REPO} | | E0001000 | | 90006000 | | E900000016000000 | |LS_PUSH-OLD | | 0000000000000000000000000000000000000000 | | 3333333333333333333333333333333333333333 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 3000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030| |%_PRINT | | 000 0###| | 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 2000200020002000300030003000200020002000200020002000200020002000200020002000200020002000200020| |LS_PUSH-NAME | | refs/heads/JTI | | 76672666672454222222222222222222222222222222222222 | | 2563F85143FA49000000000000000000000000000000000000 | | 00000000000000000000000000000000000000000000000000 | | 00000000000000000000000000000000000000000000000000 | | 72006500660073002F00680065006100640073002F004A005400490020002000200020002000200020002000200020| |LS_PUSH-NEW | | 071c7bb30eb66380e70a1d9a16f6b03dffa3ae76 | | 3336366336633333633636363363633666636633 | | 0713722305266380570114911666203466131576 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 3000370031006300370062006200330030006500620036003600330038003000650037003000610031006400390061| |LO_BRANCH | | {O:initial} | | F0000000 | | F0000000 | | FF00000000000000 | |%_SPACE | | | | 2 | | 0 | | 0 | | 0 | | 2000 | ---------------------------------------------------------------------------------------------------- |No. 5 Ty. METHOD | |Name ZCL_AGS_SERVICE_GIT=>ZIF_AGS_SERVICE~RUN | ---------------------------------------------------------------------------------------------------- |II_SERVER | | {O:2*\CLASS=CL_HTTP_SERVER_NET} | | F0000000 | | D0002000 | | FD00000002000000 | |%_##TVREG_001 | | | | 10000000 | | 40000000 | | 1400000000000000 | |ME | | {O:18*\CLASS=ZCL_AGS_SERVICE_GIT} | | E0001000 | | D0002000 | | ED00000012000000 | |LV_PATH | | /git/MR22_Framework.git/git-receive-pack | | 2667245335476667676266726672766667627666 | | F794FD222F621D57F2BE794F794D2535965D013B | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 2F006700690074002F004D005200320032005F004600720061006D00650077006F0072006B002E006700690074002F| |SYST | | ##############################################################################T######### ####| | 0000000000000000000000000000000000000000000000000000000000000000000000000000105000000010220000| | 1000106000000000000000101000100000000080000000400000000000000000000000000000604000000000000300| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C| | 0100000000000000010000000600000000000000000000000000000000000000000000000000000000000000010000| |ZCX_AGS_ERROR=>M003 | | ZABAPGITSERVER 003################# | | 5444544554554522222233304300430043004300 | | A121079435265200000000304200420042004200 | | 0000000000000000000000008100810081008100 | | 0000000000000000000000002000200020002000 | | 5A00410042004100500047004900540053004500520056004500520020002000200020002000200030003000330000| |SY-XFORM | | GET_PARAMETER | | 445554544454522222222222222222 | | 754F0121D545200000000000000000 | | 000000000000000000000000000000 | | 000000000000000000000000000000 | | 4700450054005F0050004100520041004D004500540045005200200020002000200020002000200020002000200020| |SY | | ##############################################################################T######### ####| | 0000000000000000000000000000000000000000000000000000000000000000000000000000105000000010220000| | 1000106000000000000000101000100000000080000000400000000000000000000000000000604000000000000300| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C| | 0100000000000000010000000600000000000000000000000000000000000000000000000000000000000000010000| |%_EXCP | | {O:initial} | | F0000000 | | F0000000 | | FF00000000000000 | |ZCX_AGS_ERROR=>M008 | | ZABAPGITSERVER 008################# | | 5444544554554522222233304300430043004300 | | A121079435265200000000804200420042004200 | | 0000000000000000000000008100810081008100 | | 0000000000000000000000002000200020002000 | | 5A00410042004100500047004900540053004500520056004500520020002000200020002000200030003000380000| ---------------------------------------------------------------------------------------------------- |No. 4 Ty. METHOD | |Name ZCL_AGS_SICF=>IF_HTTP_EXTENSION~HANDLE_REQUEST | ---------------------------------------------------------------------------------------------------- |SERVER | | {O:2*\CLASS=CL_HTTP_SERVER_NET} | | F0000000 | | D0002000 | | FD00000002000000 | |SY-REPID | | ZCL_AGS_SICF==================CP | | 5445445554443333333333333333334522222222 | | A3CF173F3936DDDDDDDDDDDDDDDDDD3000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 5A0043004C005F004100470053005F0053004900430046003D003D003D003D003D003D003D003D003D003D003D003D| |%_DUMMY$$ | | | | 2222 | | 0000 | | 0000 | | 0000 | | 2000200020002000 | |LV_PATH | | /sap/zabapgitserver/git/MR22_Framework.git/git-receive-pack | | 27672766676677677672667245335476667676266726672766667627666 | | F310FA1210794352652F794FD222F621D57F2BE794F794D2535965D013B | | 00000000000000000000000000000000000000000000000000000000000 | | 00000000000000000000000000000000000000000000000000000000000 | | 2F007300610070002F007A0061006200610070006700690074007300650072007600650072002F006700690074002F| |LI_SERVICE | | {O:18*\CLASS=ZCL_AGS_SERVICE_GIT} | | E0001000 | | D0002000 | | ED00000012000000 | |SYST-REPID | | ZCL_AGS_SICF==================CP | | 5445445554443333333333333333334522222222 | | A3CF173F3936DDDDDDDDDDDDDDDDDD3000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 5A0043004C005F004100470053005F0053004900430046003D003D003D003D003D003D003D003D003D003D003D003D| |SY | | ##############################################################################T######### ####| | 0000000000000000000000000000000000000000000000000000000000000000000000000000105000000010220000| | 1000106000000000000000101000100000000080000000400000000000000000000000000000604000000000000300| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C| | 0100000000000000010000000600000000000000000000000000000000000000000000000000000000000000010000| |%_SPACE | | | | 2 | | 0 | | 0 | | 0 | | 2000 | |SY-ONCOM | | X | | 5 | | 8 | | 0 | | 0 | | 5800 | |SPACE | | | | 2 | | 0 | | 0 | | 0 | | 2000 | ---------------------------------------------------------------------------------------------------- |No. 3 Ty. METHOD | |Name CL_HTTP_SERVER=>EXECUTE_REQUEST | ---------------------------------------------------------------------------------------------------- |SERVER | | {O:2*\CLASS=CL_HTTP_SERVER_NET} | | F0000000 | | D0002000 | | FD00000002000000 | |SERVTBL | | Table IT_7[3x4608] | | \FUNCTION=HTTP_DISPATCH_REQUEST\DATA= | | Table reference: 2 | | TABH+ 0(20) = A034E8EFDD0700000000000000000000F081EEEF | | TABH+20(20) = DD07000000000000000000000300000044040000 | | TABH+40(20) = 0000000000000000000000000200000007000000 | | TABH+60(20) = 03000000001200002000000004010000A0310400 | | TABH+80( 8) = 0200000001060000 | | store = 0xA034E8EFDD070000 | | statScndKeyAdmin = 0x0000000000000000 | | ext1 = 0xF081EEEFDD070000 | | ----- 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 = 2 (0x02000000) | | label = 7 (0x07000000) | | fill = 3 (0x03000000) | | leng = 4608 (0x00120000) | | loop = 32 (0x20000000) | | xtyp = TYPE#000030 | | occu = 2 (0x02000000) | | 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 | | statScndUniKeysOutdated = 0 | | rtmSelectNoOrderBy = 0 | | ----- Shareable Table Header Data (Store) ----- | | tabi = 0xD0BCEDEFDD070000 | | pgHook = 0x9098E5EFDD070000 | | uniqueNumber = 6 (0x06000000) | | shmTabhSet = 0x0000000000000000 | | refCount = 0 (0x00000000) | | tstRefCount = 0 (0x00000000) | | lineAdmin = 4 (0x04000000) | | lineAlloc = 4 (0x04000000) | | shmVersId = 0 (0x00000000) | | shmRefCount = 1 (0x01000000) | | rowId = 18446744073709551615 | | ----- 1st level extension part ----- | | regHook = 0x5081EEEFDD070000 | | collHook = 0x0000000000000000 | | ext2 = 0x0000000000000000 | | | | DEFAULT_HOST FFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000 ## | | 4444545544552224444444444444444444444444333333333333333333333333320022222222222222222222222222| | 45615C4F8F340006666666666666666666666666000000000000000000000000004000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 440045004600410055004C0054005F0048004F00530054002000200020004600460046004600460046004600460046| | | | SAP 0000000000000000000000000DFFAEATGKMFLCDXQ04F0J7FXK 7# | | 5452222222222223333333333333333333333333444444544444445533434345423022222222222222222222222222| | 310000000000000000000000000000000000000046615147BD6C34810460A768B07000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 5300410050002000200020002000200020002000200020002000200020003000300030003000300030003000300030| | | | ZABAPGITSERVER DFFAEATGKMFLCDXQ04F0J7FXK00O2TG0RQBXTAC333XC5RPQEU ## | | 5444544554554524444445444444455334343454334354355455443335435554520022222222222222222222222222| | A1210794352652046615147BD6C34810460A768B00F247021284133338352015500000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 5A0041004200410050004700490054005300450052005600450052002000440046004600410045004100540047004B| |FIRSTALIAS | | | | 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020| |URLSUFFIX | | git/MR22_Framework.git/git-receive-pack | | 667245335476667676266726672766667627666 | | 794FD222F621D57F2BE794F794D2535965D013B | | 000000000000000000000000000000000000000 | | 000000000000000000000000000000000000000 | | 6700690074002F004D005200320032005F004600720061006D00650077006F0072006B002E006700690074002F0067| |FLOW_RC | | 0 | | 0000 | | 0000 | | 00000000 | |TIMEOUT | | 000000 | | 333333 | | 000000 | | 000000 | | 000000 | | 300030003000300030003000 | |SEND_PAGE_RC | | 0 | | 0000 | | 0000 | | 00000000 | |RUNTIME_MEMORY | | ############ | | 0000100000FF2222222222222222222222222222222222222222222222222222222222222222222222222222222222| | 0000402000FF0000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000C00FF0000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000FF0000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 000000000000000014000000020000C000000000FFFFFFFF2000200020002000200020002000200020002000200020| |IF_HTTP_EXTENSION=>CO_FLOW_OK_OTHERS_MAND | | 2 | | 0000 | | 2000 | | 02000000 | |%_DUMMY$$ | | | | 2222 | | 0000 | | 0000 | | 0000 | | 2000200020002000 | |SYST | | ##############################################################################T######### ####| | 0000000000000000000000000000000000000000000000000000000000000000000000000000105000000010220000| | 1000106000000000000000101000100000000080000000400000000000000000000000000000604000000000000300| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C| | 0100000000000000010000000600000000000000000000000000000000000000000000000000000000000000010000| |%_FSREG_001 | | ??? | | ?????? | | ?????? | | ???????????? | |STIME | | 6188 | | 2100 | | C800 | | 2C180000 | |CL_HTTP_SERVER=>C_STATISTIC_STATE | | 0 | | 0000 | | 0000 | | 00000000 | |PROTOCOL_SAPHTTPS | | 10 | | 0000 | | A000 | | 0A000000 | |IHTTP_OPCODE_OPEN_INTERVAL | | # | | 1 | | 1 | | 11 | |%_PRINT | | 000 0###| | 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 2000200020002000300030003000200020002000200020002000200020002000200020002000200020002000200020| |SERVER_OBJ->M_CONNECTION_ERROR | | ########## | | 1000001000 | | 4000004000 | | 0000000000 | | 0000000000 | | 1400000000000000000000001400000000000000 | |SY | | ##############################################################################T######### ####| | 0000000000000000000000000000000000000000000000000000000000000000000000000000105000000010220000| | 1000106000000000000000101000100000000080000000400000000000000000000000000000604000000000000300| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C| | 0100000000000000010000000600000000000000000000000000000000000000000000000000000000000000010000| |L_EXCEPTION | | {O:initial} | | F0000000 | | F0000000 | | FF00000000000000 | |%_SPACE | | | | 2 | | 0 | | 0 | | 0 | | 2000 | |CL_HTTP_SERVER=>IF_HTTP_SERVER~STATEFUL | | 0 | | 0000 | | 0000 | | 00000000 | |IF_HTTP_SERVER=>CO_DISABLED | | 0 | | 0000 | | 0000 | | 00000000 | |EXTENSION->FLOW_RC | | 0 | | 0000 | | 0000 | | 00000000 | |VB_DELETE_RECORD | | 1 | | 0000 | | 1000 | | 01000000 | ---------------------------------------------------------------------------------------------------- |No. 2 Ty. FUNCTION | |Name HTTP_DISPATCH_REQUEST | ---------------------------------------------------------------------------------------------------- |CLIENT_NAME | | | | 10000000 | | 40000000 | | 1400000000000000 | |DOCUMENT_IN | | | | 10000000 | | 40001000 | | 1400000001000000 | |VIRTUAL_HOST | | 0 | | 0000 | | 0000 | | 00000000 | |DOCUMENT_OUT | | | | 10000000 | | 40001000 | | 1400000001000000 | |L_RM_FROM_BUFFER | | | | 2 | | 0 | | 0 | | 0 | | 2000 | |TTRACE_LEVEL | | :l= | | 363 | | ACD | | 000 | | 000 | | 3A006C003D00 | |ICFSERVICE | | _LOST NODES 00000000000000000000000009MKY8LL806FJE9LWDUR72SJNJ ## | | 5445524444522223333333333333333333333333344534433344434545533544420022222222222222222222222222| | FCF340EF453000000000000000000000000000009DB98CC8066A59C7452723AEA00000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 5F004C004F005300540020004E004F0044004500530020002000200020003000300030003000300030003000300030| |C_STATISTIC_STATE | | 0 | | 0000 | | 0000 | | 00000000 | |PF_RFC_CLI_DEST_STAT | | # | | 0 | | 5 | | 05 | |PF_OPCODE_OPEN_INTERVAL | | # | | 1 | | 1 | | 11 | |SPACE | | | | 2 | | 0 | | 0 | | 0 | | 2000 | |C_SERVER | | {O:2*\CLASS=CL_HTTP_SERVER_NET} | | F0000000 | | D0002000 | | FD00000002000000 | |ICFPUBLICSERVICE | | 0V000YHIHJTMAQZ31MI9AONBR | | 3533354444544553344344445 | | 060009898A4D11A31D991FE22 | | 0000000000000000000000000 | | 0000000000000000000000000 | | 3000560030003000300059004800490048004A0054004D00410051005A00330031004D004900390041004F004E0042| |SERVTBL | | Table IT_7[3x4608] | |FIRSTALIAS | | | | 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020| |URLSUFFIX | | git/MR22_Framework.git/git-receive-pack | | 667245335476667676266726672766667627666 | | 794FD222F621D57F2BE794F794D2535965D013B | | 000000000000000000000000000000000000000 | | 000000000000000000000000000000000000000 | | 6700690074002F004D005200320032005F004600720061006D00650077006F0072006B002E006700690074002F0067| |FLOW_RC | | 0 | | 0000 | | 0000 | | 00000000 | |TIMEOUT | | 000000 | | 333333 | | 000000 | | 000000 | | 000000 | | 300030003000300030003000 | |SEND_PAGE_RC | | 0 | | 0000 | | 0000 | | 00000000 | |L_RUNTIME_MEMORY | | ############ | | 0000100000FF2222222222222222222222222222222222222222222222222222222222222222222222222222222222| | 0000402000FF0000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000C00FF0000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000FF0000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 000000000000000014000000020000C000000000FFFFFFFF2000200020002000200020002000200020002000200020| |%_DUMMY$$ | | | | 2222 | | 0000 | | 0000 | | 0000 | | 2000200020002000 | |PROTOCOL_HTTP | | 1 | | 0000 | | 1000 | | 01000000 | |PF_OPCODE_CLOSE_INTERVAL | | # | | 1 | | 2 | | 12 | |ICF_ACTIVE | | X | | 5 | | 8 | | 0 | | 0 | | 5800 | ---------------------------------------------------------------------------------------------------- |No. 1 Ty. MODULE (PBO) | |Name %_HTTP_START | ---------------------------------------------------------------------------------------------------- |SY-REPID | | SAPMHTTP | | 5454455522222222222222222222222222222222 | | 310D844000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 5300410050004D00480054005400500020002000200020002000200020002000200020002000200020002000200020| |SYST-REPID | | SAPMHTTP | | 5454455522222222222222222222222222222222 | | 310D844000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 5300410050004D00480054005400500020002000200020002000200020002000200020002000200020002000200020| |SY-XPROG | | SSO2GETPARAM | | 5543445545442222222222222222222222222222 | | 33F27540121D0000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 530053004F00320047004500540050004100520041004D002000200020002000200020002000200020002000200020| |%_DUMMY$$ | | | | 2222 | | 0000 | | 0000 | | 0000 | | 2000200020002000 | |%_SPACE | | | | 2 | | 0 | | 0 | | 0 | | 2000 | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Application Calls | ---------------------------------------------------------------------------------------------------- |Index|Calls | ---------------------------------------------------------------------------------------------------- | 1|P=/sap/zabapgitserver/git/MR22_Framework.git/git-receive-pack | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Internal notes | | The termination was triggered in function "ab_aabAssertionFailedRabax" of the | | SAP kernel, in | | line 1906 of module "//bas/745_REL/src/krn/abap/runt/abassert.c#2". | | The internal operation just processed is "BREA". | | Internal mode started at 20190123072608. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Active Calls in SAP Kernel | ---------------------------------------------------------------------------------------------------- |Lines of C sStack in kernel (structure different on each platform) | ---------------------------------------------------------------------------------------------------- |SAP (R) - R/3(TM) Callstack, Version 1.0 | |Copyright (C) SAP AG. All rights reserved. | |Callstack without Exception: | |App : disp+work.EXE (pid=27488) | |When : 1/23/2019 7:26:8.870 | |Threads : 2 | |Computer Name : iwdfvm5508 | |User Name : SAPServiceCI1 | |Number of Processors: 8 | |Processor Type: Intel64 Family 6 Model 63 Stepping 4 | |Windows Version : 6.2 Current Build: 9600 | |State Dump for Thread Id 9c10 | |000000103C866730 00007FF6B110D3B2 0020002000200020 disp+work!DumpStacks [ntstcdbg.c (556)] | |000000103C866820 00007FF6B00F892D 00007FFC2BFFC560 disp+work!NTDebugProcess [ntstcdbg.c (390)] | |000000103C866850 00007FF6B029648F 0000000000000000 disp+work!CTrcStack2 [dptstack.c (296)] | |000000103C8668A0 00007FF6AFB4603E 0000000000000001 disp+work!rabax_CStackSave [abrabax.c (9375)] | |000000103C867250 00007FF6B055ADF0 0000000000000000 disp+work!ab_rabax [abrabax.c (1646)] | |000000103C867450 00007FF6B054E886 0000000000000000 disp+work!ab_aabAssertionFailedRabax [abassert.| |000000103C867490 00007FF6AF99309D 00007FF6AF820000 disp+work!ab_jbrea [abstop.c (576)] | |000000103C867760 00007FF6AF95D38F 0000000000000003 disp+work!ab_extri [abextri.c (2224)] | |000000103C8677E0 00007FF6AF95D1F3 0000000000000003 disp+work!ab_xevent [abrunt1.c (281)] | |000000103C867890 00007FF6AF95E1A0 000007DDEFE5A430 disp+work!ab_dstep [abdynpro.c (671)] | |000000103C867D80 00007FF6AF95DC59 0000000000000020 disp+work!dynpmcal [dymainstp.c (2912)] | |000000103C867E10 00007FF6AF95E873 0000000000000020 disp+work!dynppbo0 [dymainstp.c (688)] | |000000103C867F70 00007FF6AF95F3ED 0000000000000000 disp+work!dynprctl [dymainstp.c (502)] | |000000103C86F3F0 00007FF6B069635E 000007DFE42BAF50 disp+work!dynpen00 [dymain.c (2422)] | |000000103C86F450 00007FF6B06A6FBC 00007FF6B14646B8 disp+work!ExecuteHandler [abhttpio.c (15700)] | |000000103C86F510 00007FF6B00707FE 00007FF6B2E86C40 disp+work!ab_HttpRequestHandler [abhttpio.c (26| |000000103C86F5A0 00007FF6AF96E8CE 0000000000000002 disp+work!PluginHandler::handleRequest [thrtplu| |000000103C86F6F0 00007FF6AF8B1564 00007FF6B2F37E00 disp+work!ThHandleRequest [thxxhead.c (1987)] | |000000103C86F770 00007FF6AFAC6A9C 000031FF0000000C disp+work!TskhLoop [thxxhead.c (2342)] | |000000103C86F800 00007FF6AFA03079 000000000006E350 disp+work!ThStart [thxxhead.c (917)] | |000000103C86F880 00007FF6AFAEA6DA FFFFFFFFFFFFFFFE disp+work!DpMain [dpinit.c (484)] | |000000103C86F8B0 00007FF6AFB4418F 00007FFC381D16A0 disp+work!nlsui_main [thxxanf.c (79)] | |000000103C86F8E0 00007FFC381D16AD 0000000000000000 disp+work!__tmainCRTStartup [crtexe.c (623)] | |000000103C86F910 00007FFC390354F4 0000000000000000 KERNEL32!BaseThreadInitThunk | |000000103C86F960 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart | |State Dump for Thread Id 9c80 | |0000001049C9F710 00007FFC36624465 0000000000000002 ntdll!ZwFsControlFile | |0000001049C9F780 00007FF6AFAEA757 0000000000000001 KERNELBASE!ConnectNamedPipe | |0000001049C9F820 00007FFC2BF44F7F 0000000000000000 disp+work!SigIMsgFunc [signt.c (723)] | |0000001049C9F850 00007FFC2BF45126 00007FFC2BFFCB80 MSVCR120!beginthreadex | |0000001049C9F880 00007FFC381D16AD 00007FFC381D16A0 MSVCR120!endthreadex | |0000001049C9F8B0 00007FFC390354F4 0000000000000000 KERNEL32!BaseThreadInitThunk | |0000001049C9F900 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |List of ABAP programs affected | ---------------------------------------------------------------------------------------------------- |Index |Ty.|Program |Group |Date |Time |Size |Lang. | ---------------------------------------------------------------------------------------------------- | 0|Prg|SAPMHTTP | 0|27.07.2015|12:03:33| 8192|E | | 1|Prg|SAPLHTTP_RUNTIME | 1|01.12.2015|14:34:35| 418816|E | | 2|Prg|CL_HTTP_SERVER================CP | 2|01.12.2015|14:34:35| 262144|E | | 3|Prg|IF_HTTP_SERVER================IP | 2|08.06.2015|15:49:39| 16384|E | | 4|Prg|CL_HTTP_UTILITY===============CP | 4|20.11.2015|10:33:39| 55296|E | | 5|Prg|%_CIHTTP | 1|01.06.2015|12:37:18| 52224|E | | 6|Typ|ICFALIAS | 0|10.10.2014|18:26:50| 18432| | | 7|Typ|ICFHANDLST | 0|10.10.2014|18:26:50| 19456| | | 8|Typ|ICFSERVICE | 0|10.10.2014|18:26:50| 19456| | | 9|Typ|ICF_PATHFIELDS | 0|08.09.2011|14:26:43| 3072| | | 10|Typ|ICFATTRIB | 0|31.05.2013|08:04:21| 6144| | | 11|Typ|ICFLOGIN | 0|10.10.2014|18:26:50| 13312| | | 12|Prg|CL_ICF_RECORDER===============CP | 12|08.09.2011|15:02:52| 11264|E | | 13|Prg|CL_HTTP_SERVER_NET============CP | 13|09.06.2015|11:14:29| 374784|E | | 14|Prg|CL_ABAP_RUNTIME===============CP | 14|01.06.2015|12:30:30| 10240|E | | 15|Prg|CL_HTTP_REQUEST===============CP | 15|31.05.2013|08:37:53| 23552|E | | 16|Prg|CL_HTTP_ENTITY================CP | 16|31.05.2013|08:37:44| 61440|E | | 17|Prg|IF_HTTP_ENTITY================IP | 16|01.06.2015|12:25:45| 14336|E | | 18|Prg|CL_HTTP_RESPONSE==============CP | 18|31.05.2013|08:37:53| 27648|E | | 19|Typ|ICFRECORDER | 0|31.05.2013|08:04:21| 15360| | | 20|Prg|CL_ICF_TREE===================CP | 20|27.07.2015|12:02:42| 609280|E | | 21|Typ|ICFBUFFER | 0|10.10.2014|18:26:50| 22528| | | 22|Prg|CL_ICF_SAML_CONFIG============CP | 22|08.09.2011|15:02:52| 16384|E | | 23|Prg|CL_HTTP_USER_CONTEXT==========CP | 23|08.09.2011|15:02:13| 11264|E | | 24|Prg|IF_HTTP_HEADER_FIELDS=========IP | 13|01.06.2015|12:25:45| 11264|E | | 25|Prg|CL_HTTP_SECURITY_SESSION_ICF==CP | 25|01.06.2015|11:49:51| 59392|E | | 26|Typ|BAPIALIAS | 0|08.09.2011|14:17:18| 2048| | | 27|Typ|IHTTPCKI | 0|08.09.2011|14:21:01| 3072| | | 28|Prg|SSO2GETPARAM | 13|06.11.2003|20:57:30| 20480|E | | 29|Prg|SAPLSSFG | 29|09.06.2015|16:22:04| 163840|E | | 30|Typ|SSFARGS | 0|08.09.2011|14:28:14| 6144| | | 31|Typ|PARMVALUES | 0|03.01.1996|15:26:26| 3072| | | 32|Prg|SAPLSPFC | 32|20.11.2015|10:26:19| 285696|E | | 33|Prg|CL_SPFL_PROFILE_PARAMETER=====CP | 33|20.11.2015|10:30:06| 139264|E | | 34|Prg|CL_ICF_CROSS_TOOLS============CP | 34|01.06.2015|12:05:18| 13312|E | | 35|Prg|CL_EPP_SYSTEM_FACTORY=========CP | 35|08.09.2011|15:18:23| 13312|E | | 36|Prg|IF_EPP_ABAP_TROUBLE_SHOOTING==IP | 34|08.09.2011|15:51:20| 5120|E | | 37|Prg|CL_EPP_SYSTEM=================CP | 37|08.09.2011|15:18:23| 41984|E | | 38|Prg|CL_EPP_CORE===================CP | 38|01.06.2015|12:37:16| 100352|E | | 39|Prg|CL_EPP_REGISTRY===============CP | 39|08.09.2011|15:18:22| 18432|E | | 40|Prg|IF_EPP_SYSTEM_SECTION=========IP | 37|18.06.2009|09:23:41| 10240|E | | 41|Prg|CX_EPP_ERROR==================CP | 41|31.05.2013|12:16:57| 11264|E | | 42|Prg|CX_DYNAMIC_CHECK==============CP | 42|01.06.2015|12:37:16| 9216|E | | 43|Prg|CX_ROOT=======================CP | 43|01.06.2015|12:37:16| 11264|E | | 44|Prg|CX_NO_CHECK===================CP | 44|01.06.2015|12:37:16| 9216|E | | 45|Prg|CL_MESSAGE_HELPER=============CP | 45|01.06.2015|16:04:21| 34816|E | | 46|Typ|SCX_T100KEY | 0|31.05.2013|08:12:18| 3072| | | 47|Prg|IF_T100_MESSAGE===============IP | 45|01.06.2015|12:37:17| 6144|E | | 48|Prg|CX_SY_MOVE_CAST_ERROR=========CP | 48|01.06.2015|12:37:16| 10240|E | | 49|Prg|SAPLSOTR_DB_READ | 49|01.06.2015|16:05:37| 65536|E | | 50|Prg|CL_ABAP_TYPEDESCR=============CP | 50|09.06.2015|11:13:27| 31744|E | | 51|Prg|CL_ABAP_ELEMDESCR=============CP | 51|09.06.2015|11:13:27| 41984|E | | 52|Prg|CL_ABAP_DATADESCR=============CP | 52|01.06.2015|16:04:21| 20480|E | | 53|Prg|CL_ABAP_REFDESCR==============CP | 53|09.06.2015|11:11:54| 32768|E | | 54|Prg|CL_ABAP_STRUCTDESCR===========CP | 54|09.06.2015|11:11:54| 51200|E | | 55|Prg|CL_ABAP_COMPLEXDESCR==========CP | 55|01.06.2015|16:04:21| 18432|E | | 56|Prg|CL_ABAP_TABLEDESCR============CP | 56|09.06.2015|11:11:54| 35840|E | | 57|Prg|CL_ABAP_CLASSDESCR============CP | 57|01.06.2015|16:04:21| 32768|E | | 58|Prg|CL_ABAP_OBJECTDESCR===========CP | 58|01.06.2015|16:04:21| 36864|E | | 59|Prg|CL_ABAP_INTFDESCR=============CP | 59|01.06.2015|16:04:21| 26624|E | | 60|Prg|IF_MESSAGE====================IP | 57|01.06.2015|12:37:17| 5120|E | | 61|Prg|%_CABAP | 57|01.06.2015|12:37:17| 35840|E | | 62|Prg|IF_SERIALIZABLE_OBJECT========IP | 57|01.06.2015|12:30:31| 5120|E | | 63|Prg|CL_ABAP_SOFT_REFERENCE========CP | 63|01.06.2015|12:30:30| 9216|E | | 64|Prg|CL_ABAP_REFERENCE=============CP | 64|01.06.2015|12:30:30| 7168|E | | 65|Prg|CX_SY_DYN_CALL_ILLEGAL_TYPE===CP | 65|01.06.2015|12:37:16| 13312|E | | 66|Prg|CX_SY_DYN_CALL_PARAMETER_ERRORCP | 66|01.06.2015|12:37:16| 11264|E | | 67|Prg|CX_SY_DYN_CALL_ERROR==========CP | 67|01.06.2015|12:37:16| 11264|E | | 68|Typ|SBTFR_PARAM | 0|06.05.2008|14:19:04| 2048| | | 69|Prg|SAPLSOTR_SERVICES | 69|08.06.2015|15:52:04| 21504|E | | 70|Prg|CL_ABAP_SYST==================CP | 70|01.06.2015|12:30:30| 12288|E | | 71|Prg|CL_SYSTEM_WIDE_DEBUGGING======CP | 71|08.09.2011|15:26:33| 9216|E | | 72|Typ|ICFRECSTRU | 0|06.11.2003|20:28:45| 3072| | | 73|Prg|SAPLSAUTHTRACE | 73|10.10.2014|19:05:13| 75776|E | | 74|Prg|IF_HTTP_HEADER_FIELDS_SAP=====IP | 2|01.06.2015|12:25:45| 10240|E | | 75|Prg|SAPLSWLWPURI | 75|20.07.2001|13:43:56| 13312|E | | 76|Prg|ZCL_AGS_SICF==================CP | 76|28.11.2018|07:24:43| 12288|E | | 77|Prg|IF_HTTP_EXTENSION=============IP | 2|08.09.2011|15:52:58| 6144|E | | 78|Typ|IOPROP | 0|08.09.2011|14:26:41| 2048| | | 79|Prg|ZCL_AGS_SERVICE_GIT===========CP | 79|23.01.2019|07:24:05| 40960|E | | 80|Prg|ZCL_AGS_UTIL==================CP | 80|10.01.2019|14:09:01| 15360|E | | 81|Prg|CL_ABAP_CONV_IN_CE============CP | 81|20.11.2015|10:26:41| 23552|E | | 82|Prg|ZCL_AGS_LENGTH================CP | 82|23.05.2018|13:06:08| 9216|E | | 83|Prg|ZCL_AGS_PACK==================CP | 83|23.01.2019|07:24:05| 22528|E | | 84|Prg|ZCL_ABAPGIT_GIT_PACK==========CP | 84|23.01.2019|07:24:04| 48128|E | | 85|Prg|ZCL_ABAPGIT_CONVERT===========CP | 85|23.01.2019|07:24:04| 17408|E | | 86|Prg|ZCL_ABAPGIT_HASH==============CP | 86|23.01.2019|07:24:04| 12288|E | | 87|Prg|SAPLSECH | 87|24.06.2015|11:12:28| 65536|E | | 88|Prg|ZCL_ABAPGIT_PROGRESS==========CP | 88|23.01.2019|07:23:25| 10240|E | | 89|Prg|ZCL_AGS_REPO==================CP | 89|23.01.2019|07:24:05| 23552|E | | 90|Prg|ZCL_AGS_DB====================CP | 90|31.08.2018|09:11:17| 11264|E | | 91|Prg|ZCL_AGS_DB_REPOS==============CP | 91|31.08.2018|09:11:17| 21504|E | | 92|Typ|ZAGS_REPOS | 0|26.02.2018|09:36:30| 3072| | | 93|Prg|ZCL_AGS_OBJ_COMMIT============CP | 93|23.01.2019|07:24:05| 27648|E | | 94|Prg|ZCL_AGS_DB_OBJECTS============CP | 94|19.03.2018|08:02:13| 26624|E | | 95|Typ|ZAGS_OBJECTS | 0|23.01.2018|11:57:13| 3072| | | 96|Typ|IHTTPNVP | 0|08.09.2011|14:20:08| 2048| | | 97|Prg|ZIF_ABAPGIT_DEFINITIONS=======IP | 84|23.01.2019|07:24:05| 61440|E | | 98|Prg|CL_SYSTEM_UUID================CP | 98|01.06.2015|12:37:16| 34816|E | | 99|Prg|ZCL_AGS_DB_BRANCHES===========CP | 99|19.03.2018|08:02:13| 23552|E | | 100|Typ|ZAGS_BRANCHES | 0|26.02.2018|09:36:29| 3072| | | 101|Typ|SYST | 0|10.10.2014|18:27:32| 32768| | | 102|Prg|ZCX_AGS_ERROR=================CP | 102|19.03.2018|08:02:15| 18432|E | | 103|Prg|CX_STATIC_CHECK===============CP | 103|01.06.2015|12:37:16| 9216|E | | 104|Prg|CX_ICF_DO_NOT_CATCH===========CP | 104|08.09.2011|15:40:40| 10240|E | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Directory of Application Tables | ---------------------------------------------------------------------------------------------------- |Name Date Time Lngth | | Val. | ---------------------------------------------------------------------------------------------------- |Program 20190123072608 | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Program SAPMHTTP | ---------------------------------------------------------------------------------------------------- |SYST . . : : 00004612 | | \x0001\0\0\0\x0001\0\x0006\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 | |SY . . : : 00004612 | | \x0001\0\0\0\x0001\0\x0006\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 | ---------------------------------------------------------------------------------------------------- |Program SAPLHTTP_RUNTIME | ---------------------------------------------------------------------------------------------------- |ICFBUFFER . . : : 00005628 | | | |ICFSERVICE . . : : 00004044 | | _LOST NODES 00000000000000000000000009MKY8LL806FJE9LWDU | ---------------------------------------------------------------------------------------------------- |Program SAPLSSFG | ---------------------------------------------------------------------------------------------------- |SSFARGS . . : : 00001734 | | 000SSO2 SAPSECULIBPKCS7 SAPSYS.pse | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |ABAP Control Blocks (CONT) | ---------------------------------------------------------------------------------------------------- |Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code |Line | ---------------------------------------------------------------------------------------------------- | 109|METH|04|0000|0001|0001|0000|0000|0000|0000|ZCL_AGS_DB_BRANCHES===========CM002 | 1| | 113|PAR2|04|0000|C000|0000| | | | |ZCL_AGS_DB_BRANCHES===========CM002 | 1| | 115|comp|00|034B|C002|0013| | | | |ZCL_AGS_DB_BRANCHES===========CM002 | 3| | 117|BRAF|02|0007| | | | | | |ZCL_AGS_DB_BRANCHES===========CM002 | 3| | 118|BREL|80|0000| | | | | | |ZCL_AGS_DB_BRANCHES===========CM002 | 3| | 119|TINS|41|034C|C003|C000|0000|0000|0000|0000|ZCL_AGS_DB_BRANCHES===========CM002 | 4| | 123|BRAX|00|0004| | | | | | |ZCL_AGS_DB_BRANCHES===========CM002 | 5| | 124|BREL|04|0000| | | | | | |ZCL_AGS_DB_BRANCHES===========CM002 | 6| | 125|SQLN|05|0001| | | | | | |ZCL_AGS_DB_BRANCHES===========CM002 | 6| | 126|SQLN|09|0000| | | | | | |ZCL_AGS_DB_BRANCHES===========CM002 | 6| | 127|cmpr|04|00F2|0016|0000| | | | |ZCL_AGS_DB_BRANCHES===========CM002 | 8| | 129|BRAF|05|0003| | | | | | |ZCL_AGS_DB_BRANCHES===========CM002 | 8| |>>>>>|BREA|05|0000| | | | | | |ZCL_AGS_DB_BRANCHES===========CM002 | 8| | 131|BREA|FF|0000| | | | | | |ZCL_AGS_DB_BRANCHES===========CM002 | 8| | 132|METH|01|0000|0000|0000|0000|0000|0000|0000|ZCL_AGS_DB_BRANCHES===========CM002 | 10| | 136|----|00|0000| | | | | | |ZCL_AGS_DB_BRANCHES===========CM002 | 10| | 137|METH|14|0000|0002|0001|0000|0000|0000|0000|ZCL_AGS_DB_BRANCHES===========CM003 | 1| | 141|PAR2|04|0000|C000|0000| | | | |ZCL_AGS_DB_BRANCHES===========CM003 | 1| | 143|PAR2|1D|0000|C001|0000| | | | |ZCL_AGS_DB_BRANCHES===========CM003 | 1| | 145|comp|00|034B|C003|0013| | | | |ZCL_AGS_DB_BRANCHES===========CM003 | 3| ----------------------------------------------------------------------------------------------------