cancel
Showing results for 
Search instead for 
Did you mean: 

Purchasing Requisition - CEBAN - Create Characteristic - NUMBER_RANGE Exception

ladinca
Participant
0 Kudos

Dear Experts,

I would like to create a new characteristic for Purchase Requisition Release Strategy determination.

I'm using T-Code CT06.

I insert the characteristic's name and click on "Create" then I get a runtime error "NUMBER_RANGE" exception.

What do I have to do?

Thank you for your help in advance.

Laura

Accepted Solutions (1)

Accepted Solutions (1)

BijayKumarBarik
Active Contributor
0 Kudos

Hi,

You are creating Characteristic with CEBAN but with which Field Name?

Share the screen segment details for Characteristic creation with CEBAN

Regards,

Biju K

ladinca
Participant
0 Kudos

Hi,

I am in CT04 and insert the characteristic's name, then press "Create":

and I get the dump:

In the text of the runtime error they suggest to find a SAP Note, but I could not find anything by searching with the suggested keywords:

ladinca
Participant
0 Kudos

In the text of the runtime error they suggest to find a SAP Note, but I could not find anything by searching with the suggested keywords: "RAISE_EXCEPTION" " " "SAPLCTMV" or "LCTMVF34" "GET_NEW_ATINN" or "SAPLCTMV" "NUMBER_RANGE" or "SAPLCTMV " "NUMBER_RANGE"

JL23
Active Contributor
0 Kudos

Even a characteristic has a number like a material, you just dont' see it in foreground.

I guess your range is exhausted.

The call is like this:

CALL FUNCTION 'NUMBER_GET_NEXT'

     EXPORTING

       NR_RANGE_NR                   = nr_kreis

       OBJECT                        = 'MERKMAL'

*     QUANTITY                      = '1'

*     SUBOBJECT                     = ' '

*     TOYEAR                        = '0000'

*     IGNORE_BUFFER                 = ' '

     IMPORTING

       NUMBER                        = e_charact_id

*     QUANTITY                      =

*     RETURNCODE                    =

     EXCEPTIONS

       INTERVAL_NOT_FOUND            = 1

       NUMBER_RANGE_NOT_INTERN       = 2

       OBJECT_NOT_FOUND              = 3

       QUANTITY_IS_0                 = 4

       QUANTITY_IS_NOT_1             = 5

       INTERVAL_OVERFLOW             = 6

       BUFFER_OVERFLOW               = 7

       OTHERS                        = 8.

   if not sy-subrc is initial.

     raise number_range.

   endif.


You have to find out which of the exceptions you actually hit. Probably the value can be seen in the dump too, somewhere further down.


The number range is called MERKMAL and you can find it in transaction SNUM

Here you can see what interval you have and what your current number is.

ladinca
Participant
0 Kudos

Hi, yes, I've already checked it before, but I don't know what to do.

Laura

JL23
Active Contributor
0 Kudos

Had you changed anything on that number range?

Like it is now there should not be any issue.

Please attach the entire dump

ladinca
Participant
0 Kudos

Hi Jurgen, I did not change number range. Please find LONG DUMP here following. Thank you. Laura Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Short text                                                                                        | |    Exception condition "NUMBER_RANGE" raised.                                                    | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |What happened?                                                                                    | |    The current ABAP/4 program encountered an unexpected                                          | |    situation.                                                                                    | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |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                                                                                    | |    A RAISE statement in the program "SAPLCTMV" raised the exception                              | |    condition "NUMBER_RANGE".                                                                    | |    Since the exception was not intercepted by a superior                                        | |    program, processing was terminated.                                                          | |                                                                                                  | |    Short description of exception condition:                                                    | |                                                                                                  | |                                                                                                  | |    For detailed documentation of the exception condition, use                                    | |    Transaction SE37 (Function Library). You can take the called                                  | |    function module from the display of active calls.                                            | |    -                                                                                            | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |How to correct the error                                                                          | |                                                                                                  | |    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:                                                                                    | |                                                                                                  | |    "RAISE_EXCEPTION" " "                                                                        | |    "SAPLCTMV" or "LCTMVF34"                                                                      | |    "GET_NEW_ATINN"                                                                              | |                                                                                                  | |    or                                                                                            | |                                                                                                  | |    "SAPLCTMV" "NUMBER_RANGE"                                                                    | |                                                                                                  | |    or                                                                                            | |                                                                                                  | |    "SAPLCTMV " "NUMBER_RANGE"                                                                    | |    If you cannot solve the problem yourself and want to send an error                            | |    notification to SAP, include the following information:                                      | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |                                                                                                  | |    1. The description of the current problem (short dump)                                        | |                                                                                                  | |      To save the description, choose "System->List->Save->Local File                            | |    (Unconverted)".                                                                              | |                                                                                                  | |    2. Corresponding system log                                                                  | |                                                                                                  | |      Display the system log by calling transaction SM21.                                        | |      Restrict the time interval to 10 minutes before and five minutes                          | |    after the short dump. Then choose "System->List->Save->Local File                            | |    (Unconverted)".                                                                              | |                                                                                                  | |    3. If the problem occurs in a problem of your own or a modified SAP                          | |    program: The source code of the program                                                      | |      In the editor, choose "Utilities->More                                                    | |    Utilities->Upload/Download->Download".                                                        | |                                                                                                  | |    4. Details about the conditions under which the error occurred or which                      | |    actions and input led to the error.                                                          | |                                                                                                  | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |System environment                                                                                | |    SAP-Release 700                                                                              | |                                                                                                  | |    Application server... "SAPLNXTMP"                                                            | |    Network address...... "161.27.205.76"                                                        | |    Operating system..... "Linux"                                                                | |    Release.............. "2.6.18-92.el5"                                                        | |    Hardware type........ "x86_64"                                                                | |    Character length.... 16 Bits                                                                  | |    Pointer length....... 64 Bits                                                                | |    Work process number.. 3                                                                      | |    Shortdump setting.... "full"                                                                  | |                                                                                                  | |    Database server... "SAPLNXTMP"                                                                | |    Database type..... "ORACLE"                                                                  | |    Database name..... "GEA"                                                                      | |    Database user ID.. "SAPSR3"                                                                  | |                                                                                                  | |    Char.set.... "C"                                                                              | |                                                                                                  | |    SAP kernel....... 700                                                                        | |    created (date)... "Jan 23 2008 17:33:37"                                                      | |    create on........ "Linux GNU SLES-9 x86_64 cc3.3.3"                                          | |    Database version. "OCI_102 (10.2.0.2.0) "                                                    | |                                                                                                  | |    Patch level. 144                                                                              | |    Patch text.. " "                                                                              | |                                                                                                  | |    Database............. "ORACLE 9.2.0.*.*, ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*"                | |    SAP database version. 700                                                                    | |    Operating system..... "Linux 2.6"                                                            | |                                                                                                  | |    Memory consumption                                                                            | |    Roll.... 16192                                                                                | |    EM...... 8379696                                                                              | |    Heap.... 0                                                                                    | |    Page.... 57344                                                                                | |    MM Used. 2444600                                                                              | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |    MM Free. 1742648                                                                              | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |User and Transaction                                                                              | |                                                                                                  | |    Client.............. 800                                                                      | |    User................ "SAPLAB"                                                                | |    Language key........ "E"                                                                      | |    Transaction......... "CT04 "                                                                  | |    Transactions ID..... "54F711A60FB91AADE1000000A11BCD4C"                                      | |                                                                                                  | |    Program............. "SAPLCTMV"                                                              | |    Screen.............. "SAPLCTMV 2100"                                                          | |    Screen line......... 29                                                                      | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Information on where terminated                                                                  | |    Termination occurred in the ABAP program "SAPLCTMV" - in "GET_NEW_ATINN".                    | |    The main program was "SAPLCTMV ".                                                            | |                                                                                                  | |    In the source code you have the termination point in line 131                                | |    of the (Include) program "LCTMVF34".                                                          | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Source Code Extract                                                                              | |--------------------------------------------------------------------------------------------------| |Line |SourceCde                                                                                  | |--------------------------------------------------------------------------------------------------| |  101|*    RETURNCODE                    =                                                      | |  102|    EXCEPTIONS                                                                              | |  103|      INTERVAL_NOT_FOUND            = 1                                                    | |  104|      NUMBER_RANGE_NOT_INTERN      = 2                                                    | |  105|      OBJECT_NOT_FOUND              = 3                                                    | |  106|      QUANTITY_IS_0                = 4                                                    | |  107|      QUANTITY_IS_NOT_1            = 5                                                    | |  108|      INTERVAL_OVERFLOW            = 6                                                    | |  109|      BUFFER_OVERFLOW              = 7                                                    | |  110|      OTHERS                        = 8.                                                    | |  111|  if not sy-subrc is initial.                                                              | |  112|    raise number_range.                                                                    | |  113|  endif.                                                                                    | |  114|                                                                                            | |  115|**....Check number range overflow.......................................                    | |  116|if      e_charact_id is initial                                                            | |  117|    or ( e_charact_id ge 9999940000                                                        | |  118|    and  e_charact_id le max_atinn  ) .                                                    | |  119|  raise number_range.                                                                      | |  120|  endif.                                                                                    | |  121|                                                                                            | |  122|endif.                                                                                      | |  123|                                                                                            | |  124|                                                                                            | |  125|*....Check number is free...............................................                    | |  126|select single atnam                                        "#EC *                          | |  127|    into l_atnam                                                                            | |  128|    from cabn                                                                              | |  129|    where atinn eq e_charact_id.                                                            | |  130|if sy-subrc is initial.                                                                    | |>>>>>|  raise number_range.                                                                      | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |  132|endif.                                                                                      | |  133|                                                                                            | |  134|                                                                                            | |  135|ENDFORM.                              " GET_NEW_ATINN                                      | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Contents of system fields                                                                        | |--------------------------------------------------------------------------------------------------| |Name    |Val.                                                                                    | |--------------------------------------------------------------------------------------------------| |SY-SUBRC|0                                                                                        | |SY-INDEX|1                                                                                        | |SY-TABIX|1                                                                                        | |SY-DBCNT|1                                                                                        | |SY-FDPOS|30                                                                                      | |SY-LSIND|0                                                                                        | |SY-PAGNO|0                                                                                        | |SY-LINNO|1                                                                                        | |SY-COLNO|1                                                                                        | |SY-PFKEY|BASISLEER                                                                                | |SY-UCOMM|ANLE                                                                                    | |SY-TITLE|Characteristics                                                                          | |SY-MSGTY|S                                                                                        | |SY-MSGID|B!                                                                                      | |SY-MSGNO|015                                                                                      | |SY-MSGV1|00004009                                                                                | |SY-MSGV2|                                                                                        | |SY-MSGV3|                                                                                        | |SY-MSGV4|                                                                                        | |SY-MODNO|0                                                                                        | |SY-DATUM|20150304                                                                                | |SY-UZEIT|161133                                                                                  | |SY-XPROG|SAPCNVE                                                                                  | |SY-XFORM|CONVERSION_EXIT                                                                          | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Active Calls/Events                                                                              | |--------------------------------------------------------------------------------------------------| |No.  Ty.          Program                            Include                            Line  | |      Name                                                                                        | |--------------------------------------------------------------------------------------------------| |    9 FORM        SAPLCTMV                            LCTMVF34                              131  | |      GET_NEW_ATINN                                                                              | |    8 FORM        SAPLCTMV                            LCTMVFA1                              189  | |      FEATURE_NEUTRAL                                                                            | |    7 FORM        SAPLCTMV                            LCTMVF8Z                              62  | |      OK-CODE_ANLE                                                                                | |    6 FORM        SAPLV00F                            LV00FF0F                              205  | |      FCODE_BEARBEITEN                                                                            | |    5 FUNCTION    SAPLV00F                            LV00FU02                              44  | |      SCREEN_SEQUENCE_CONTROL                                                                    | |    4 FORM        SAPLCTMV                            LCTMVF99                              180  | |      OK_CODE                                                                                    | |    3 MODULE (PAI) SAPLCTMV                            LCTMVI3C                              16  | |      OK_CODE                                                                                    | |    2 FUNCTION    SAPLCTMV                            LCTMVU36                              227  | |      BUS1088_START_TRANSACTION                                                                  | |    1 MODULE (PBO) SAPLCTMV                            LCTMVO91                              100  | |      D0102_PBO                                                                                  | ---------------------------------------------------------------------------------------------------- Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Chosen variables                                                                                  | |--------------------------------------------------------------------------------------------------| |Name                                                                                              | |    Val.                                                                                          | |--------------------------------------------------------------------------------------------------| |No.      9 Ty.          FORM                                                                    | |Name  GET_NEW_ATINN                                                                              | |--------------------------------------------------------------------------------------------------| |%_FL1*TC_REFRE                                                                                    | |                                                                                        | |                                                                                        | |                                                                                        | |                                                                                    | |    ???                                                                                          | |    ??????                                                                                        | |    ??????                                                                                        | |%_DUMMY$$                                                                                        | |                                                                                                  | |    2222                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |SYST-REPID                                                                                        | |    SAPLCTMV                                                                                      | |    5454454522222222222222222222222222222222                                                      | |    310C34D600000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |TC_REFRE-*CX*                                                                                    | |                                                                                        | |                                                                                        | |                                                                                        | |*CABNT                                                                                            | |      0000000000 0000                                                                            | |    2223333333333233332222222222222222222222222222222222222222222222222222222222222222222222222222| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |SY-REPID                                                                                          | |    SAPLCTMV                                                                                      | |    5454454522222222222222222222222222222222                                                      | |    310C34D600000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |TC_REFRE                                                                                          | |                                                                                        | |                                                                                        | |                                                                                        | |%_FL2*TC_REFRE                                                                                    | |                                                                                        | |                                                                                        | |                                                                                        | |E_CHARACT_ID                                                                                      | |    0000000077                                                                                    | |    3333333333                                                                                    | |    0000000077                                                                                    | |    0000000000                                                                                    | |    0000000000                                                                                    | |F_EMPTY                                                                                          | |                                                                                                  | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |L_ATNAM                                                                                          | |    SAP_KKR_PRERNAM                                                                              | |    545544555545444222222222222222                                                                | |    310FBB2F0252E1D000000000000000                                                                | |    000000000000000000000000000000                                                                | |    000000000000000000000000000000                                                                | |RANGE_SIGN                                                                                        | |    I                                                                                            | |    4                                                                                            | |    9                                                                                            | |    0                                                                                            | |    0                                                                                            | |SY-SUBRC                                                                                          | |    0                                                                                            | |    0000                                                                                          | |    0000                                                                                          | |--------------------------------------------------------------------------------------------------| |No.      8 Ty.          FORM                                                                    | |Name  FEATURE_NEUTRAL                                                                            | |--------------------------------------------------------------------------------------------------| |F_DISPLAY_ONLY                                                                                    | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |GF_KLART_CHANGES                                                                                  | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |-ATFEL                                                                                    | |    ???                                                                                          | |    ??????                                                                                        | |    ??????                                                                                        | |BILDFOLGE[]                                                                                      | |    Table IT_328[1x40]                                                                            | |    \FUNCTION-POOL=CTMV\DATA=BILDFOLGE[]                                                          | |    Table reference: 73                                                                          | |    TABH+  0(20) = 989E9CF1362B0000000000000000000000000000                                      | |    TABH+ 20(20) = 49000000480100000100000028000000FFFFFFFF                                      | |    TABH+ 40(16) = 04000000601A00000500C10480010000                                              | |    store        = 0x989E9CF1362B0000                                                            | |    ext1        = 0x0000000000000000                                                            | |    shmId        = 0    (0x00000000)                                                            | |    id          = 73    (0x49000000)                                                            | |    label        = 328  (0x48010000)                                                            | |    fill        = 1    (0x01000000)                                                            | |    leng        = 40    (0x28000000)                                                            | |    loop        = -1    (0xFFFFFFFF)                                                            | |    xtyp        = TYPE#000126                                                                    | |    occu        = 5    (0x05000000)                                                            | |    access      = 1    (ItAccessStandard)                                                      | |    idxKind      = 0    (ItIndexNone)                                                            | |    uniKind      = 2    (ItUniqueNon)                                                            | |    keyKind      = 1    (default)                                                                | |    cmpMode      = 2    (cmpSingleMcmpR)                                                        | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |    occu0        = 0                                                                              | |    groupCntl    = 0                                                                              | |    rfc          = 0                                                                              | |    unShareable  = 0                                                                              | |    mightBeShared = 0                                                                            | |    sharedWithShmTab = 0                                                                          | |    isShmLockId  = 0                                                                              | |    gcKind      = 0                                                                              | |    isUsed      = 1                                                                              | |    isCtfyAble  = 1                                                                              | |    >>>>> Shareable Table Header Data <<<<>>>> 1st level extension part <<<<>>>> 2nd level extension part <<<<>>>> Shareable Table Header Data <<<<>>>> 1st level extension part <<<<>>>> 2nd level extension part <<<<                                                                                  | |    ???                                                                                          | |    ??????                                                                                        | |    ??????                                                                                        | |T185E-AGIDV                                                                                      | |                                                                                                  | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |    2222222222222222222222222222222222222222                                                      | |    0000000000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |SY-DYNNR                                                                                          | |    2100                                                                                          | |    3333                                                                                          | |    2100                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |SY-MSGV4                                                                                          | |                                                                                                  | |    22222222222222222222222222222222222222222222222222                                            | |    00000000000000000000000000000000000000000000000000                                            | |    00000000000000000000000000000000000000000000000000                                            | |    00000000000000000000000000000000000000000000000000                                            | |T185V-CPROG                                                                                      | |    SAPLCTMV                                                                                      | |    5454454522222222222222222222222222222222                                                      | |    310C34D600000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |SPACE                                                                                            | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |T185V-CMODUL                                                                                      | |    OK-CODE_ANLE                                                                                  | |    442444454444222222222222222222                                                                | |    FBD3F45F1EC5000000000000000000                                                                | |    000000000000000000000000000000                                                                | |    000000000000000000000000000000                                                                | |SYST-REPID                                                                                        | |    SAPLV00F                                                                                      | |    5454533422222222222222222222222222222222                                                      | |    310C600600000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |T185F                                                                                            | |    SAPLCTMV                                *BASI                A  X0B                          | |    545445452222222222222222222222222222222224454222222222222222242225342                        | |    310C34D600000000000000000000000000000000A2139000000000000000010008020                        | |    000000000000000000000000000000000000000000000000000000000000000000000                        | |    000000000000000000000000000000000000000000000000000000000000000000000                        | |T185                                                                                              | |    SAPLCTMV                                ANLE                TA*  CHAR*  TA*  BASI          | |    5454454522222222222222222222222222222222444422222222222222225422224445222254222244542222222222| |    310C34D6000000000000000000000000000000001EC5000000000000000041A0003812A00041A00021390000000000| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |T185V                                                                                            | |    SAPLCTMV                                TA*  0000#### 0000####0000####                      | |    5454454522222222222222222222222222222222542222333300002333300003333000022222222222222222222222| |    310C34D60000000000000000000000000000000041A000000000000000000000000000000000000000000000000000| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    00000000000000000000000000000000000000000000000000CCCC00000CCCC0000CCCC00000000000000000000000| |MODUL-POOL                                                                                        | |    SAPLCTMV                                                                                      | |    5454454522222222222222222222222222222222                                                      | |    310C34D600000000000000000000000000000000                                                      | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |    0000000000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |OK-CODE                                                                                          | |                                                                                                  | |    2222                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |DA_N-STACK                                                                                        | |    ##                                                                                            | |    01                                                                                            | |    0C                                                                                            | |OLD                                                                                              | |    ENT2                BN*  A                                                                  | |    445322222222222222224422224                                                                  | |    5E4200000000000000002EA0001                                                                  | |    000000000000000000000000000                                                                  | |    000000000000000000000000000                                                                  | |--------------------------------------------------------------------------------------------------| |No.      5 Ty.          FUNCTION                                                                | |Name  SCREEN_SEQUENCE_CONTROL                                                                    | |--------------------------------------------------------------------------------------------------| |FUNKTION                                                                                          | |    ANLE                                                                                          | |    44442222222222222222                                                                          | |    1EC50000000000000000                                                                          | |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |KOPFGRUPPE                                                                                        | |    CHAR                                                                                          | |    4445                                                                                          | |    3812                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |POSITIONSGRUPPE                                                                                  | |    *                                                                                            | |    2222                                                                                          | |    A000                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |PROGRAMM                                                                                          | |    SAPLCTMV                                                                                      | |    5454454522222222222222222222222222222222                                                      | |    310C34D600000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |TYP                                                                                              | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |AKTYP                                                                                            | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |CUA_PARA1                                                                                        | |                                                                                                  | |    2222222222222222                                                                              | |    0000000000000000                                                                              | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |    0000000000000000                                                                              | |    0000000000000000                                                                              | |CUA_PARA2                                                                                        | |                                                                                                  | |    2222222222222222                                                                              | |    0000000000000000                                                                              | |    0000000000000000                                                                              | |    0000000000000000                                                                              | |CUA_PARA3                                                                                        | |                                                                                                  | |    2222222222222222                                                                              | |    0000000000000000                                                                              | |    0000000000000000                                                                              | |    0000000000000000                                                                              | |CUA_PARA4                                                                                        | |                                                                                                  | |    2222222222222222                                                                              | |    0000000000000000                                                                              | |    0000000000000000                                                                              | |    0000000000000000                                                                              | |CUA_STATUS                                                                                        | |                                                                                                  | |    22222222222222222222                                                                          | |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |CUA_TITEL                                                                                        | |                                                                                                  | |    22222222222222222222                                                                          | |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |DUNKEL                                                                                            | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |DYNPROBAUSTEIN1                                                                                  | |    0000                                                                                          | |    3333                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |DYNPROBAUSTEIN2                                                                                  | |    0000                                                                                          | |    3333                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |FOLGEFUNKTION                                                                                    | |                                                                                                  | |    22222222222222222222                                                                          | |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |LEAVE                                                                                            | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |PANEL                                                                                            | |                                                                                                  | |    2222                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |STACKZ[]                                                                                          | |    Table[initial]                                                                                | |AGIDV                                                                                            | |                                                                                                  | |    2222222222222222222222222222222222222222                                                      | |    0000000000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |FLAG-ENDE                                                                                        | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |FC_TYP                                                                                            | |    0                                                                                            | |    3                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |FLAG-REKURSIV                                                                                    | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |T185E-UNAME                                                                                      | |    SAPLAB                                                                                        | |    545444222222                                                                                  | |    310C12000000                                                                                  | |    000000000000                                                                                  | |    000000000000                                                                                  | |T185F-AGIDV                                                                                      | |    SAPLCTMV                                                                                      | |    5454454522222222222222222222222222222222                                                      | |    310C34D600000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |CATTAKTIV                                                                                        | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |TADIR                                                                                            | |                                                                                                  | |    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |FLAG-LEAVE_RES                                                                                    | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |FLAG-LEAVE                                                                                        | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |FLAG-MESSAGE                                                                                      | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |SY-XPROG                                                                                          | |    SAPCNVE                                                                                      | |    5454454222222222222222222222222222222222                                                      | |    3103E65000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |SY-MSGID                                                                                          | |    B!                                                                                            | |    42222222222222222222                                                                          | |    21000000000000000000                                                                          | |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |--------------------------------------------------------------------------------------------------| |No.      4 Ty.          FORM                                                                    | |Name  OK_CODE                                                                                    | |--------------------------------------------------------------------------------------------------| |SY                                                                                                | |    ######################################L#########x#############################½###x##### u####| |    000000000000000000000010000000000000004000000000700000000000000000000000000010B000700010270000| |    1000100000000000000010E010001000000000C0000000008000000000000000000000000000A0D000800000050300| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C| |CABN-ATFOR                                                                                        | |                                                                                                  | |    2222                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |FORMAT_CURR                                                                                      | |    CURR                                                                                          | |    4555                                                                                          | |    3522                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |LWA_FORMAT                                                                                        | |                                                                    ##                            | |    2222222222222222222222222222222222222222222222222222222222222222002222222222222222222222222222| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |CX_FALSE                                                                                          | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |FBS-FUNKTION                                                                                      | |    ANLE                                                                                          | |    44442222222222222222                                                                          | |    1EC50000000000000000                                                                          | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |CABNT                                                                                            | |      0000000000 0000                                                                            | |    2223333333333233332222222222222222222222222222222222222222222222222222222222222222222222222222| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |-ATWRT                                                                                    | |    ???                                                                                          | |    ??????                                                                                        | |    ??????                                                                                        | |-ATZHH                                                                                    | |    ???                                                                                          | |    ??????                                                                                        | |    ??????                                                                                        | |FBS-KOPFGRUPPE                                                                                    | |    CHAR                                                                                          | |    4445                                                                                          | |    3812                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |CAWN-ATZHL                                                                                        | |    0000                                                                                          | |    3333                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |FBS-POSITIONSG                                                                                    | |    *                                                                                            | |    2222                                                                                          | |    A000                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |                                                                                          | |    ???                                                                                          | |    ??????                                                                                        | |    ??????                                                                                        | |FBS-PROGRAM                                                                                      | |    SAPLCTMV                                                                                      | |    5454454522222222222222222222222222222222                                                      | |    310C34D600000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |WERTEBEREICH-DOKVR                                                                                | |                                                                                                  | |    22                                                                                            | |    00                                                                                            | |    00                                                                                            | |    00                                                                                            | |FBS-AKTYP                                                                                        | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |WERTEBEREICH-ATWTB                                                                                | |                                                                                                  | |    222222222222222222222222222222                                                                | |    000000000000000000000000000000                                                                | |    000000000000000000000000000000                                                                | |    000000000000000000000000000000                                                                | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |FBS-CUA_PARA1                                                                                    | |                                                                                                  | |    2222222222222222                                                                              | |    0000000000000000                                                                              | |    0000000000000000                                                                              | |    0000000000000000                                                                              | |WERTEBEREICH-DOKNR                                                                                | |                                                                                                  | |    2222222222222222222222222                                                                    | |    0000000000000000000000000                                                                    | |    0000000000000000000000000                                                                    | |    0000000000000000000000000                                                                    | |FBS-CUA_PARA2                                                                                    | |                                                                                                  | |    2222222222222222                                                                              | |    0000000000000000                                                                              | |    0000000000000000                                                                              | |    0000000000000000                                                                              | |WERTEBEREICH-DOKAR                                                                                | |                                                                                                  | |    222                                                                                          | |    000                                                                                          | |    000                                                                                          | |    000                                                                                          | |FBS-CUA_PARA3                                                                                    | |                                                                                                  | |    2222222222222222                                                                              | |    0000000000000000                                                                              | |    0000000000000000                                                                              | |    0000000000000000                                                                              | |WERTEBEREICH-DOKTL                                                                                | |                                                                                                  | |    222                                                                                          | |    000                                                                                          | |    000                                                                                          | |    000                                                                                          | |FBS-CUA_PARA4                                                                                    | |                                                                                                  | |    2222222222222222                                                                              | |    0000000000000000                                                                              | |    0000000000000000                                                                              | |    0000000000000000                                                                              | |-MARK                                                                                    | |    ???                                                                                          | |    ??????                                                                                        | |    ??????                                                                                        | |FBS-CUA_TITEL                                                                                    | |                                                                                                  | |    22222222222222222222                                                                          | |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |                                                                                          | |    ???                                                                                          | |    ??????                                                                                        | |    ??????                                                                                        | |FBS-DUNKEL                                                                                        | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |-MARK                                                                                    | |    ???                                                                                          | |    ??????                                                                                        | |    ??????                                                                                        | |FBS-FOLGEFUNKT                                                                                    | |                                                                                                  | |    22222222222222222222                                                                          | |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |L_AUSWAHLMGE                                                                                      | |                                                                                                  | |    22222222                                                                                      | |    00000000                                                                                      | |    00000000                                                                                      | |    00000000                                                                                      | |FBS-LEAVE                                                                                        | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |--------------------------------------------------------------------------------------------------| |No.      3 Ty.          MODULE (PAI)                                                            | |Name  OK_CODE                                                                                    | |--------------------------------------------------------------------------------------------------| |DYNPRO_LINE                                                                                      | |    0000                                                                                          | |    3333                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |FELDNAME                                                                                          | |                                                                                                  | |    22222222222222222222                                                                          | |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |AEND_NEUTRAL                                                                                      | |    X                                                                                            | |    5                                                                                            | |    8                                                                                            | |    0                                                                                            | |    0                                                                                            | |OK_CODE2                                                                                          | |    ANLE                                                                                          | |    4444222222222222222222222222222222222222222222222222222222222222222222                        | |    1EC5000000000000000000000000000000000000000000000000000000000000000000                        | |    0000000000000000000000000000000000000000000000000000000000000000000000                        | |    0000000000000000000000000000000000000000000000000000000000000000000000                        | |SYST                                                                                              | |    ######################################L#########x#############################½###x##### u####| |    000000000000000000000010000000000000004000000000700000000000000000000000000010B000700010270000| |    1000100000000000000010E010001000000000C0000000008000000000000000000000000000A0D000800000050300| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C| |G_ENJOY                                                                                          | |    X                                                                                            | |    5                                                                                            | |    8                                                                                            | |    0                                                                                            | |    0                                                                                            | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |No.      2 Ty.          FUNCTION                                                                | |Name  BUS1088_START_TRANSACTION                                                                  | |--------------------------------------------------------------------------------------------------| |ACTION                                                                                            | |                                                                                                  | |    2222222222222222222222222222222222222222222222222222222222222222222222                        | |    0000000000000000000000000000000000000000000000000000000000000000000000                        | |    0000000000000000000000000000000000000000000000000000000000000000000000                        | |    0000000000000000000000000000000000000000000000000000000000000000000000                        | |CHANGE_NUMBER                                                                                    | |                                                                                                  | |    222222222222                                                                                  | |    000000000000                                                                                  | |    000000000000                                                                                  | |    000000000000                                                                                  | |CHARACTERISTIC                                                                                    | |                                                                                                  | |    222222222222222222222222222222                                                                | |    000000000000000000000000000000                                                                | |    000000000000000000000000000000                                                                | |    000000000000000000000000000000                                                                | |FREE_MODE                                                                                        | |    X                                                                                            | |    5                                                                                            | |    8                                                                                            | |    0                                                                                            | |    0                                                                                            | |KEY_DATE                                                                                          | |    00000000                                                                                      | |    33333333                                                                                      | |    00000000                                                                                      | |    00000000                                                                                      | |    00000000                                                                                      | |EXIT_MODE                                                                                        | |                                                                                                  | |    2222222222222222222222222222222222222222222222222222222222222222222222                        | |    0000000000000000000000000000000000000000000000000000000000000000000000                        | |    0000000000000000000000000000000000000000000000000000000000000000000000                        | |    0000000000000000000000000000000000000000000000000000000000000000000000                        | |RCTMV-FORMAT                                                                                      | |                                                                                                  | |    222222222222222222                                                                            | |    000000000000000000                                                                            | |    000000000000000000                                                                            | |    000000000000000000                                                                            | |S_REFERENCE_ECN                                                                                  | |                                                                                                  | |    222222222222                                                                                  | |    000000000000                                                                                  | |    000000000000                                                                                  | |    000000000000                                                                                  | |USAGE_FORCE                                                                                      | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | |    0                                                                                            | |    0                                                                                            | |USAGE                                                                                            | |                                                                                                  | |    2                                                                                            | |    0                                                                                            | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |    0                                                                                            | |    0                                                                                            | |CABN_I                                                                                            | |      00000000000000                                    ##                                      | |    2223333333333333322222222222222222222222222222222222200222222222222222222222222222222222222222| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |GS_BORIDENT                                                                                      | |    PLANT                                                                BUS1088                | |    544452222222222222222222222222222222222222222222222222222222222222222245533332222222222222    | |    0C1E40000000000000000000000000000000000000000000000000000000000000000025310880000000000000    | |    000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000    | |    000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000    | |G_FM_EXIT                                                                                        | |                                                                                                  | |    2222222222222222222222222222222222222222222222222222222222222222222222                        | |    0000000000000000000000000000000000000000000000000000000000000000000000                        | |    0000000000000000000000000000000000000000000000000000000000000000000000                        | |    0000000000000000000000000000000000000000000000000000000000000000000000                        | |COPY                                                                                              | |    C                                                                                            | |    4                                                                                            | |    3                                                                                            | |    0                                                                                            | |    0                                                                                            | |CAWN_I-TECHV                                                                                      | |                                                                                                  | |    222222222222                                                                                  | |    000000000000                                                                                  | |    000000000000                                                                                  | |    000000000000                                                                                  | |SY-TCODE                                                                                          | |    CT04                                                                                          | |    45332222222222222222                                                                          | |    34040000000000000000                                                                          | |    00000000000000000000                                                                          | |    00000000000000000000                                                                          | |F_SAP_SYSTEM                                                                                      | |    A                                                                                            | |    4                                                                                            | |    1                                                                                            | |    0                                                                                            | |    0                                                                                            | |TEXT_ID_VALUE                                                                                    | |    VALU                                                                                          | |    5445                                                                                          | |    61C5                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |--------------------------------------------------------------------------------------------------| |No.      1 Ty.          MODULE (PBO)                                                            | |Name  D0102_PBO                                                                                  | |--------------------------------------------------------------------------------------------------| |SY-XPROG                                                                                          | |    SAPCNVE                                                                                      | |    5454454222222222222222222222222222222222                                                      | |    3103E65000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |    0000000000000000000000000000000000000000                                                      | |SCREEN                                                                                            | |    OK_CODE                                                                                      | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |    4454444222222222222222222222222222222222222222222222222222222222222222222222222222222222222222| |    FBF3F45000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |L_ACTION                                                                                          | |                                                                                                  | |    2222222222222222222222222222222222222222222222222222222222222222222222                        | |    0000000000000000000000000000000000000000000000000000000000000000000000                        | |    0000000000000000000000000000000000000000000000000000000000000000000000                        | |    0000000000000000000000000000000000000000000000000000000000000000000000                        | |CLASSES                                                                                          | |    0000000000                                                            0000000                | |    3333333333222222222222222222222222222222222222222222222222222222222222233333332222222222222  | |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000  | |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000  | |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000  | |L_ATNAM                                                                                          | |                                                                                                  | |    222222222222222222222222222222                                                                | |    000000000000000000000000000000                                                                | |    000000000000000000000000000000                                                                | |    000000000000000000000000000000                                                                | |L_DATUV                                                                                          | |    00000000                                                                                      | |    33333333                                                                                      | |    00000000                                                                                      | |    00000000                                                                                      | |    00000000                                                                                      | |RCTAV-REF_ATNAM                                                                                  | |                                                                                                  | |    222222222222222222222222222222                                                                | |    000000000000000000000000000000                                                                | |    000000000000000000000000000000                                                                | |    000000000000000000000000000000                                                                | |-ATTAB                                                                                    | |    ???                                                                                          | |    ??????                                                                                        | |    ??????                                                                                        | |CH_FLAGS_OBJECT                                                                                  | |                                                                                                  | |    2222                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |    0000                                                                                          | |TC_CABNZ                                                                                          | |                                                                                        | |                                                                                        | |                                                                                        | |CH_FLAGS_CVERS[]                                                                                  | |    Table IT_10[46x102]                                                                          | |    \FUNCTION-POOL=CTMV\DATA=CH_FLAGS_CVERS[]                                                    | |    Table reference: 10                                                                          | |    TABH+  0(20) = 002F86F1362B0000F0A37CF1362B000000000000                                      | |    TABH+ 20(20) = 0A0000000A0000002E00000066000000FFFFFFFF                                      | |    TABH+ 40(16) = 04000000101F00000A00C10480010000                                              | |    store        = 0x002F86F1362B0000                                                            | |    ext1        = 0xF0A37CF1362B0000                                                            | |    shmId        = 0    (0x00000000)                                                            | |    id          = 10    (0x0A000000)                                                            | |    label        = 10    (0x0A000000)                                                            | |    fill        = 46    (0x2E000000)                                                            | |    leng        = 102  (0x66000000)                                                            | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |    loop        = -1    (0xFFFFFFFF)                                                            | |    xtyp        = TYPE#000151                                                                    | |    occu        = 10    (0x0A000000)                                                            | |    access      = 1    (ItAccessStandard)                                                      | |    idxKind      = 0    (ItIndexNone)                                                            | |    uniKind      = 2    (ItUniqueNon)                                                            | |    keyKind      = 1    (default)                                                                | |    cmpMode      = 2    (cmpSingleMcmpR)                                                        | |    occu0        = 0                                                                              | |    groupCntl    = 0                                                                              | |    rfc          = 0                                                                              | |    unShareable  = 0                                                                              | |    mightBeShared = 0                                                                            | |    sharedWithShmTab = 0                                                                          | |    isShmLockId  = 0                                                                              | |    gcKind      = 0                                                                              | |    isUsed      = 1                                                                              | |    isCtfyAble  = 1                                                                              | |    >>>>> Shareable Table Header Data <<<<>>>> 1st level extension part <<<<>>>> 2nd level extension part <<<<                                                                                    | |                                                                                        | |                                                                                        | ---------------------------------------------------------------------------------------------------- Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Internal notes                                                                                    | |    The termination was triggered in function "ab_jfune"                                          | |    of the SAP kernel, in line 2561 of the module                                                | |    "//bas/700_REL/src/krn/runt/abfunc.c#16".                                                    | |    The internal operation just processed is "FUNE".                                              | |    Internal mode was started at 20150304161129.                                                  | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Active Calls in SAP Kernel                                                                        | |--------------------------------------------------------------------------------------------------| |Lines of C Stack in Kernel (Structure Differs on Each Platform)                                  | |--------------------------------------------------------------------------------------------------| |(CTrcStack2+0x78)[0x6b7778]                                                                      | |(CTrcStack+0xb)[0x6b7d7b]                                                                        | |(ab_rabax+0x375e)[0xb57eee]                                                                      | |(_Z8ab_jfunev+0x3ed)[0x8bd4ad]                                                                    | |(_Z8ab_extriv+0x1c1)[0x88d4b1]                                                                    | |(_Z9ab_xeventPKt+0x27a)[0x9ed9ca]                                                                | |(ab_dstep+0x1c7)[0xb6c587]                                                                        | |(dynpmcal+0x426)[0x71a0f6]                                                                        | |(dynppai0+0x910)[0x71bb10]                                                                        | |(dynprctl+0x3e7)[0x71ab07]                                                                        | |(dynpen00+0x42a)[0x70f4ca]                                                                        | |(Thdynpen00+0x357)[0x536677]                                                                      | |(TskhLoop+0xc09)[0x541d99]                                                                        | |(ThStart+0x209)[0x54f379]                                                                        | |(DpMain+0x2da)[0x4b8b6a]                                                                          | |(nlsui_main+0x9)[0x48fe29]                                                                        | |(main+0x2b)[0x48fe5b]                                                                            | |/lib64/libc.so.6(__libc_start_main+0xf4)[0x3082a1d8b4]                                            | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |List of ABAP programs affected                                                                    | |--------------------------------------------------------------------------------------------------| |Index |Typ|Program                                |Group |Date      |Time    |Size    |Lang.    | |--------------------------------------------------------------------------------------------------| |    0|Prg|SAPLCTMV                                |    0|06.02.2008|17:25:36|  761856|E        | |    1|Prg|SAPMSSYD                                |    0|07.11.2006|07:31:42|    21504|E        | |    2|Prg|SAPFSYSCALLS                            |    0|09.09.2004|14:18:32|    8192|E        | |    3|Prg|SAPLCLOPFI                              |    3|19.11.2001|16:12:29|    38912|E        | |    4|Typ|CABN                                    |    0|18.09.2001|10:02:26|    12288|        | |    5|Prg|SAPLITSR                                |    5|07.11.2006|10:49:50|  108544|E        | |    6|Typ|FMRFC                                  |    0|13.08.1997|12:32:59|    2048|        | |    7|Typ|TBE01                                  |    0|20.01.2003|16:41:38|    2048|        | |    8|Typ|TBE31                                  |    0|03.09.1997|03:01:11|    2048|        | |    9|Typ|TBE32                                  |    0|03.09.1997|03:27:20|    3072|        | |    10|Typ|TBE34                                  |    0|03.09.1997|03:27:24|    6144|        | |    11|Typ|RCTAV                                  |    0|18.09.2001|10:03:40|    5120|        | |    12|Typ|RCTMV                                  |    0|18.09.2001|10:03:40|    13312|        | |    13|Prg|CL_ABAP_TYPEDESCR=============CP        |    13|05.07.2005|13:10:15|    30720|E        | |    14|Prg|CL_ABAP_ELEMDESCR=============CP        |    14|28.08.2006|03:25:08|    36864|E        | |    15|Prg|CL_ABAP_DATADESCR=============CP        |    15|05.07.2005|13:10:15|    19456|E        | |    16|Prg|CL_ABAP_REFDESCR==============CP        |    16|05.07.2005|13:10:15|    24576|E        | |    17|Prg|CL_ABAP_STRUCTDESCR===========CP        |    17|04.02.2008|20:50:38|    40960|E        | |    18|Prg|CL_ABAP_COMPLEXDESCR==========CP        |    18|05.07.2005|13:10:15|    17408|E        | |    19|Prg|CL_ABAP_TABLEDESCR============CP        |    19|05.07.2005|13:10:15|    25600|E        | |    20|Prg|CL_ABAP_CLASSDESCR============CP        |    20|05.07.2005|13:10:15|    30720|E        | |    21|Prg|CL_ABAP_OBJECTDESCR===========CP        |    21|05.07.2005|13:10:15|    34816|E        | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |    22|Prg|CL_ABAP_INTFDESCR=============CP        |    22|05.07.2005|13:10:15|    25600|E        | |    23|Prg|CL_ABAP_SOFT_REFERENCE========CP        |    23|05.07.2005|13:10:15|    10240|E        | |    24|Prg|CL_ABAP_REFERENCE=============CP        |    24|09.09.2004|14:18:16|    8192|E        | |    25|Prg|SAPLSHD0                                |    25|04.02.2008|20:51:51|  232448|E        | |    26|Typ|SHDSTU                                  |    0|14.12.1998|23:15:34|    2048|        | |    27|Typ|SHDSTCIU                                |    0|14.12.1998|23:15:34|    2048|        | |    28|Prg|SAPLSDI0                                |    28|22.12.2005|12:17:21|    34816|E        | |    29|Prg|SAPLSUGS                                |    29|22.12.2005|12:17:22|    47104|E        | |    30|Prg|SAPLSUG2                                |    30|26.08.2005|11:23:58|    47104|E        | |    31|Typ|CVERS                                  |    0|09.11.2000|14:05:49|    2048|        | |    32|Typ|SVERS                                  |    0|30.07.1992|18:39:23|    4096|        | |    33|Prg|SAPLCLTB                                |    33|19.11.2001|16:12:36|    9216|E        | |    34|Typ|TCLFM                                  |    0|19.11.2001|15:50:28|    2048|        | |    35|Prg|SAPFSPOR                                |    0|19.07.2007|20:12:49|    15360|E        | |    36|Prg|SAPLSCNT                                |    36|18.02.2005|14:16:06|    31744|E        | |    37|Typ|DYCBOX                                  |    0|20.08.1998|11:16:53|    3072|        | |    38|Prg|SAPLSVSM                                |    38|22.12.2005|12:24:13|    28672|E        | |    39|Prg|SAPLSGUI                                |    39|04.02.2008|20:53:54|    83968|E        | |    40|Prg|SAPLSTTM                                |    40|05.07.2005|13:10:18|    69632|E        | |    41|Prg|SAPLSBDC                                |    41|05.07.2005|13:10:18|    44032|E        | |    42|Prg|CL_DATAPROVIDER===============CP        |    42|28.02.2005|21:00:46|    53248|E        | |    43|Prg|%_CCNTL                                |    42|18.02.2005|14:15:08|    15360|E        | |    44|Typ|OBJ_RECORD                              |    0|14.02.1998|08:30:43|    2048|        | |    45|Prg|SAPLSTUP                                |    45|22.12.2005|12:20:12|    74752|E        | |    46|Prg|SAPLCNDP                                |    46|04.02.2008|20:48:18|  195584|E        | |    47|Prg|SAPSHDTV                                |    36|05.01.2005|16:26:16|    33792|E        | |    48|Typ|SHDTVCIU                                |    0|14.12.1998|23:15:37|    6144|        | |    49|Prg|SAPFGUICNTL                            |    0|18.02.2005|14:15:08|    24576|E        | |    50|Prg|SAPLOLEA                                |    50|17.07.2007|01:20:20|    96256|E        | |    51|Prg|SAPLSFES                                |    51|04.02.2008|20:53:54|  260096|E        | |    52|Prg|SAPLSPLUGIN                            |    52|09.09.2004|14:18:36|    8192|E        | |    53|Typ|ARFCRDATA                              |    0|13.02.2005|18:20:24|    7168|        | |    54|Prg|SAPLGRFC                                |    54|13.02.2005|18:20:25|    16384|E        | |    55|Typ|SWCBCONT                                |    0|15.11.2000|17:55:11|    6144|        | |    56|Typ|OLE_VERBS                              |    0|04.04.1995|16:02:20|    2048|        | |    57|Typ|OLE_PA                                  |    0|04.04.1995|16:02:19|    2048|        | |    58|Prg|SAPLV00F                                |    58|22.12.2005|12:17:22|    74752|E        | |    59|Typ|T185F                                  |    0|14.08.1997|21:32:52|    5120|        | |    60|Typ|T185                                    |    0|22.02.2001|10:04:41|    5120|        | |    61|Typ|T185E                                  |    0|15.07.1997|16:57:08|    4096|        | |    62|Typ|T185V                                  |    0|15.11.2000|17:56:17|    7168|        | |    63|Prg|SAPLSUNI                                |    63|04.02.2008|21:35:24|  153600|E        | |    64|Typ|TFDIR                                  |    0|13.02.2005|17:31:57|    3072|        | |    65|Prg|SAPCNVE                                |    65|09.09.2004|14:36:10|    8192|E        | |    66|Prg|SAPLCCCONV                              |    66|10.11.2009|14:48:35|    22528|E        | |    67|Typ|AENRCNV                                |    0|18.09.2001|10:04:17|    3072|        | |    68|Typ|CABNT                                  |    0|18.09.2001|10:02:27|    3072|        | |    69|Typ|TCMG                                    |    0|10.07.1993|03:20:06|    2048|        | |    70|Typ|TCMS                                    |    0|12.03.1999|15:16:40|    3072|        | |    71|Prg|SAPLICON                                |    71|07.11.2006|07:15:35|    27648|E        | |    72|Prg|%_CICON                                |    71|29.03.2006|11:43:02|  104448|E        | |    73|Typ|ICONT                                  |    0|07.11.2006|07:15:12|    2048|        | |    74|Typ|TCMGT                                  |    0|14.02.1998|12:52:07|    2048|        | |    75|Typ|TCMST                                  |    0|28.08.1997|09:07:50|    2048|        | |    76|Prg|SAPLSDDO                                |    76|04.02.2008|20:51:47|  236544|E        | |    77|Typ|DD07V                                  |    0|09.09.2004|14:20:41|    3072|        | |    78|Prg|RADBTDDO                                |    76|05.07.2005|13:10:16|    39936|E        | |    79|Prg|RADBTDDF                                |    76|05.07.2005|13:05:04|  256000|E        | |    80|Typ|DD07L                                  |    0|09.09.2004|14:19:32|    3072|        | |    81|Typ|DD07T                                  |    0|12.05.1997|16:45:51|    3072|        | |    82|Typ|DDDOSTATE                              |    0|07.05.1997|12:48:49|    2048|        | |    83|Prg|%_CVRM                                  |    0|18.02.2005|14:16:06|    8192|E        | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |    84|Typ|KLAH                                    |    0|12.03.2002|14:45:02|    11264|        | |    85|Typ|SWOR                                    |    0|28.08.1997|09:03:56|    3072|        | |    86|Prg|SAPLSECH                                |    86|05.07.2005|13:10:18|    26624|E        | |    87|Prg|CL_GUI_PROPS_CONSUMER=========CP        |    87|18.02.2005|14:15:08|    30720|E        | |    88|Prg|SAPLTHFB                                |    88|04.02.2008|20:53:54|  394240|E        | |    89|Typ|EUDB                                    |    0|06.11.2003|20:28:08|    8192|        | |    90|Prg|CL_DYNAMIC_GUI_EXTENSIONS=====CP        |    90|18.02.2005|14:15:28|    37888|E        | |    91|Prg|CL_GUI_DATAMANAGER============CP        |    91|05.07.2005|13:10:15|    75776|E        | |    92|Prg|CL_ABAP_CHAR_UTILITIES========CP        |    92|05.07.2005|13:10:15|    13312|E        | |    93|Prg|/1BCDWBEN/SAPLCEN0000                  |    93|16.09.2011|17:13:00|  231424|E        | |    94|Prg|SAPLSENA                                |    94|17.07.2007|01:25:17|    33792|E        | |    95|Prg|SAPLCTUT                                |    95|06.02.2008|17:25:36|  123904|E        | |    96|Typ|TCTRW                                  |    0|27.08.1994|21:57:42|    2048|        | |    97|Prg|SAPLKKRU                                |    97|06.10.2010|17:06:37|  228352|E        | |    98|Typ|OBJECT_KEYFIELDS                        |    0|27.03.2003|08:35:41|    5120|        | |    99|Prg|SAPLCPDMOBJECTSTACK                    |    99|06.10.2010|17:06:37|    68608|E        | |  100|Typ|USROBJECTS                              |    0|27.03.2003|08:45:10|    6144|        | |  101|Prg|SAPLSWUG                                |  101|04.02.2008|21:35:35|    59392|E        | |  102|Typ|SWCONT                                  |    0|04.04.1995|16:18:01|    3072|        | |  103|Typ|SWOTOBJID                              |    0|04.05.1995|15:20:52|    2048|        | |  104|Typ|SWHACTOR                                |    0|04.04.1995|16:18:07|    4096|        | |  105|Prg|CL_GOS_MANAGER================CP        |  105|29.05.2006|22:13:53|    21504|E        | |  106|Prg|CL_GOS_VIEW_MANAGER===========CP        |  106|19.07.2007|17:34:29|    24576|E        | |  107|Typ|SIBFLPOR                                |    0|15.11.2000|17:53:54|    3072|        | |  108|Typ|SGOS_MVOBJ                              |    0|24.07.2001|09:18:06|    3072|        | |  109|Typ|BORIDENT                                |    0|28.08.1997|08:38:50|    2048|        | |  110|Prg|SAPLSUU1                                |  110|04.02.2008|20:53:11|  232448|E        | |  111|Typ|USR02                                  |    0|18.02.2005|13:54:26|    8192|        | |  112|Typ|USREFUS                                |    0|07.01.2003|18:24:17|    2048|        | |  113|Typ|TATINN                                  |    0|10.07.1997|00:11:06|    2048|        | |  114|Typ|CAWN                                    |    0|18.09.2001|10:02:29|    6144|        | |  115|Typ|CAWNT                                  |    0|18.09.2001|10:02:29|    3072|        | |  116|Prg|SAPLCLEF                                |  116|06.02.2008|17:25:36|  119808|E        | |  117|Typ|CCIN                                    |    0|09.10.2001|13:06:55|    7168|        | |  118|Prg|SAPLCCCN                                |  118|05.02.2008|03:58:36|  303104|E        | |  119|Typ|AEOIT                                  |    0|11.04.2005|09:22:33|    3072|        | |  120|Typ|TCC01                                  |    0|14.10.1999|21:52:40|    3072|        | |  121|Prg|CL_ECM_SERVICES===============CP        |  121|04.02.2008|21:33:21|    54272|E        | |  122|Prg|%_CCC01                                |  121|07.11.2006|10:53:31|    64512|E        | |  123|Prg|CL_EXITHANDLER================CP        |  123|04.02.2008|21:33:21|    30720|E        | |  124|Prg|IF_EX_ECM_ACTIVE_OBJECTS======IP        |    16|19.11.2001|16:17:45|    8192|E        | |  125|Prg|%_CABAP                                |    22|05.07.2005|13:10:15|    29696|E        | |  126|Typ|SXS_INTER                              |    0|30.11.1998|15:55:16|    2048|        | |  127|Prg|SAPLSEXV                                |  127|04.02.2008|21:34:46|  117760|E        | |  128|Typ|SXS_ATTR                                |    0|09.12.2005|11:11:17|    5120|        | |  129|Prg|CL_BADI_FLT_DATA_TRANS_AND_DB=CP        |  129|04.02.2008|21:33:18|    35840|E        | |  130|Typ|V_EXT_ACT                              |    0|09.11.2000|14:27:05|    2048|        | |  131|Typ|SXC_EXIT                                |    0|09.11.2000|14:23:43|    2048|        | |  132|Prg|SAPLSEXE                                |  132|04.02.2008|21:34:46|    92160|E        | |  133|Typ|TADIR                                  |    0|22.12.2005|12:16:31|    5120|        | |  134|Prg|SAPLPA_PACKAGE_SERVICES                |  134|04.02.2008|21:36:07|  151552|E        | |  135|Typ|PAKDATBUF                              |    0|28.09.2001|11:44:22|    6144|        | |  136|Typ|TDEVC                                  |    0|08.12.2004|18:02:41|    7168|        | |  137|Prg|CONTEXT_X_SP_INFO                      |    5|22.12.2005|12:16:59|    36864|E        | |  138|Typ|TCONT                                  |    0|09.09.2004|14:18:43|    2048|        | |  139|Typ|CONTEXTB                                |    0|09.09.2004|14:15:52|    6144|        | |  140|Typ|TBE11                                  |    0|03.09.1997|03:01:06|    2048|        | |  141|Prg|CL_EX_ECM_ACTIVE_OBJECTS======CP        |  141|19.07.2007|18:27:53|  111616|E        | |  142|Prg|%_CSXRT                                |  141|19.07.2007|18:27:18|    15360|E        | |  143|Prg|CL_EXIT_MASTER================CP        |  143|04.02.2008|21:33:21|    23552|E        | |  144|Typ|SXS_MLCO                                |    0|04.12.2000|14:59:55|    2048|        | |  145|Prg|CL_EX_BADI_LAYER==============CP        |  145|04.02.2008|21:33:22|    28672|E        | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |  146|Prg|IF_EX_BADI_LAYER==============IP        |  123|04.02.2008|21:33:44|    7168|E        | |  147|Typ|V_EXT_IMP                              |    0|06.11.2003|20:40:20|    3072|        | |  148|Typ|SXC_IMPSWH                              |    0|09.11.2000|14:23:44|    2048|        | |  149|Prg|CL_IM_ECM_O75_ACTIVATE_IMP====CP        |  149|12.12.2003|11:11:59|    19456|E        | |  150|Prg|CL_IM_ECM_O81_ACTIVATE_IMP====CP        |  150|06.02.2008|23:32:19|    19456|E        | |  151|Prg|CL_IM_EHS_ECM_ACTV_OBJECTS====CP        |  151|20.03.2002|14:56:20|    19456|E        | |  152|Prg|CL_IM_HSM_ECMACTVOBJ==========CP        |  152|20.05.2005|10:05:14|    19456|E        | |  153|Prg|CL_IM_IMP_ECM_ACT_OBJ=========CP        |  153|20.11.2001|16:11:01|    19456|E        | |  154|Prg|CL_IM_IMP_ECM_ACT_OBJTS_CC====CP        |  154|06.11.2003|21:04:14|    19456|E        | |  155|Prg|CL_R3E_ECM====================CP        |  155|07.01.2002|18:21:44|    19456|E        | |  156|Prg|SAPLASTAT_TRIG                          |  156|09.09.2004|14:18:33|    16384|E        | |  157|Typ|ASTAT_TYP2                              |    0|10.11.1998|05:35:18|    2048|        | |  158|Prg|SAPLEHS002                              |  158|16.09.2014|12:15:19|    24576|E        | |  159|Prg|SAPLR3_EXTENSION_SWITCH                |  159|04.02.2008|21:34:44|    20480|E        | |  160|Typ|PAKHIERARC                              |    0|20.01.2003|16:27:06|    3072|        | |  161|Prg|CL_EX_ECM_BOM_DECO============CP        |  161|19.07.2007|18:27:53|    50176|E        | |  162|Prg|IF_EX_ECM_BOM_DECO============IP        |  123|07.11.2006|10:53:36|    9216|E        | |  163|Prg|CL_EX_ECM_DOC_DECO============CP        |  163|19.07.2007|18:27:53|    29696|E        | |  164|Prg|IF_EX_ECM_DOC_DECO============IP        |  123|19.11.2001|16:16:06|    8192|E        | |  165|Prg|CL_EX_ECM_EXIT================CP        |  165|19.07.2007|18:27:53|    56320|E        | |  166|Prg|IF_EX_ECM_EXIT================IP        |  123|07.11.2006|10:53:38|    16384|E        | |  167|Prg|CL_EX_ECM_IPPE_DECO===========CP        |  167|19.07.2007|18:27:53|    41984|E        | |  168|Prg|IF_EX_ECM_IPPE_DECO===========IP        |  123|06.11.2003|21:32:35|    8192|E        | |  169|Prg|CL_EX_ECM_MAT_DECO============CP        |  169|19.07.2007|18:27:53|    19456|E        | |  170|Prg|IF_EX_ECM_MAT_DECO============IP        |  123|06.11.2003|21:32:35|    6144|E        | |  171|Prg|CL_EX_ECM_O55_DECO============CP        |  171|19.07.2007|18:27:53|    23552|E        | |  172|Prg|IF_EX_ECM_O55_DECO============IP        |  123|19.11.2001|16:16:06|    6144|E        | |  173|Prg|CL_EX_ECM_O60_DECO============CP        |  173|19.07.2007|18:27:53|    21504|E        | |  174|Prg|IF_EX_ECM_O60_DECO============IP        |  123|19.11.2001|16:16:06|    5120|E        | |  175|Prg|CL_EX_ECM_O61_DECO============CP        |  175|19.07.2007|18:27:53|    21504|E        | |  176|Prg|IF_EX_ECM_O61_DECO============IP        |  123|19.11.2001|16:16:06|    6144|E        | |  177|Prg|CL_EX_ECM_O62_DECO============CP        |  177|19.07.2007|18:27:53|    21504|E        | |  178|Prg|IF_EX_ECM_O62_DECO============IP        |  123|19.11.2001|16:16:06|    5120|E        | |  179|Prg|CL_EX_ECM_ROUT_DECO===========CP        |  179|19.07.2007|18:27:53|    22528|E        | |  180|Prg|IF_EX_ECM_ROUT_DECO===========IP        |  123|07.11.2006|10:53:36|    9216|E        | |  181|Prg|CL_EX_ECM_O75_DECO============CP        |  181|19.07.2007|18:27:53|    26624|E        | |  182|Prg|IF_EX_ECM_O75_DECO============IP        |  123|19.11.2001|16:16:06|    6144|E        | |  183|Prg|CL_EX_ECM_O77_DECO============CP        |  183|19.07.2007|18:27:53|    30720|E        | |  184|Prg|IF_EX_ECM_O77_DECO============IP        |  123|19.11.2001|16:17:45|    6144|E        | |  185|Prg|CL_EX_ECM_O79_DECO============CP        |  185|19.07.2007|18:27:53|    30720|E        | |  186|Prg|IF_EX_ECM_O79_DECO============IP        |  123|19.11.2001|16:17:46|    6144|E        | |  187|Prg|IF_EX_ECM_OTHERS_DECO=========IP        |    16|19.11.2001|16:16:06|    6144|E        | |  188|Prg|CL_EX_ECM_OTHERS_DECO=========CP        |  188|19.07.2007|18:27:53|    22528|E        | |  189|Typ|TCC08                                  |    0|18.09.2001|10:03:56|    6144|        | |  190|Prg|CL_EX_WRF_CT04_CHARVAL_I======CP        |  190|19.07.2007|18:28:00|    15360|E        | |  191|Prg|IF_EX_WRF_CT04_CHARVAL_I======IP        |  123|18.05.2004|11:08:35|    5120|E        | |  192|Typ|T185D                                  |    0|29.07.1998|19:28:18|    4096|        | |  193|Typ|T185T                                  |    0|14.02.1998|11:03:31|    3072|        | |  194|Typ|R185D                                  |    0|07.03.1992|23:12:00|    3072|        | |  195|Prg|SAPLCLSE                                |  195|06.02.2008|17:25:36|  197632|E        | |  196|Prg|SAPLCUKD                                |  196|06.02.2008|17:25:36|  575488|E        | |  197|Prg|CL_EX_CU_DEPENDENCY_EDITOR====CP        |  197|19.07.2007|18:27:53|    24576|E        | |  198|Prg|IF_EX_CU_DEPENDENCY_EDITOR====IP        |  123|18.05.2004|11:08:28|    8192|E        | |  199|Typ|CUKB                                    |    0|18.09.2001|10:02:34|    5120|        | |  200|Typ|CUKBT                                  |    0|09.12.2005|17:43:10|    3072|        | |  201|Typ|KBD_TREE                                |    0|27.08.1994|21:32:49|    2048|        | |  202|Typ|CUEX_OBJ                                |    0|18.09.2001|10:02:34|    9216|        | |  203|Typ|CUKB_OBJ                                |    0|18.09.2001|10:02:34|    5120|        | |  204|Typ|CUKBT_OBJ                              |    0|18.09.2001|10:02:34|    3072|        | |  205|Typ|CUXR_OBJ                                |    0|18.09.2001|10:02:35|    4096|        | |  206|Typ|CUVR_OBJ                                |    0|18.09.2001|10:02:35|    3072|        | |  207|Typ|CUVA_OBJ                                |    0|18.09.2001|10:02:35|    4096|        | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |  208|Typ|CUKN_OBJ                                |    0|18.09.2001|10:02:34|    9216|        | |  209|Typ|CUOB                                    |    0|18.09.2001|10:02:34|    3072|        | |  210|Typ|CUOB_TAB                                |    0|18.09.2001|10:02:34|    3072|        | |  211|Typ|CUKDTB                                  |    0|18.09.2001|10:02:34|    5120|        | |  212|Typ|THEAD                                  |    0|09.11.2000|14:15:08|    7168|        | |  213|Typ|CUXREF                                  |    0|18.09.2001|10:02:35|    3072|        | |  214|Typ|CURSVAR                                |    0|18.09.2001|10:02:35|    4096|        | |  215|Typ|CUCVRNT                                |    0|18.09.2001|10:02:34|    3072|        | |  216|Typ|DFIES                                  |    0|28.12.2004|17:06:45|    10240|        | |  217|Typ|TLINE                                  |    0|08.03.1992|00:19:59|    2048|        | |  218|Typ|T002                                    |    0|07.02.2007|16:43:25|    2048|        | |  219|Typ|CUKN                                    |    0|09.12.2005|17:43:11|    9216|        | |  220|Typ|CUEX                                    |    0|18.09.2001|10:02:34|    9216|        | |  221|Typ|CURSADD                                |    0|18.09.2001|10:02:34|    3072|        | |  222|Typ|RCUKD                                  |    0|06.11.2003|20:30:14|    10240|        | |  223|Typ|RMCBC                                  |    0|06.02.2008|17:23:23|    31744|        | |  224|Typ|RCUSB                                  |    0|12.04.1999|16:03:57|    9216|        | |  225|Typ|T100                                    |    0|28.08.1997|09:04:45|    5120|        | |  226|Typ|TCUD                                    |    0|28.03.1996|15:22:20|    2048|        | |  227|Typ|TCUAU                                  |    0|28.03.1996|15:22:20|    2048|        | |  228|Typ|TCUXT                                  |    0|28.08.1997|09:08:04|    2048|        | |  229|Typ|TCUX                                    |    0|03.09.1997|03:28:02|    3072|        | |  230|Typ|TCUG                                    |    0|28.03.1996|15:22:20|    2048|        | |  231|Typ|TCUGT                                  |    0|14.02.1998|13:01:16|    2048|        | |  232|Typ|TCUB                                    |    0|28.03.1996|15:22:20|    2048|        | |  233|Typ|TCUBT                                  |    0|29.07.1998|19:46:35|    2048|        | |  234|Prg|SAPLWMCC                                |  234|07.02.2007|16:45:43|    67584|E        | |  235|Typ|TLDG                                    |    0|12.04.1999|16:16:44|    2048|        | |  236|Typ|TLGL                                    |    0|12.04.1999|16:16:45|    2048|        | |  237|Typ|LDGM                                    |    0|12.04.1999|16:13:32|    2048|        | |  238|Typ|LDGMD                                  |    0|21.04.1999|13:25:30|    3072|        | |  239|Prg|RDDINSYS                                |    0|30.03.2005|10:21:52|    17408|E        | |  240|Prg|SAPLSTR9                                |  240|22.12.2005|12:17:22|    39936|E        | |  241|Prg|CONTEXT_X_TR_SYS_PARAMS                |  240|22.12.2005|12:16:59|    40960|E        | |  242|Typ|USR01                                  |    0|09.12.2005|16:41:35|    4096|        | |  243|Typ|BAPIRET2                                |    0|20.08.1998|11:11:35|    8192|        | |  244|Prg|SAPLSU_USER                            |  244|04.02.2008|20:53:11|  465920|E        | |  245|Typ|BAPIAGR                                |    0|08.12.2004|17:58:27|    3072|        | |  246|Typ|BAPICOMREM                              |    0|14.10.1999|21:54:07|    3072|        | |  247|Typ|BAPIADFAX                              |    0|06.11.2003|20:26:14|    4096|        | |  248|Typ|BAPIADPAG                              |    0|06.11.2003|20:26:14|    4096|        | |  249|Typ|BAPIADPRT                              |    0|06.11.2003|20:26:14|    3072|        | |  250|Typ|BAPIADRFC                              |    0|06.11.2003|20:26:14|    3072|        | |  251|Typ|BAPIADRML                              |    0|06.11.2003|20:26:14|    4096|        | |  252|Typ|BAPIADSMTP                              |    0|29.03.2006|11:21:42|    4096|        | |  253|Typ|BAPIADSSF                              |    0|06.11.2003|20:26:14|    10240|        | |  254|Typ|BAPIADTEL                              |    0|06.11.2003|20:26:14|    4096|        | |  255|Typ|BAPIADTLX                              |    0|06.11.2003|20:26:14|    3072|        | |  256|Typ|BAPIADTTX                              |    0|06.11.2003|20:26:14|    3072|        | |  257|Typ|BAPIADURI                              |    0|06.11.2003|20:26:14|    9216|        | |  258|Typ|BAPIADX400                              |    0|06.11.2003|20:26:14|    9216|        | |  259|Typ|BAPIUSEXTIDHEAD                        |    0|06.11.2003|20:26:20|    3072|        | |  260|Typ|BAPIUSEXTIDPART                        |    0|06.11.2003|20:26:20|    3072|        | |  261|Typ|BAPIGROUPS                              |    0|09.11.2000|14:04:32|    2048|        | |  262|Typ|BAPIPARAM                              |    0|09.11.2000|14:04:36|    2048|        | |  263|Typ|BAPIPARAM1                              |    0|09.11.2000|14:04:36|    2048|        | |  264|Typ|BAPIPROF                                |    0|25.03.1999|15:41:44|    2048|        | |  265|Typ|BAPIRCVSYS                              |    0|08.12.2004|17:58:27|    2048|        | |  266|Typ|BAPIUCLASSSYS                          |    0|06.11.2003|20:26:20|    3072|        | |  267|Prg|%_CSZADR                                |  244|07.11.2006|07:11:40|  107520|E        | |  268|Prg|SAPLSUUC                                |  268|04.02.2008|20:53:08|  141312|E        | |  269|Typ|USR21                                  |    0|10.03.1999|18:32:06|    3072|        | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |  270|Typ|USR05                                  |    0|18.12.2001|16:51:43|    2048|        | |  271|Typ|USPARAM                                |    0|09.11.2000|14:16:06|    2048|        | |  272|Typ|CLNAMESPACE                            |    0|09.01.2003|16:57:22|    2048|        | |  273|Prg|SAPLSNR3                                |  273|04.02.2008|20:51:54|    53248|E        | |  274|Prg|BADI_NUMBER_GET_NEXT==========CP        |  274|07.02.2007|18:50:25|    12288|E        | |  275|Prg|CL_BADI_BASE==================CP        |  275|08.12.2004|18:54:01|    7168|E        | |  276|Prg|CL_BADI_CACHE_HANDLER=========CP        |  276|05.07.2005|13:21:02|    15360|E        | |  277|Prg|CL_BADI_NUMBER_GET_NEXT_FALLB=CP        |  277|07.11.2006|07:37:27|    10240|E        | |  278|Typ|TNRO                                    |    0|28.02.2005|20:58:19|    6144|        | |  279|Typ|BNRIV                                  |    0|14.02.1998|06:08:11|    3072|        | |  280|Typ|SYST                                    |    0|09.09.2004|14:18:12|    31744|        | |  281|Typ|CAT_SVARS                              |    0|18.05.2004|10:32:36|    3072|        | |  282|Prg|%_CSLIS                                |    97|29.03.2006|11:44:04|    89088|E        | |  283|Typ|DTC_S_LAYO                              |    0|04.12.2000|12:46:23|    6144|        | |  284|Typ|ATLTX                                  |    0|09.07.1997|23:48:13|    2048|        | |  285|Typ|RSJOBINFO                              |    0|29.04.1992|14:52:25|    3072|        | |  286|Typ|TKKPA                                  |    0|14.02.1998|13:48:11|    3072|        | |  287|Typ|FOLGEBILD                              |    0|29.07.1998|18:32:25|    4096|        | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Directory of Application Tables                                                                  | |--------------------------------------------------------------------------------------------------| |Name                                    Date      Time      Lngth                              | |    Val.                                                                                          | |--------------------------------------------------------------------------------------------------| |Program  SAPLCTMV                                                                                | |--------------------------------------------------------------------------------------------------| |SYST                                      .  .      :  :    00004612                          | |    \0\0\0\0\x0001\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x0001\0\x001E                                    | |RSJOBINFO                                  .  .      :  :    00000164                          | |                                    00000000000000                                                | |ATLTX                                      .  .      :  :    00000028                          | |    00000000000000|                                                                              | |CABN                                    05.01.2005 16:12:22  00000954                          | |      00000000000000                                    \0\0                                    | |CABNT                                    18.09.2001 10:02:27  00000282                          | |      0000000000 0000                                                                            | |*CABNT                                    .  .      :  :    00000282                          | |      0000000000 0000                                                                            | |CAWN                                      .  .      :  :    00000368                          | |      000000000000000000                              \0\0\0                                    | |R185D                                      .  .      :  :    00000422                          | |                                                                                                  | |RCTAV                                    18.09.2001 10:03:40  00000410                          | |          PLANT                                                                                  | |RCTMV                                    02.10.2001 21:52:24  00001378                          | |                                                                                                  | |TCMG                                    23.03.2000 23:09:55  00000026                          | |                |                                                                                | |TCMS                                    23.03.2000 23:09:55  00000036                          | |                      |                                                                          | |--------------------------------------------------------------------------------------------------| |Program  SAPLITSR                                                                                | |--------------------------------------------------------------------------------------------------| |TBE01                                      .  .      :  :    00000080                          | |    00004009SAMPLE_INTERFACE_00004009      |                                                    | |--------------------------------------------------------------------------------------------------| |Program  SAPLSUG2                                                                                | |--------------------------------------------------------------------------------------------------| |SVERS                                      .  .      :  :    00000144                          | |    700                                                                                          | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Program  SAPSHDTV                                                                                | |--------------------------------------------------------------------------------------------------| |SHDSTU                                    .  .      :  :    00000106                          | |                                                        |                                        | |SHDSTCIU                                  .  .      :  :    00000100                          | |                                                      |                                          | |--------------------------------------------------------------------------------------------------| |Program  SAPLV00F                                                                                | |--------------------------------------------------------------------------------------------------| |T185D                                      .  .      :  :    00000462                          | |    SAPLCTMV                                * *  ANLE                                            | |T185E                                      .  .      :  :    00000174                          | |      SAPLAB                                                                                    | |T185F                                      .  .      :  :    00000138                          | |    SAPLCTMV                                *BASI                                                | |T185                                      .  .      :  :    00000550                          | |    SAPLCTMV                                ANLE                                                  | |T185T                                      .  .      :  :    00000542                          | |    ESAPLCTMV                                ANLE                                                | |T185V                                      .  .      :  :    00000628                          | |    SAPLCTMV                                TA*  0000\x0C00                                      | |TKKPA                                      .  .      :  :    00000128                          | |                              000                                                                | |TADIR                                      .  .      :  :    00000372                          | |                                                                                                  | |--------------------------------------------------------------------------------------------------| |Program  SAPLSUNI                                                                                | |--------------------------------------------------------------------------------------------------| |TFDIR                                      .  .      :  :    00000268                          | |    WMCC_INIT_INTERN_TABLES      SAPLWMCC                                                        | |--------------------------------------------------------------------------------------------------| |Program  SAPLCCCONV                                                                              | |--------------------------------------------------------------------------------------------------| |AENRCNV                                    .  .      :  :    00000084                          | |      AENNRCNV\x000C\0\0\0\x000C                          |                                      | |--------------------------------------------------------------------------------------------------| |Program  SAPLICON                                                                                | |--------------------------------------------------------------------------------------------------| |ICONT                                      .  .      :  :    00000130                          | |                                                                                                  | |--------------------------------------------------------------------------------------------------| |Program  CL_GUI_PROPS_CONSUMER=========CP                                                        | |--------------------------------------------------------------------------------------------------| |EUDB                                      .  .      :  :    00004068                          | |    %C0002700054F6C448468C08C6E1000000A11BCD4C \0\0\0                                            | |--------------------------------------------------------------------------------------------------| |Program  SAPLCTUT                                                                                | |--------------------------------------------------------------------------------------------------| |TCTRW                                      .  .      :  :    00000060                          | |                                  |                                                              | |--------------------------------------------------------------------------------------------------| |Program  SAPLSUU1                                                                                | |--------------------------------------------------------------------------------------------------| |USR01                                      .  .      :  :    00000220                          | |    800SAPLAB                          PDF  GD1                                                  | |USR02                                      .  .      :  :    00000416                          | |    800SAPLAB      #\xE444\xDD51#0000000000000000S                                                | |USR21                                      .  .      :  :    00000146                          | |    800SAPLAB      00000659910000008322                                                          | |USREFUS                                    .  .      :  :    00000134                          | |    800SAPLAB                                                                                    | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Program  SAPLCCCN                                                                                | |--------------------------------------------------------------------------------------------------| |TCC01                                      .  .      :  :    00000040                          | |    515                X|                                                                        | |TCC08                                      .  .      :  :    00000100                          | |    800CCX            \x0C00\x0C00    XXXX  X      XPP000001X                                    | |CCIN                                      .  .      :  :    00000600                          | |    100            5                                                                              | |--------------------------------------------------------------------------------------------------| |Program  SAPLPA_PACKAGE_SERVICES                                                                  | |--------------------------------------------------------------------------------------------------| |PAKDATBUF                                  .  .      :  :    00002968                          | |    XXINACTIVE_PACKAGES    \0\000000000000000\0\0\0\0\0\0\0\0                                    | |--------------------------------------------------------------------------------------------------| |Program  CONTEXT_X_SP_INFO                                                                        | |--------------------------------------------------------------------------------------------------| |CONTEXTB                                  .  .      :  :    00002992                          | |    800EBSP_INFO            000004000220150304160000\0\0\0\0                                    | |TCONT                                      .  .      :  :    00000068                          | |    SP_INFO            20090522115607|                                                          | |--------------------------------------------------------------------------------------------------| |Program  SAPLCLSE                                                                                | |--------------------------------------------------------------------------------------------------| |USR01                                      .  .      :  :    00000220                          | |    800SAPLAB                          PDF  GD1                                                  | |--------------------------------------------------------------------------------------------------| |Program  SAPLCUKD                                                                                | |--------------------------------------------------------------------------------------------------| |CCIN                                      .  .      :  :    00000600                          | |    00            0                                                                              | |CUKB                                      .  .      :  :    00000274                          | |      00000000000000                                    00000                                    | |CUKBT                                      .  .      :  :    00000140                          | |      0000000000 0000                                                                            | |CUKN                                      .  .      :  :    00005858                          | |      000000000000000000            00000000\0                                                  | |CUEX                                      .  .      :  :    00005896                          | |      000000000000000000000000000000000000              00000                                    | |CUXREF                                    .  .      :  :    00000322                          | |      00000000000000                                                                            | |CURSVAR                                    .  .      :  :    00000376                          | |      00000000000000000000000000000000                                                          | |CUCVRNT                                    .  .      :  :    00000184                          | |      000000000000000000000000000000000000                                                      | |CUOB                                      .  .      :  :    00000140                          | |                000000000000000000000000000000000000                                            | |CURSADD                                    .  .      :  :    00000148                          | |      00000000000000000000000000000000000000000000000000                                        | |DFIES                                      .  .      :  :    00001342                          | |                                                                                                  | |RCUKD                                      .  .      :  :    00001314                          | |                                                                                                  | |R185D                                      .  .      :  :    00000422                          | |                                                                                                  | |RMCBC                                      .  .      :  :    00003604                          | |                                                                                                  | |RCUSB                                      .  .      :  :    00001658                          | |                                                                                                  | |T100                                      .  .      :  :    00000194                          | |                                                                                                  | |T002                                      .  .      :  :    00000010                          | Runtime Errors        RAISE_EXCEPTION Date and Time          04.03.2015 16:11:34 ---------------------------------------------------------------------------------------------------- |        |                                                                                        | |TCUD                                      .  .      :  :    00000034                          | |                    |                                                                            | |TCUAU                                      .  .      :  :    00000032                          | |                    |                                                                            | |TCUXT                                      .  .      :  :    00000090                          | |                                                |                                                | |TCUX                                      .  .      :  :    00000036                          | |                      |                                                                          | |TCUG                                      .  .      :  :    00000026                          | |                |                                                                                | |TCUGT                                      .  .      :  :    00000108                          | |                                                          |                                      | |TCUB                                      .  .      :  :    00000012                          | |          |                                                                                      | |TCUBT                                      .  .      :  :    00000094                          | |                                                  |                                              | |--------------------------------------------------------------------------------------------------| |Program  CONTEXT_X_TR_SYS_PARAMS                                                                  | |--------------------------------------------------------------------------------------------------| |CONTEXTB                                  .  .      :  :    00002992                          | |    800EBTR_SYS_PARAMS      000006000120150304160000\0\0\0\0                                    | |TCONT                                      .  .      :  :    00000068                          | |    TR_SYS_PARAMS      20131005121336|                                                          | |--------------------------------------------------------------------------------------------------| |Program  SAPLSNR3                                                                                | |--------------------------------------------------------------------------------------------------| |TNRO                                      .  .      :  :    00000930                          | |    MERKMAL                                                                                      | |BNRIV                                      .  .      :  :    00000212                          | |    800MERKMAL        1 00000000000001          9999999999                                      | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |ABAP Control Blocks (CONT)                                                                        | |--------------------------------------------------------------------------------------------------| |Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code                            |Line    | |--------------------------------------------------------------------------------------------------| |35989|PAR1|00|0003|    |    |    |    |    |    |LCTMVF34                                |    126| |35990|PAR1|00|0020|    |    |    |    |    |    |LCTMVF34                                |    126| |35991|WHER|28|0002|0000|0000|    |    |    |    |LCTMVF34                                |    126| |35993|WHER|00|0000|0000|0060|    |    |    |    |LCTMVF34                                |    126| |35995|WHER|20|0000|0001|005E|    |    |    |    |LCTMVF34                                |    126| |35997|PAR1|80|8001|    |    |    |    |    |    |LCTMVF34                                |    126| |35998|SQLS|39|0102|    |    |    |    |    |    |LCTMVF34                                |    126| |35999|SQLS|39|0000|    |    |    |    |    |    |LCTMVF34                                |    126| |36000|SQLS|3B|0000|    |    |    |    |    |    |LCTMVF34                                |    126| |36001|SQLS|03|C000|    |    |    |    |    |    |LCTMVF34                                |    126| |36002|CMPS|20|00CA|020F|020F|    |    |    |    |LCTMVF34                                |    130| |36004|BRAF|02|0003|    |    |    |    |    |    |LCTMVF34                                |    130| |>>>>>|FUNE|03|0719|    |    |    |    |    |    |LCTMVF34                                |    131| |36006|ENDF|00|0000|    |    |    |    |    |    |LCTMVF34                                |    131| |36007|ENDF|00|0000|    |    |    |    |    |    |LCTMVF34                                |    135| |36008|----|00|0000|    |    |    |    |    |    |LCTMVF34                                |    135| |36009|PERP|00|0005|    |    |    |    |    |    |LCTMVF33                                |      15| |36010|PERP|12|0000|    |    |    |    |    |    |LCTMVF33                                |      15| |36011|PERP|12|0000|    |    |    |    |    |    |LCTMVF33                                |      15| |36012|PERP|12|0000|    |    |    |    |    |    |LCTMVF33                                |      15| ----------------------------------------------------------------------------------------------------

JL23
Active Contributor
0 Kudos

I can see that your program went beyond the code that I had posted.

So it had actually successfully pulled a new number from the number range.

This number is stored in field e_charact_id and is 77

SAP goes then to the next  step and checks if there is already number 77 in table CABN field ATINN.

And SAP found there this value and dumped.

This means for me that this number range was either reset, had an overflow and began again from the smallest number, or the number range was transported from development into production (usually are less numbers taken in development than in production, hence you get exact those problems in production since the next number from a transported range is smaller than the highest used number in production)

Use SE16 and find this 77 in table CABN and obtain the highest number that is in CABN table.

Then set your number range beyond this highest number.

ladinca
Participant
0 Kudos

Thank you very much, Jurgen , for your detailed analysis.

Have a nice day.

Laura

Former Member
0 Kudos

This message was moderated.

Answers (1)

Answers (1)

JL23
Active Contributor
0 Kudos

Without knowing more from the dump it is almost impossible to give you some guidance.

Please read this document about

I hope this gives you an idea how to read and understand the dumps and what steps you have to do