GETWA_NOT_ASSIGNED short dump

Hi Gurus,
I am trying to load only specific source fields selection cretira to target, i have written following code to load only specific data set. I am getting the short dump as GETWA_NOT_ASSIGNED at this point.
If <source_fields>-/BIC/ZCJ_STAT = 'J0001'.
sort
SOURCE_PACKAGE by
/BIC/ZCOBJ_NO Ascending
/BIC/ZCJ_STAT Ascending
/BIC/ZK_UDATE1 Descending
/BIC/ZK_UTIME1 Descending.
delete adjacent duplicates from SOURCE_PACKAGE comparing /BIC/ZCOBJ_NO
/BIC/ZCJ_STAT.
endif.
Do i need to assign source fields from source package.
Regards,
Suresh.

Field-symbols: <fs_new> type /BIC/ZCJ_STAT.
if <source_fields> is assigned.
assign component '/BIC/ZCJ_STAT' of STRUCTURE <source_fields> to <fs_new>.
if <fs_new> is assigned>.
If <fs_new> = 'J0001'.
sort
SOURCE_PACKAGE by
/BIC/ZCOBJ_NO Ascending
/BIC/ZCJ_STAT Ascending
/BIC/ZK_UDATE1 Descending
/BIC/ZK_UTIME1 Descending.
delete adjacent duplicates from SOURCE_PACKAGE comparing /BIC/ZCOBJ_NO
/BIC/ZCJ_STAT.
endif.
endif.
endif.
Try this code format.
Regards,
Janani

Similar Messages

  • GETWA_NOT_ASSIGNED short dump when load business partner master data

    Hi
    I've this error GETWA_NOT_ASSIGNED short dump when load business partner master data, it's running in BI 7.0 with support package 12.
    The error is because the field symbol is that pointed to the line of an internal table that was deleted.
    I think that it's an incompatibility between subroutine and unicode.
    Do you have idea about correct this error?
    Regards
    Jose.

    Hi Ravi
    Yes, it's a dump
    It's when running a process chain to load Business partner master data
    The error say:
    -.You address a field symbol that pointed to the line of an internal table that was deleted.
    -.You address a field symbol that was previously reset using UNASSIGN or that pointed to a local field that no longer exist.
    -. You address a global function interface, although the respective function module is not active - that is, is not in the list of active calls. the list of active calls can be taken from this short dump.
    I think that it's for the unicode corversion because I've the last support package 12 installed and the rest of the process chain are running perfect.
    My hotmail mail is [email protected] if you need the screen shot.
    Regards and thanks a lot
    Jose

  • Short Dump  while scrolling on the ALV (GETWA_NOT_ASSIGNED)

    Hi All,
    I have an interactive ALV list, After the user double click on the list line item,
    the list control goes to top of the list.
    When i want to scroll  for further interaction, I am getting  a Short dump  GETWA_NOT_ASSIGNED.
    Please advice
    Solomon

    Hi
    Please find the ALV code
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program       = hf_repid
          i_callback_user_command  = 'USER_COMMAND'
          i_callback_pf_status_set = 'SET_PF_STATUS'
          it_fieldcat              = int_fieldcat[]
          it_sort                  = int_sort[]
          is_layout                = fs_layout
          i_save                   = 'A'
          is_variant               = alv_variant
          it_events                = int_events[]
        TABLES
          t_outtab                 = i_bsid
        EXCEPTIONS
          program_error            = 1
          OTHERS                   = 2.
    ENDFORM.                               " write_alv_report
    FORM user_command *
    FORM user_command USING ucomm LIKE sy-ucomm
    selfield TYPE slis_selfield.
      IF selfield-tabindex GE 1.
        check sy-ucomm <> 'POST'.
        READ TABLE i_bsid into i_bsid_alv INDEX selfield-tabindex.
        CASE I_BSID-CHECK.
          WHEN SPACE.
            I_BSID-CHECK = 'X'.
          WHEN OTHERS.
            I_BSID-CHECK = ''.
        ENDCASE.
        MODIFY I_BSID TRANSPORTING CHECK  WHERE matchkey = i_bsid_alv-matchkey.
      ENDIF.
      selfield-refresh = 'X'.
    *CLEAR selfield.
    ENDFORM.                    "user_command
    FORM SET_PF_STATUS *
    FORM set_pf_status USING extab TYPE slis_t_extab.
      data : lv_answer(1) TYPE c.
      SET PF-STATUS 'S200'.
      IF SY-UCOMM = 'POST'.
        I_BSID_ALV1[] =  I_BSID[].
        DELETE I_BSID_ALV1 WHERE CHECK  = SPACE.
        CLEAR I_BSID[].
        I_BSID[] = I_BSID_ALV1[].
      ENDIF.
    2. when I double click on the ALV list line item, after the line is selected the control goes to the top of the list.
    I have already setup the ALV menu bar.

  • Short dump GETWA_NOT_ASSIGNED while transporting Datasource in BI 7.0

    Hi Friends,
    I am getting an error, while trying to transport Datasource into quality system. The Transport request log says that "Program terminated (job: RDDEXECL, no.: 11372100)"
    If I check the log in SM37 of target system it gives following steps
    29.06.2007 11:37:21 Job started
    29.06.2007 11:37:21 Step 001 started (program RDDEXECL, variant , user ID DDIC)
    29.06.2007 11:37:21 All DB buffers of application server bdhp4488 were synchronized
    29.06.2007 11:37:30 SQL: 29.06.2007 11:37:30 DDIC
    29.06.2007 11:37:30  CREATE UNIQUE INDEX "/BIC/B0000566001~0" ON
    29.06.2007 11:37:30 "/BIC/B0000566001" ("REQUEST", "DATAPAKID",
    29.06.2007 11:37:30 "PARTNO", "RECORD") PCTFREE 10 LOCAL INITRANS 002
    29.06.2007 11:37:30 TABLESPACE PSAPSR3 STORAGE (INITIAL
    29.06.2007 11:37:30 0000000016 K NEXT        0000000160 K MINEXTENTS
    29.06.2007 11:37:30 0000000001
    If I see the short dump in ST22 in target system (quality) The I get error
    "Runtime Errors         GETWA_NOT_ASSIGNED"
    Could somebody help me in resolving this?
    Thanks and regards,
    Balaraj

    Thanks Edwin,
    My issue is still not resolved.
    Now the error that I am getting while transporting the Transformation is
    Program terminated (job: RDDEXECL, no.: 12091300)
    The SM37 job log says that
    "Job started
    Step 001 started (program RDDEXECL, variant , user ID DDIC)
    All DB buffers of application server bdhp4488 were synchronized
    ABAP/4 processor: GETWA_NOT_ASSIGNED
    Job cancelled"
    When i see the dump in ST22. It says that it could not find entry in one of the tables
    "   READ TABLE p_t_mapping ASSIGNING <fs_map>
       WITH KEY target_stepid = 0
                targetsegid   = <fs_posit>-rulesegid
                targetposit   = <fs_posit>-ruleposit
                targetid      = 0.
    Sy-subrc <> 0 for this read.
    Could you please advise?
    Thanks and regards,
    Balaraj

  • Short dump  GETWA_NOT_ASSIGNED field symbol not been assigned

    Hi Gurus,
    I am calling a RFC  BAPI_PBSRVAPS_CHANGEKEYFIGVAL2 from R/3 sytem to SCM 5.0.
    Acutally this FM BAPI_PBSRVAPS_CHANGEKEYFIGVAL2 not available in R/3 system.
    So i am using scm destination and calling above FM directly from R/3 but i am getting the short dump
    in SCM system as GETWA_NOT_ASSIGNED field symbol not been assigned.
    Can you pls check and advise.
    Best Regards,
    Radhakrishna.

    Hi Radhakrishna,
            It looks like you have a discrepancy in the planning area with respect to keyfigure. Some thing like the key figure description is not synchronized between live cache and db.
    I suggest you log onto your SCM system, run the program /SAPAPO/TS_LCM_CONS_CHECK on your planning area with correct error option.
    Please let me know if this works.

  • Short dump: GETWA_NOT_ASSIGNED

    Hello all, We have already checked various posts regarding the same issue. As per the existing forums, some are experiencing the error at cube level, BeX analyzer level. We are facing the below Dump, when we are loading the data from PSA to First level ODS. Dump: The internal session was terminated with the runtime error GETWA_NOT_ASSIGNED (see ST22). Attached the dump as well. Also, we are coming through this short dump only for those flows where we have enhanced the function modules & enhanced the existing flows. (Not sure if it is just a coincidence or is there any issue with the enhancement we have done). Wherever we have developed the new flows, we aren't facing any loading issues. Loading is going fine for the newly staged ODSs. 1) So, is there anything that went wrong with enhancing the FMs? 2) Do we need to check the mappings as we have Key figures & related units? Because, I checked the dump & noticed that there is wrong with the unit part. I could not understand the exact issue on what is the root cause. We also read the forums where we need to correct the routines, however there are no routines that were used in between the PSA & ODS at which the loading is happening. We are only using the fields from ODS to the next level lookup which is not related to the below DTP loads. Can anyone provide me some inputs as we are at crucial state of loading. Thanks, Vikranth.

    Madhav,
    it's an extract from your code:
    |Line |SourceCde                                                                                   |
    | 1851|   USING                                                                                    |
    | 1852|     record_no      TYPE sy-tabix                                                           |
    | 1853|     source_system  TYPE rsa_logsys                                                         |
    | 1854|     iobj_name      TYPE rsiobjnm                                                           |
    | 1855|     r_request      TYPE REF TO if_rsbk_request_admintab_view                               |
    | 1856|   CHANGING                                                                                 |
    | 1857|     result         TYPE lcl_transform=>_ty_s_TG_1-UNIT                                     |
    | 1858|     returncode     TYPE sy-subrc.                                                          |
    | 1859|                                                                                            |
    | 1860|  DATA:           ls_error_log   TYPE rssm_s_errorlog_int.                                  |
    | 1861|  FIELD-SYMBOLS: <lt_error_log>  TYPE rssm_t_errorlog_int.                                  |
    | 1862|                                                                                            |
    | 1863|  ASSIGN ('G_T_ERRORLOG') TO <lt_error_log>.                                                |
    | 1864|                                                                                            |
    | 1865|  CALL METHOD zcl_g_routines=>check_uom                                                     |
    | 1866|    EXPORTING                                                                               |
    | 1867|      iv_logsys     = SOURCE_SYSTEM                                                         |
    | 1868|    IMPORTING                                                                               |
    | 1869|      ev_returncode = RETURNCODE                                                            |
    | 1870|    CHANGING                                                                                |
    | 1871|      cv_uom        = RESULT.                                                               |
    | 1872|                                                                                            |
    | 1873|  IF RETURNCODE NE 0.                                                                       |
    | 1874|                                                                                            |
    | 1875|    ls_error_log-record = RECORD_NO.                                                        |
    | 1876|    ls_error_log-msgty  = 'E'.                                                              |
    | 1877|    ls_error_log-msgid  = 'ZG_EDWH'.                                                        |
    | 1878|    ls_error_log-msgno  = '003'.                                                            |
    | 1879|    ls_error_log-msgv1  = RESULT.                                                           |
    | 1880|                                                                                            |
    |>>>>>|    INSERT ls_error_log INTO TABLE <lt_error_log>  .                                        |
    | 1882|                                                                                            |
    | 1883|  ENDIF.                                                                                    |
    | 1884|                                                                                            |
    | 1885|*  RESULT = .                                                                               |
    | 1886|*  RETURNCODE = 0.                                                                          |
    | 1887|ENDFORM.              
    Is this code a standard or specific one?
    Amine

  • Short Dump - GETWA_NOT_ASSIGNED - Flexible upload of RFD

    Hi,
    SEM 6.0 / BI 7.0
    When i try to do a Flexible upload for a sample RFD, i get the following dump:
    Runtime Errors         GETWA_NOT_ASSIGNED
    Date and Time          11/25/2008 16:22:01
    Short dump has not been completely stored (too big)
    Short text
        Field symbol has not yet been assigned.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "CL_UC_TASK_EXECUTION==========CP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        You attempted to access an unassigned field symbol
        (data segment 32776).
        This error may occur if
        - You address a typed field symbol before it has been set with
          ASSIGN
        - You address a field symbol that pointed to the line of an
          internal table that was deleted
        - You address a field symbol that was previously reset using
          UNASSIGN or that pointed to a local field that no
          longer exists
        - You address a global function interface, although the
          respective function module is not active - that is, is
          not in the list of active calls. The list of active calls
          can be taken from this short dump.
    Trigger Location of Runtime Error
        Program                               CL_UC_TASK_EXECUTION==========CP
        Include                                 CL_UC_TASK_EXECUTION==========CM02V
        Row                                     155
        Module type                          (METHOD)
        Module Name                        COMPARE_OLD_AND_NEW_DOCS
    Flexible upload - Delete all / Cumulative
    Has anyone encountered this type of dump before?
    My Observation
    (Data Rows contain the following columns - Item / Company / Trading partner / PV LC)
    When i give a trading partner which is not defined in the system, the system is interpreting the header row & data rows. Also, it gives an error message for each row.
    But,
    When i give a trading partner which is defined in the system, or when i remove the trading partner column in total, it throws the above short dump.
    The breakdown category defined in the system are Trading partner & Movement type.
    Both, have the breakdown type 1. (optional breakdown, initialized value allowed).
    Pls note that after several permutations & combinations - to trace the error, i have removed all the columns & kept the minimum required (Item / Company / Trading partner / PV LC).
    Appreciate your comments / inputs.
    Thanks!
    Kumar

    Hi Kumar,
    The note refers to FINBASIS 300 release.
    In the present system we have, it is FINBASIS 600.
    I raised an OSS message.
    Anyway, implementation of the note helped me with all releases.
    But, first of all, I mentioned another remedy that you may see here:
    SPRO: SEM/Business Analytics -> Fin. Basis -> Master Data Framework -> System Settings -> Profile Parameter Setting.
    It's about setting parameter for ABAP shared memory on the server. If you do not set this parameter to 200-300 MB, you constantly will have the errors like I mentioned while trying to save master data. Did you read my previous message carefully and look at this hint?
    In case of breakdown type 1 - the upload should happen - if we dont specify any values for the breakdown category. Pls confirm.
    - Confirmation. The system will accept any value, including null.
    Is it true that we cannot load RFD data (with both movement type & trading partner information), in one go? If yes, what is the reason behind it.
    - No confirmation. Where is it from? I always do such a load.

  • Short dump during activating the BC Set in SCPR20 - "GETWA_NOT_ASSIGNED"

    Hi experts,
    We have upgraded from SRM 4 to 7.0.We are facing an issue when activating the BC Set in SCPR20. A short dump is occuring inside the program 'VIRSA/SAPLZVIR'. We got the solution that some correction instructions mentioned in the SAP Note 1095700 needs to be mplemented. The steps mentioned in the Note are,
    1) Run transaction SE54 and click the button 'Edit Function Group'.
    2) Next, enter the name of the function group /VIRSA/ZVR1.
    3) Select the radio button option 'Re-generate group-specific programs',and press the 'Change' button.
    4) In the following popup please mark only the option 'structure spec.data declaration renewal' and press enter.
    We were able to proceed with the first two steps but stuck up during the execution of step3. When we selected the radio button u2018Re-generate group-specific programsu2019 and when clicked on the change button, we are getting a message like u2018the name space u2018/VIRSA/ZVR1u2019 does not exists. Because of this we are not able to proceed with the last step.
    Kindly provide some ponters as of how to overcome this issue ..
    Thanks in advance,
    Dhan

    Hi there,
    To overcome this error you need to go to se06 and make the "/VIRSA/" namespace as Modifiable.
    Also, you should have a look at the following note if my first suggestion doesn't work.
    1041089 Tx SCPR20: GETWA_NOT_ASSIGNED dump during BC Set activation
    Hope this helps.
    Kind Regards,
    Matthew

  • Short Dump GETWA_NOT_ASSIGNED while calling Transaction launcher in IC_WEB

    Hi Folks,
    We have a problem with Transaction Launcher profile in IC web client , after support pack implementation when i launch few R/3 transaction in Web client profile getting short dump.
    when i check ST22 transaction , i found these information in Dump.
    !) Error in ABAP application program.
    The current ABAP program "CL_CRM_IC_ABOX_ABSTRACT_URL===CP" had to be
    terminated because one of the
    statements could not be executed.
    we came to know below method not executing properly .
    CL_CRM_IC_ABOX_ABSTRACT_URL method IF_CRM_IC_ACTION_HANDLER~GET_ACTION_PROPERTY
    and also for
    CL_CRM_IC_ABOX_CONSTANTS => Object_type
    Any could you please advice on the same ....
    Regards
    raju....

    Hello Raju,
    Please apply the note 1101443. This should help you resolve the issue.
    Thanks and Regards,
    Varsha

  • Short dump GETWA_NOT_ASSIGNED - Field symbol FS_ENVDLIST not assigned

    Hi Experts,
    I need your help. Currently i am getting a short in CIC0 transaction.
    Please find steps executed which result in short dump.
    Search for a BP with BD display as the active tab. This search will be successful.
    Press u2018End Contactu2019 Now search for 2nd BP with BD display as the active tab.
    This will result in a dump.
    Now if I again execute the t-code CIC0 & enter the same BP it will be successful
    On debugging, I found out that the program cannot identify the data environment since the field symbol <fs_envdlist> does not get assigned when BD_DISPLAY tab is active.  But the program still continues to use this field symbol which results in a dump
    CRM Version - 4.0 - Patch level 10
    Please let me know if the below link is not accessible
    [http://imageshack.us/photo/my-images/685/page3uk.jpg/]
    [http://imageshack.us/photo/my-images/338/page2dr.jpg]
    [http://imageshack.us/photo/my-images/510/page1up.jpg/]
    [http://imageshack.us/photo/my-images/140/page4fa.jpg/]
    [http://imageshack.us/photo/my-images/845/screenshotsxq.jpg/]

    Hi Andrei,
    Thank you for the reply, but both this note are applicable to me
    1144076 u2013 Talks about dump when too many hits are returned - I do not have any such message
    996915 u2013 Talks about searching for the premise for a point of delivery without entering any search parameters - again in my scenario, input data is always provided.
    Is there any solution, i did get note 1254404 which is closest to my issue, but its valid from crm 5.0 and we are on CRM 4.0

  • Short dump on production server

    ABAP runtime errors    GETWA_NOT_ASSIGNED
           Occurred on     28.12.2007 at 11:16:11
    >> Short dump has not been completely stored. It is too big.
    Field symbol has not yet been assigned.
    What happened?
    The current ABAP/4 program "SAPLCEI0 " had to be terminated because
    one of the statements could not be executed.
    This is probably due to an error in the ABAP/4 program.
    What can you do?
    Note the actions and input that caused the error.
    Inform your SAP system administrator.
    You can print out this message by choosing "Print". Transaction ST22
    allows you to display and manage termination messages, including keeping
    them beyond their normal deletion date.
    Error analysis
    You attempted to access an unassigned field symbol
    (data segment 2941).
    This error occurs:
    - if you address a typed field symbol before it has been set with
      ASSIGN or
    - if you address a field symbol that has been reset with UNASSIGN
      or pointed to a local field that no longer exists, or
    - if you address a field symbol that pointed to a line of an internal
      table that has now been deleted, or
    - if you address a global function interface partameter, even
      though the relevant function module is not active,
      i.e. it is not in the list of active calls. You can get the list
      of active calls from the this short dump.
    How to correct the error
    If the error occurred in a non-modified SAP program, you may be
    able to find a solution in the SAP note system.
    If you have access to the note system yourself, use the following
    search criteria:
    "GETWA_NOT_ASSIGNED"
    "SAPLCEI0 " or "LCEI0U29 "
    "CEI0_DDB_HAS_VALUES_INTERNAL"
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem.
       To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
       To obtain this, call the system log with Transaction SM21
       and select the "Print" function to print out the relevant
       part.
    3. If the programs are your own programs or modified SAP programs,
       supply the source code.
       To do this, you can either use the "PRINT" command in the editor or
       print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
       or which actions and input led to the error.
    System environment
    SAP Release.............. "46C"
    Application server....... "SAPCLUN"
    Network address.......... "172.18.112.20"
    Operating system......... "Windows NT"
    Release.................. "5.2"
    Hardware type............ "16x Intel 80158"
    Database server.......... "DBCLUN"
    Database type............ "MSSQL"
    Database name............ "PRD"
    Database owner........... "dbo"
    Character set............ "English_United State"
    SAP kernel............... "46D"
    Created on............... "Apr 9 2006 21:37:58"
    Created in............... "NT 4.0 1381 Service Pack 6 x86 MS VC++ 12.00"
    Database version......... "SQL_Server_7.00 "
    Patch level.............. "2225"
    Patch text............... " "
    Supported environment....
    Database................. "MSSQL 6.5.213 or higher, MSSQL 7.0.1 or higher"
    SAP database version..... "46D"
    Operating system......... "Windows NT 4.0, Windows NT 5.0, Windows NT 5.1,
    Windows NT 5.2, , System build information:,
    , LCHN : "
    User, transaction...
    Client.............. 400
    User................ "QPBASIC"
    Language key........ "E"
    Transaction......... "QA02 "
    Program............. "SAPLCEI0 "
    Screen.............. "SAPLQPL1 0200"
    Screen line......... 34
    Information on where termination occurred
    The termination occurred in the ABAP/4 program "SAPLCEI0 " in
    "CEI0_DDB_HAS_VALUES_INTERNAL".
    The main program was "SAPLQPL1 ".
    The termination occurred in line 49
    of the source code of program "LCEI0U29 " (when calling the editor 490).
    Source code extract
    000190   *"  EXCEPTIONS
    000200   *"      NOT_FOUND
    000210   *"----
    000220
    000230     DATA:
    000240           ls_charac TYPE api_char,
    000250           lt_charac TYPE STANDARD TABLE OF api_char,
    000260           ls_vali   TYPE api_vali.
    000270
    000280     DATA: ls_mi        TYPE ts_mi,
    000290           ls_wi        TYPE ts_wi,
    000300           ls_icv       TYPE ts_value,
    000310           ls_defval    TYPE ts_defval,
    000320           ls_inco_val  TYPE ts_inco_val,
    000330           ls_char_list TYPE ts_char_list,
    000340           lv_subrc     TYPE sy-subrc,
    000350           lv_kntype    TYPE cukntype.
    000360
    000370   data: ls_vallist   TYPE ddb_c04,                             "676840
    000380         lt_vallist   TYPE STANDARD TABLE OF ddb_c04,           "676840
    000390         ls_restrict  type ddb_c03,                             "699141
    000400         lt_restrict  type STANDARD TABLE OF ddb_c03,           "699141
    000410         lv_rflag       type c.                                 "676840
    000420
    000430   *----
    000440     REFRESH exp_values.
    000450
    000460     DESCRIBE TABLE imp_characteristics LINES sy-tfill.
    000470     IF sy-tfill EQ 0.
    000480       LOOP AT
            INTO   ls_char_list.
    000500         ls_charac-atinn = ls_char_list-atinn.
    000510         APPEND ls_charac TO lt_charac.
    000520       ENDLOOP.
    000530     ELSE.
    000540       lt_charac = imp_characteristics[].
    000550     ENDIF.
    000560
    000570     LOOP AT   lt_charac
    000580          INTO ls_charac.
    000590       IF ls_charac-atnam NE space.
    000600   *     input: name
    000610         PERFORM read_mi_with_atnam
    000620                 USING
    000630                   ls_charac-atnam
    000640                 CHANGING
    000650                   lv_subrc
    000660                   ls_mi.
    000670       ELSE.
    000680   *     input: atinn
    Contents of system fields
    SY field contents..................... SY field contents.....................
    SY-SUBRC 0                             SY-INDEX 0
    SY-TABIX 0                             SY-DBCNT 1
    SY-FDPOS 1                             SY-LSIND 0
    SY-PAGNO 0                             SY-LINNO 1
    SY-COLNO 1
    Chosen variables
    Name.......................... Contents.1........2........3....+....4
    PROP_BITMAP                    310
                                   3000
                                   6100
    ALLOWED_VALUES
                                   2
                                   0
    PROP_WIDTH                     300
                                   2000
                                   C100
    ASSIGNED_VALUES                X
                                   5
                                   8
    TOP_WINDOW                     33
                                   2000
                                   1000
    ASSIGNED_VALUES_API_DI
                                   2
                                   0
    PROP_INDEX                     350
                                   5000
                                   E100
    DEFAULT_VALUES
                                   2
                                   0
    DYNPRO_9                       19
                                   1000
                                   3000
    DEFAULT_VALUES_API_DN
                                   2
                                   0
    DYNPRO_8                       18
                                   1000
                                   2000
    DEFAULT_VALUES_API_ST
                                   2
                                   0
    DYNPRO_7                       17
                                   1000
                                   1000
    DOCUMENT_INFO
                                   2
                                   0
    PROP_SOUND                     340
                                   5000
                                   4100
    FIRST_ASSIGNED_VALUE
                                   2
                                   0
    PROP_TEXT                      330
                                   4000
                                   A100
    INCONSISTENT_VALUES
                                   2
                                   0
    LANGUAGE                       E
                                   4
                                   5
    SY-LANGU                       E
                                   4
                                   5
    PROP_BITMAP_STYLE              320
                                   4000
                                   0100
    VALID_VALUES
                                   2
                                   0
    PROP_FONT_SIZE                 380
                                   7000
                                   C100
    EXP_VALUES[]                   #########################À##°###########
                                   0000000000000000000000000C00B00000000000
                                   00000000000000000000000040000A0000000000
    ... +  40                      ################ÿÿÿÿ####################
                                   0000000000000000FFFF00000000000000000000
                                   1000000000001000FFFF81007000430000000000
    ... +  80                      ################################
                                   00000000000000000000000000008000
                                   00000000000000000000000000004100
    PROP_ITEM                      370
                                   7000
                                   2100
    IMP_CHARACTERISTICS[]          #########################À##############
                                   0000000000000000000000000C00800000000000
                                   00000000000000000000000040000A0000000000
    ... +  40                      ################ÿÿÿÿI###################
                                   1000000000000000FFFF40000000000000000000
                                   0000000000000000FFFF90002000430000000000
    ... +  80                      ################################
                                   00000000000000000000000000008000
                                   00000000000000000000000000005100
    SCREEN-ACTIVE                  0
                                   3
                                   0
    SY-XPROG                       SAPCNVE
                                   5454454222222222222222222222222222222222
                                   3103E65000000000000000000000000000000000
    TVS_EDITLABELS                 6
                                   0000
                                   6000
    SY-TFILL                       0
                                   0000
                                   0000
    INCL_PRICE                     0000
                                   3333
                                   0000
    LS_CHAR_LIST                   00000000000000000000
                                   3333333333333333333322222222222
                                   0000000000000000000000000000000
    RSJOBINFO                                                      00000000
                                   2222222222222222222222222222222233333333
                                   0000000000000000000000000000000000000000
    ... +  40                      000000
                                   3333332222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80                      ####
                                   0000
                                   0000
    SYST                           ########################################
                                   0000000000000000000000000000000000000000
                                   0000000000000000000000000000000000000000
    ... +  40                      ####################################I###
                                   0000000000000000000000000000000000004000
                                   1000100010000000100000000000000000009000
    ... +  80                      ########################################
                                   0000000000000000100000000000000000000000
                                   0000000000000000E00000000000000000000000
    ... + 120                      ####################################p###
                                   00000000
                                   0000000
    LT_CHARAC                      Table[initial]
                                   0000FFFD
                                   0000FFFF
    LS_CHARAC                      0000000000
                                   3333333333222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  40
                                   222222222222222222222222222222222
                                   000000000000000000000000000000000
    SPACE
                                   2
                                   0
    Active calls / events
    No.... Type........ Name..........................
           Programm
           Include                                  Line
         1 FUNCTION     CEI0_DDB_HAS_VALUES_INTERNAL
           SAPLCEI0
           LCEI0U29                                    49
         2 FUNCTION     QMCF_CONFIGURATION_READ
           SAPLQMCF
           LQMCFU02                                    61
         3 FUNCTION     QMCF_SPECIFICATION_CONFIG_READ
           SAPLQMCF
           LQMCFU01                                    60
         4 FUNCTION     QPAP_PLAN_READ
           SAPLQPAP
           LQPAPU02                                   297
         5 FUNCTION     QEEV_TABLES_GENERATE
           SAPLQEEV
           LQEEVU01                                   118
         6 FORM         MERKMALSSAETZE_ANLEGEN
           SAPLQPL1
           LQPL1F12                                    85
         7 FORM         ST_RECHNE_571
           SAPLQPL1
           LQPL1F1L                                    26
         8 FORM         OK_PROBENBERECHNUNG
           SAPLQPL1
           LQPL1F1W                                    23
         9 FORM         FCODE_BEARBEITEN
           SAPLV00F
           LV00FF0F                                    97
        10 FUNCTION     SCREEN_SEQUENCE_CONTROL
           SAPLV00F
           LV00FU02                                    46
        11 FORM         FCODE
           SAPLQPL1
           LQPL1F2D                                    61
        12 MODULE (PAI) FCODE
           SAPLQPL1
           LQPL1I0P                                    11
    Internal notes
    The termination occurred in the function "getwa_abswa" of the SAP
    Basis System, specifically in line 1003 of the module
    "//bas/46D/src/krn/runt/abgetwa.c#20".
    The internal operation just processed is "LOOP".
    The internal session was started at 20071228111310.
    Active calls in SAP kernel
    SAP (R) - R/3(TM) Callstack, Version 1.0
    Copyright (C) SAP AG. All rights reserved.
    Callstack without Exception:
    App       : disp+work.EXE (pid=500)
    When      : 12/28/2007 11:16:13.65
    Threads   : 2
    Computer Name       : ELEPRDCI
    User Name           : prdadm
    Number of Processors: 16
    Processor Type: x86 Family 15 Model 4 Stepping 8
    Windows Version     : 5.2 Current Build: 3790
    Stack Dump for Thread Id a5c
    eax=00000000 ebx=000003a8 ecx=00000e58 edx=00000000 esi=000003a8 edi=00000000
    eip=7c82ed54 esp=03138cc4 ebp=03138d34 iopl=0         nv up ei ng nz ac po cy
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000297
    function : KiFastSystemCallRet
             7c82ed54 c3               ret
             7c82ed55 8da42400000000   lea     esp,[esp]              ss:03138cc4=7c822124
             7c82ed5c 8d642400         lea     esp,[esp]              ss:40cd7cc3=????????
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    03138d34 77e6ba12 000003a8 0001d4c0 00000000 03138d6c ntdll!KiFastSystemCallRet
    03138d48 00baaa71 000003a8 0001d4c0 77bf1d88 00000002 kernel32!WaitForSingleObject
    03138d6c 004d113b 004d10fc 77bf1d88 77bf1d88 77bf1d88 disp+work!
    04b5ffb8 77e66063 00215740 00000000 00000000 00215740 MSVCRT!endthreadex
    04b5ffec 00000000 77bcb4bc 00215740 00000000 00000000 kernel32!GetModuleFileNameA
    List of ABAP programs affected
    Type
    Program
    Gen. date  time
    LoadSize
    Prg
    SAPLQPL1
    17.09.2006 09:35:11
    479232
    Prg
    SAPMSSYD
    14.08.2000 15:39:21
    16384
    Prg
    SAPFSYSCALLS
    21.12.1999 19:32:31
    7168
    Prg
    CL_EXITHANDLER================
    18.12.2004 13:14:45
    13312
    Prg
    CL_ABAP_TYPEDESCR=============
    04.01.2000 19:06:00
    17408
    Prg
    CL_ABAP_ELEMDESCR=============
    04.01.2000 19:06:00
    13312
    Prg
    CL_ABAP_DATADESCR=============
    04.01.2000 19:06:00
    11264
    Prg
    CL_ABAP_REFDESCR==============
    04.01.2000 19:06:00
    14336
    Prg
    CL_ABAP_STRUCTDESCR===========
    04.01.2000 19:06:00
    16384
    Prg
    CL_ABAP_COMPLEXDESCR==========
    04.01.2000 19:06:00
    11264
    Prg
    CL_ABAP_TABLEDESCR============
    04.01.2000 19:06:00
    16384
    Prg
    CL_ABAP_CLASSDESCR============
    04.01.2000 19:06:00
    23552
    Prg
    CL_ABAP_OBJECTDESCR===========
    04.01.2000 19:06:00
    28672
    Prg
    CL_ABAP_INTFDESCR=============
    04.01.2000 19:06:00
    21504
    Prg
    IF_EX_INSPECTIONLOT_UPDATE====
    13.07.2002 00:12:42
    5120
    Typ
    SXS_INTER
    30.11.1998 15:55:16
    1024
    Prg
    SAPLSEXV
    17.09.2006 08:50:01
    155648
    Prg
    SAPLSXCH
    18.12.2004 13:22:27
    80896
    Typ
    V_EXT_ACT
    14.10.1999 22:16:55
    2048
    Prg
    CL_EX_INSPECTIONLOT_UPDATE====
    13.07.2002 00:12:42
    26624
    Prg
    SAPLV00F
    08.03.2001 10:01:57
    68608
    Typ
    T185E
    15.07.1997 16:57:08
    2048
    Typ
    T185F
    14.08.1997 21:32:52
    2048
    Typ
    T185
    16.08.2000 11:43:40
    3072
    Typ
    T185V
    10.11.1999 17:45:26
    4096
    Typ
    TQ01
    14.02.1998 14:07:17
    2048
    Prg
    SAPLSTXD
    17.09.2006 08:53:44
    406528
    Prg
    SAPCNVE
    04.01.2000 19:06:37
    7168
    Prg
    SAPLLANG
    04.01.2000 19:06:49
    9216
    Prg
    SAPLV01Z
    17.09.2006 09:34:42
    210944
    Prg
    SAPLCLFM
    17.09.2006 09:34:56
    688128
    Prg
    SAPLCUOB
    17.09.2006 09:18:21
    34816
    Prg
    SAPLCLSE
    13.02.2005 06:50:14
    177152
    Prg
    SAPLCTMS
    17.09.2006 09:34:59
    942080
    Prg
    SAPLCTCV
    17.09.2006 09:27:23
    192512
    Prg
    SAPLCTCF
    12.02.2005 20:42:31
    24576
    Prg
    SAPLV01P
    17.09.2006 09:34:42
    166912
    Prg
    SAPLMFAW
    18.12.2004 14:02:28
    51200
    Typ
    TFAWY
    29.07.1998 19:48:52
    2048
    Typ
    TFAWL
    29.07.1998 19:48:49
    2048
    Typ
    TFAWX
    29.07.1998 19:48:51
    2048
    Typ
    TFAW
    29.07.1998 19:48:45
    2048
    Prg
    RDDFIE00
    04.01.2000 19:06:11
    19456
    Prg
    SAPLQAST
    13.02.2005 07:23:55
    28672
    Prg
    SAPLBSVA
    17.09.2006 09:02:09
    270336
    Prg
    SAPLQSTA
    20.01.2000 10:08:08
    26624
    Typ
    TQ01A
    29.07.1998 19:56:34
    2048
    Prg
    SAPLOMCV
    04.01.2000 19:06:50
    14336
    Typ
    TMCNV
    24.02.1999 03:33:25
    2048
    Prg
    SAPLSCNT
    15.11.2001 05:19:20
    28672
    Prg
    SAPLSVSM
    15.11.2001 05:19:20
    25600
    Prg
    SAPLSGUI
    15.11.2001 05:19:20
    33792
    Prg
    SAPLSTTM
    17.09.2006 08:49:52
    83968
    Prg
    SAPLSBDC
    17.09.2006 08:46:17
    66560
    Prg
    CL_DATAPROVIDER===============
    15.11.2001 05:19:18
    50176
    Typ
    OBJ_RECORD
    14.02.1998 08:30:43
    2048
    Prg
    SAPLSTUP
    17.09.2006 08:46:10
    96256
    Prg
    SAPLCNDP
    17.09.2006 08:53:21
    201728
    Prg
    SAPFGUICNTL
    18.12.2004 11:31:41
    20480
    Prg
    SAPLOLEA
    12.07.2002 21:39:11
    81920
    Prg
    SAPLSFES
    17.09.2006 08:53:22
    164864
    Prg
    SAPLGRFC
    12.07.2002 21:39:11
    16384
    Prg
    SAPSHDTV
    18.12.2004 12:16:52
    36864
    Typ
    SHDSTU
    14.12.1998 23:15:34
    1024
    Typ
    SHDSTCIU
    14.12.1998 23:15:34
    1024
    Prg
    CL_GUI_PROPS_CONSUMER=========
    18.12.2004 11:27:30
    26624
    Prg
    CL_DYNAMIC_GUI_EXTENSIONS=====
    11.02.2000 14:36:06
    55296
    Prg
    CL_GUI_DATAMANAGER============
    18.12.2004 11:34:01
    82944
    Prg
    /1BCDWBEN/SAPLQEN0000
    13.07.2002 02:11:40
    51200
    Prg
    SAPLSENA
    04.01.2000 19:06:53
    28672
    Prg
    SAPLQELA
    17.09.2006 09:27:48
    415744
    Typ
    QALS
    13.07.2002 00:12:42
    27648
    Prg
    SAPLQAUT
    13.02.2005 01:25:27
    177152
    Prg
    SAPLSWUG
    17.09.2006 08:53:33
    264192
    Typ
    SWOTOBJID
    04.05.1995 15:20:52
    2048
    Typ
    SWHACTOR
    04.04.1995 16:18:07
    1024
    Prg
    CL_GOS_MANAGER================
    17.09.2006 08:53:30
    24576
    Prg
    CL_GOS_VIEW_MANAGER===========
    21.12.1999 19:23:29
    29696
    Typ
    SGOS_MVOBJ
    01.12.1999 08:16:05
    2048
    Prg
    SAPLSUU1
    17.09.2006 08:53:37
    183296
    Typ
    USR02
    15.11.2001 05:09:06
    5120
    Typ
    USREFUS
    18.12.2004 11:18:28
    1024
    Prg
    SAPLTHFB
    17.09.2006 08:53:29
    270336
    Typ
    BORIDENT
    28.08.1997 08:38:50
    1024
    Prg
    CL_GOS_TOOLBOX_MODEL==========
    17.09.2006 08:53:30
    39936
    Typ
    SGOS_MODL
    08.02.2000 16:42:30
    3072
    Prg
    SAPLBDLS
    14.08.2000 15:20:53
    13312
    Typ
    T000
    11.09.1997 10:17:18
    3072
    Prg
    CL_GOS_PUBLICATION============
    17.09.2006 08:53:30
    24576
    Prg
    CL_GUI_OBJECT=================
    15.11.2001 05:19:18
    187392
    Prg
    CL_GUI_CFW====================
    18.12.2004 13:28:20
    195584
    Typ
    TOLE
    29.07.1998 19:56:01
    2048
    Prg
    SAPLSGOSHIST
    17.09.2006 08:53:33
    56320
    Prg
    SAPFSGOS
    08.11.2003 23:57:36
    13312
    Typ
    SGOSHIST
    14.10.1999 22:09:01
    2048
    Prg
    SAPLURFC
    04.01.2000 19:08:13
    14336
    Prg
    CL_GOS_STARTER================
    09.12.1999 13:49:28
    21504
    Prg
    CL_GUI_CONTROL================
    08.11.2003 23:57:31
    117760
    Prg
    CL_GUI_TOOLBAR================
    15.11.2001 05:19:18
    72704
    Prg
    CL_GUI_GOS_CONTAINER==========
    01.02.2000 10:16:37
    38912
    Typ
    CFW_LINK
    01.12.1999 12:16:48
    2048
    Prg
    CL_GUI_CONTAINER==============
    15.11.2001 05:19:18
    58368
    Prg
    SAPLCNTH
    08.11.2003 23:56:48
    26624
    Prg
    SAPLSCONTROLINFO
    04.01.2000 19:06:52
    13312
    Prg
    SAPLSCONTROLSTATUSCHECK
    04.01.2000 19:06:52
    10240
    Typ
    USR05
    09.07.1997 23:46:52
    1024
    Typ
    CNTLWARN
    25.01.1999 13:09:44
    2048
    Prg
    SAPLICON
    17.09.2006 08:39:01
    25600
    Prg
    %_CICON
    14.08.2000 15:39:36
    55296
    Typ
    JSTO
    27.08.1994 20:32:55
    2048
    Typ
    JEST
    27.08.1994 20:32:50
    2048
    Prg
    SAPLAIEV
    15.11.2001 05:18:17
    14336
    Prg
    CL_OS_TRANSACTION_END_NOTIFIER
    18.12.2004 13:21:30
    8192
    Typ
    LFA1
    13.07.2002 01:08:16
    12288
    Prg
    SAPLCPDB
    17.09.2006 09:17:36
    113664
    Typ
    PLKO
    15.01.1999 22:26:42
    9216
    Prg
    SAPLCCPR
    17.09.2006 09:09:14
    231424
    Typ
    TCC08
    17.03.1999 16:30:21
    4096
    Typ
    AEEF
    13.02.2005 06:49:14
    3072
    Typ
    TCC10
    23.04.1998 14:45:07
    2048
    Typ
    TCCET
    28.08.1997 09:33:24
    1024
    Typ
    TCCEP
    20.08.1998 11:28:15
    2048
    Typ
    TCCER
    10.11.1998 05:49:03
    2048
    Typ
    TCCETT
    14.02.1998 12:45:20
    1024
    Typ
    TCCEPT
    14.02.1998 12:45:07
    1024
    Typ
    TCCERT
    17.03.1999 16:24:38
    2048
    Typ
    TCCS01
    27.08.1999 18:28:00
    1024
    Prg
    SAPLCCHO
    17.09.2006 09:18:17
    55296
    Prg
    SAPLCPTA
    17.09.2006 09:09:03
    122880
    Prg
    SAPLCQTA
    17.09.2006 09:34:41
    88064
    Typ
    TQ33
    10.07.1997 00:12:25
    2048
    Typ
    TQ30
    15.04.1998 00:38:23
    3072
    Typ
    TQ30T
    14.02.1998 14:11:06
    2048
    Prg
    SAPLCV141
    17.09.2006 09:18:22
    86016
    Typ
    DRAD
    01.12.1999 15:17:34
    3072
    Prg
    SAPLBSVT
    16.08.2000 11:43:43
    18432
    Prg
    SAPLSMSG
    18.12.2004 13:27:29
    108544
    Typ
    TJ05
    30.11.1993 16:45:10
    1024
    Typ
    TJ01
    01.03.1999 13:50:12
    4096
    Typ
    TJ07
    30.11.1993 16:45:13
    1024
    Typ
    TJ06
    30.11.1993 16:45:11
    1024
    Typ
    TJ03
    16.08.2000 11:43:42
    2048
    Prg
    SAPFGUICNTL_CFW
    15.11.2001 05:19:19
    17408
    Prg
    CL_GUI_DOCKING_CONTAINER======
    15.11.2001 05:19:18
    50176
    Prg
    SAPLQBCK
    17.09.2006 09:27:37
    106496
    Typ
    QINF
    09.12.1999 19:04:48
    5120
    Typ
    MTQSS
    23.04.1998 14:51:52
    4096
    Prg
    SAPLMAQM
    17.09.2006 09:35:30
    61440
    Typ
    T001W
    18.11.1998 16:27:15
    1024
    Typ
    T001K
    01.02.2000 14:56:09
    3072
    Prg
    SAPLMG21
    17.09.2006 09:34:30
    159744
    Typ
    MARA
    17.09.2006 09:17:34
    15360
    Prg
    SAPLMG22
    17.09.2006 09:17:36
    115712
    Typ
    MARC
    04.01.2000 18:04:45
    23552
    Typ
    RMQEA
    13.08.1997 12:52:02
    9216
    Typ
    TJ02
    27.03.1996 18:28:28
    1024
    Typ
    TJ02T
    14.02.1998 13:40:18
    2048
    Typ
    TJ04
    30.11.1993 16:45:08
    2048
    Prg
    SAPLKDIC
    04.01.2000 19:06:48
    17408
    Prg
    SAPLSDTO
    04.01.2000 19:06:52
    25600
    Typ
    DD07T
    12.05.1997 16:45:51
    2048
    Prg
    SAPLCSCE
    04.01.2000 19:06:44
    8192
    Typ
    T024E
    10.12.1998 18:01:35
    2048
    Prg
    SAPLSCVU
    17.09.2006 08:50:02
    59392
    Typ
    T006A
    28.08.1997 09:04:18
    2048
    Typ
    OLE_PA
    04.04.1995 16:02:19
    2048
    Typ
    ARFCRDATA
    12.07.2002 21:39:11
    3072
    Typ
    SWCBCONT
    14.02.1998 10:14:45
    2048
    Typ
    OLE_VERBS
    04.04.1995 16:02:20
    1024
    Prg
    SAPLSDSD
    17.09.2006 08:53:36
    437248
    Typ
    DDSHIFACE
    20.08.1998 10:51:59
    2048
    Typ
    DFIES
    15.01.1999 16:49:52
    6144
    Typ
    DDSHFPROP
    20.08.1998 10:51:57
    2048
    Typ
    DDSHSELOPT
    20.08.1998 10:52:01
    2048
    Prg
    SAPLSDNT
    18.12.2004 12:05:44
    188416
    Prg
    SAPLSDIF
    18.12.2004 13:03:59
    256000
    Typ
    T006
    29.07.1998 19:25:31
    3072
    Prg
    SAPLSCV0
    17.09.2006 08:50:22
    99328
    Typ
    TCA01
    10.03.1999 18:31:19
    5120
    Typ
    TCA02
    14.02.1998 12:40:44
    2048
    Typ
    TCA35
    06.07.1998 20:51:04
    2048
    Typ
    QMAT
    27.08.1999 18:14:19
    5120
    Typ
    TQ32
    10.07.1997 00:12:23
    2048
    Prg
    SAPLXQPL
    17.09.2006 09:30:13
    28672
    Typ
    TCA44
    29.07.1998 19:44:06
    2048
    Prg
    SAPLQPAP
    17.09.2006 09:30:13
    295936
    Prg
    SAPMSSY0
    17.09.2006 08:53:44
    69632
    Prg
    SAPLSNR3
    17.09.2006 08:53:36
    48128
    Typ
    TNRO
    18.12.2004 13:02:43
    4096
    Prg
    SAPLQEEV
    17.09.2006 09:27:48
    216064
    Typ
    QAPP
    15.04.1998 00:12:33
    7168
    Typ
    TQSS
    20.01.2000 10:08:08
    3072
    Prg
    SAPLQMCF
    17.09.2006 09:34:35
    46080
    Prg
    SAPLCEI0
    03.12.2006 09:44:54
    1121280
    Prg
    SAPLCUEV
    13.07.2002 02:21:41
    11264
    Typ
    IBINCOM
    01.06.1999 11:56:27
    2048
    Typ
    IBINCONF
    01.06.1999 11:56:27
    2048
    Typ
    IBSTCONF
    01.06.1999 11:56:28
    1024
    Prg
    IF_EX_CEI0_INVLD_POSSIBLE=====
    12.02.2005 20:53:18
    4096
    Prg
    CL_EX_CEI0_INVLD_POSSIBLE=====
    12.02.2005 20:52:40
    10240
    Prg
    CL_EXIT_MASTER================
    01.02.2000 09:29:10
    10240
    Typ
    V_EXT_IMP
    14.10.1999 22:16:55
    2048
    Prg
    SAPLCUCB
    17.09.2006 09:34:59
    199680
    Typ
    TCUIBSPECIAL
    15.11.2001 05:31:05
    1024
    Prg
    CL_CBASE======================
    13.02.2005 07:14:09
    95232
    Typ
    T371G
    29.04.1998 10:42:48
    1024
    Prg
    SAPLIBCO
    13.02.2005 05:49:04
    305152
    Prg
    SAPLIBXX
    13.07.2002 02:21:41
    12288
    Prg
    SAPLIBIBF
    13.02.2005 06:58:29
    177152
    Prg
    SAPLIBINF
    13.02.2005 06:58:30
    452608
    Prg
    CL_IBASE_STRUC================
    13.07.2002 02:21:39
    141312
    Prg
    CL_IBASE_STRUC_BUF============
    13.02.2005 01:44:37
    120832
    Prg
    CL_IBASE_STRUC_STAT===========
    13.07.2002 02:21:39
    9216
    Prg
    CL_IBASE_STRUC_BUF_IBSTREF====
    13.02.2005 01:44:37
    61440
    Typ
    IBINVAL
    14.05.1998 22:39:25
    2048
    Prg
    SAPLIBCU
    13.07.2002 02:21:41
    14336
    Prg
    SAPLIBCUT
    13.07.2002 02:21:41
    14336
    Typ
    T371B
    14.05.1998 22:58:43
    1024
    Prg
    CL_IBASE_SERVICE==============
    13.07.2002 02:21:39
    17408
    Prg
    CL_IBASE_T371D_BUF============
    13.07.2002 02:21:39
    15360
    Typ
    T371D
    27.08.1999 18:19:44
    2048
    Prg
    CL_IBASE_R3_MATERIAL==========
    17.09.2006 09:33:39
    99328
    Typ
    MAKT
    28.08.1997 08:52:19
    2048
    Typ
    ICON
    03.01.1996 15:34:02
    3072
    Prg
    IF_EX_CM_BADI_VERSION=========
    12.07.2002 23:55:25
    4096
    Prg
    CL_EX_CM_BADI_VERSION=========
    12.07.2002 23:54:25
    11264
    Prg
    CL_DEF_IM_CM_BADI_VERSION=====
    12.07.2002 23:54:24
    8192
    Prg
    SAPLASTAT_TRIG
    18.12.2004 12:15:52
    12288
    Typ
    ASTAT_TYP2
    10.11.1998 05:35:18
    1024
    Typ
    ASTAT_TYP1
    30.11.1998 15:54:16
    1024
    Prg
    IF_CM_BASELINE================
    13.02.2005 06:50:14
    40960
    Prg
    IF_IBASE_IBOF_TREE_OBJECT=====
    13.02.2005 05:59:51
    10240
    Prg
    IF_IBASE_INSTALL==============
    13.07.2002 02:21:40
    4096
    Prg
    IF_IBASE_MATERIAL=============
    13.07.2002 02:21:40
    4096
    Prg
    IF_IBASE_OBJECT===============
    13.07.2002 02:21:40
    5120
    Prg
    SAPLBOMA
    01.02.2000 14:54:24
    13312

    Hi Sanjay,
      This dump generally occurs when there are inconsistencies between the name of the fields in the fieldcatalog and the names of the fields in the internal table. Please post ur code.(Assuming that this dump has occured in a Z* program)
    Edited by: Rajesh on Dec 29, 2007 2:40 PM

  • Short Dump in BI 7.0,While Remodelling the Infocube

    Hi Experts
    I got the below short dump in BI 7.0 while remodelling infocube to add a new time char (0CALMONTH2)
    Please update me what is wrong
    Runtime Errors         GETWA_NOT_ASSIGNED
    Date and Time         
    Short text
    Field symbol has not yet been assigned.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "CL_RSCNV_ADD_CHAR=============CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    Error analysis
    You attempted to access an unassigned field symbol
    (data segment 32776).
    This error may occur if
    - You address a typed field symbol before it has been set with
    ASSIGN
    - You address a field symbol that pointed to the line of an
    internal table that was deleted
    - You address a field symbol that was previously reset using
    UNASSIGN or that pointed to a local field that no
    longer exists
    - You address a global function interface, although the
    respective function module is not active - that is, is
    not in the list of active calls. The list of active calls
    can be taken from this short dump.
    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:
    "GETWA_NOT_ASSIGNED" " "
    "CL_RSCNV_ADD_CHAR=============CP" or "CL_RSCNV_ADD_CHAR=============CM002"
    "IF_RSCNV_OPERATION~CONVERT"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    Information on where terminated
    Termination occurred in the ABAP program "CL_RSCNV_ADD_CHAR=============CP" -
    in "IF_RSCNV_OPERATION~CONVERT".
    The main program was "RADGENREP ".
    In the source code you have the termination point in line 23
    of the (Include) program "CL_RSCNV_ADD_CHAR=============CM002".
    The program "CL_RSCNV_ADD_CHAR=============CP" was started as a background job.
    Job Name....... "ZC13_32/ZCM_INSERT"
    Job Initiator.. "GHANTAK"
    Job Number..... 10521300
    Source Code Extract
    Line
    SourceCde
    1
    METHOD if_rscnv_operation~convert.
    2
    *CALL METHOD SUPER->IF_RSCNV_OPERATION~CONVERT
    3
    EXPORTING
    4
       I_R_OLD =
    5
    CHANGING
    6
       C_R_NEW =
    7
    8
    FIELD-SYMBOLS: <l_s_oldtable> TYPE ANY.
    9
    FIELD-SYMBOLS: <l_s_newtable> TYPE ANY.
    10
    FIELD-SYMBOLS: <l_fillfield> TYPE ANY.
    11
    FIELD-SYMBOLS: <l_addfield> TYPE ANY.
    12
    DATA: l_r_fillfield TYPE REF TO data.
    13
    DATA: l_r_addfield TYPE REF TO data.
    14
    15
    TRY.
    16
    ASSIGN i_r_old->* TO <l_s_oldtable>.
    17
    ASSIGN c_r_new->* TO <l_s_newtable>.
    18
    19
    ASSIGN COMPONENT p_fillfieldnm OF STRUCTURE <l_s_oldtable> TO <l_fillfield>.
    20
    ASSIGN COMPONENT p_addfieldnm OF STRUCTURE <l_s_newtable> TO <l_addfield>.
    21
    22
    GET REFERENCE OF <l_fillfield> INTO l_r_fillfield.
    >>>>>
    GET REFERENCE OF <l_addfield> INTO l_r_addfield.
    24
    25
    IF NOT p_constval IS INITIAL.
    26
    fill constant
    27
    CALL METHOD cl_rscnv_operation=>fill_const
    28
    EXPORTING
    29
    i_newiobj    = p_add_char
    30
    i_constval   = p_constval
    31
    i_fieldtype  = o_fieldtype
    32
    CHANGING
    33
    c_r_newfield = l_r_addfield.
    34
    35
    36
    ELSEIF NOT p_attriobj IS INITIAL AND NOT p_ofiobjnm IS INITIAL.
    37
    fill using attribute of characteristic
    38
    ASSIGN i_r_old->* TO <l_s_oldtable>.
    39
    ASSIGN COMPONENT p_fillfieldnm OF STRUCTURE <l_s_oldtable> TO <l_fillfield>.
    40
    GET REFERENCE OF <l_fillfield> INTO l_r_fillfield.
    41
    CALL METHOD read_attr
    42
    EXPORTING

    Hi,
    i mean to say, just come out the transaction & try again..............
    or else u can check the short dump in ST22...........
    Regards,
    SD

  • GETWA_NOT_ASSIGNED abap dump

    Hello Experts,
    I am getting GETWA_NOT_ASSIGNED abap short dump in our our system, we are running on SCM 5.0, in program SAPLZ_FRE_TSD_ANALYTICS or LZ_FRE_TSD_ANALYTICS.
    Waiting for your kind response.
    Runtime Errors         GETWA_NOT_ASSIGNED
    Date and Time          14.04.2008 16:43:45
    Short text
    Field symbol has not yet been assigned.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLZ_FRE_TSD_ANALYTICS" had to be terminated because
    it has
    come across a statement that unfortunately cannot be executed.
    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
    You attempted to access an unassigned field symbol
    (data segment 32776).
    This error may occur if
    - You address a typed field symbol before it has been set with
    ASSIGN
    - You address a field symbol that pointed to the line of an
    internal table that was deleted
    - You address a field symbol that was previously reset using
    UNASSIGN or that pointed to a local field that no
    longer exists
    - You address a global function interface, although the
    respective function module is not active - that is, is
    not in the list of active calls. The list of active calls
    can be taken from this short dump.
    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:
    "GETWA_NOT_ASSIGNED" " "
    "SAPLZ_FRE_TSD_ANALYTICS" or "LZ_FRE_TSD_ANALYTICSF02"
    "ANALYSE_STOCK_DATA"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    System environment
    SAP-Release 700
    Application server... "u962004t"
    Network address...... "10.200.230.10"
    Operating system..... "HP-UX"
    Release.............. "B.11.23"
    Hardware type........ "ia64"
    Character length.... 8 Bits
    Pointer length....... 64 Bits
    Work process number.. 11
    Shortdump setting.... "full"
    Database server... "u962004t"
    Database type..... "ORACLE"
    Database name..... "P46"
    Database user ID.. "SAPP46"
    Char.set.... "en_US.iso88591"
    SAP kernel....... 700
    created (date)... "Dec 30 2007 21:06:56"
    create on........ "HP-UX B.11.23 U ia64"
    Database version. "OCI_102 (10.2.0.1.0) "
    Patch level. 141
    Patch text.. " "
    Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
    SAP database version. 700
    Operating system..... "HP-UX B.11"
    Memory consumption
    Roll.... 16128
    EM...... 8379808
    Heap.... 0
    Page.... 0
    MM Used. 5137344
    MM Free. 3239680
    User and Transaction
    Client.............. 110
    User................ "SAP_SUPPORT"
    Language Key........ "E"
    Transaction......... " "
    Transactions ID..... "480337E1306170D9E10000000AC8E60A"
    Program............. "SAPLZ_FRE_TSD_ANALYTICS"
    Screen.............. "SAPMSSY1 3004"
    Screen Line......... 2
    Information on caller of Remote Function Call (RFC):
    System.............. "P46"
    Database Release.... 700
    Kernel Release...... 700
    Connection Type..... 3 (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)
    Call Type........... "asynchron with reply and non-transactional (emode 0,
    imode 0)"
    Inbound TID.........." "
    Inbound Queue Name..." "
    Outbound TID........." "
    Outbound Queue Name.." "
    Client.............. 110
    User................ "SAP_SUPPORT"
    Transaction......... " "
    Call Program........."Z_FRE_STOCK_ANALYZE"
    Function Module..... "Z_FRE_STOCK_RECONCILE"
    Call Destination.... "u962004t_P46_65"
    Source Server....... "u962004t_P46_65"
    Source IP Address... "10.200.230.10"
    Additional information on RFC logon:
    Trusted Relationship " "
    Logon Return Code... 0
    Trusted Return Code. 0
    Note: For releases < 4.0, information on the RFC caller are often
    only partially available.
    Information on where terminated
    Termination occurred in the ABAP program "SAPLZ_FRE_TSD_ANALYTICS" - in
    "ANALYSE_STOCK_DATA".
    The main program was "SAPMSSY1 ".
    In the source code you have the termination point in line 135
    of the (Include) program "LZ_FRE_TSD_ANALYTICSF02".
    Source Code Extract
    Line
    SourceCde
    105
    l_error = true.
    106
    ENDIF.
    107
    108
    READ TABLE ct_comp ASSIGNING <comp>
    109
    WITH KEY locno = <act>-locno
    110
    matnr = <act>-matnr
    111
    tstfr = <act>-tstfr
    112
    tstto = <act>-tstto
    113
    BINARY SEARCH.
    114
    115
    IF sy-subrc = 0.
    116
    l_idx_comp = sy-tabix.
    117
    118
    IF <act>-kval <> <comp>-kval.
    119
    IF NOT <comp>-init = c_stockch.
    120
    l_error = true.
    121
    ENDIF.
    122
    ENDIF.
    123
    124
    ELSE.   " sy-subrc = 0.
    125
    l_error = true.
    126
    UNASSIGN: <comp>.
    127
    ENDIF.  " sy-subrc = 0.
    128
    129
    IF l_error = true.
    130
    MOVE-CORRESPONDING <act> TO ls_result.
    131
    MOVE <act>-kval TO ls_result-kval_act.
    132
    133
    IF <act>-init = c_error.
    134
        Error status set because of error from STOCK_FROM_LIME call
    >>>>>
    IF <comp>-kval <> 0.
    136
    MOVE text-t05 TO ls_result-text.
    137
    ENDIF.
    138
    ELSEIF <comp> IS ASSIGNED.
    139
    IF <comp>-init = c_error.
    140
          MARD in ERP initial
    141
    MOVE text-t04 TO ls_result-text.
    142
    ELSEIF <comp>-init = c_stockch.
    143
          Stock change flag in ERP not initial
    144
    MOVE text-t09 TO ls_result-text.
    145
    ELSE.
    146
          DIFFERENCES !!!!
    147
    MOVE text-t08 TO ls_result-text.
    148
    ENDIF.
    149
    ELSE.
    150
    MOVE text-t02 TO ls_result-text.
    151
    ENDIF.
    152
    153
    IF <comp> IS ASSIGNED.
    154
    MOVE <comp>-kval TO ls_result-kval_comp.
    Regards,
    K R Singh

    Hi K R Singh,
    Please contact and get the short dump reviewed by your BASIS team and DBA.
    Typically this kind of dump can come due to DB Tablespace issues (and potential inconsistent setup)
    Somnath

  • Short dump because of start routine.

    Hi ,
    I have a start routine to delete the certain records of Source package based on some condition .
    My code is supposed to delete the source package when the 0DOC_CATEG ( Documant category )
    is equal to 'B' or 'G'.Below is my code :
        LOOP AT SOURCE_PACKAGE into <SOURCE_FIELDS> .
          *IF   <SOURCE_FIELDS>-DOC_CATEG EQ 'B'
            *OR <SOURCE_FIELDS>-DOC_CATEG EQ 'G'. 
            DELETE SOURCE_PACKAGE from <SOURCE_FIELDS> .
          ENDIF.
        ENDLOOP.
    There is no synatx error but at the runtime when executing DTP, it throws short dump.
    Could somebody tell me what is the issue and if there is any alternate way of code .
    Thanks,
    Vels

    Hi siggi,
    The short dump is as follows:
    Runtime Errors         GETWA_NOT_ASSIGNED
    Error analysis
        You attempted to access an unassigned field symbol
        (data segment 32774).
        This error may occur if
        - You address a typed field symbol before it has been set with
          ASSIGN
        - You address a field symbol that pointed to the line of an
          internal table that was deleted
        - You address a field symbol that was previously reset using
          UNASSIGN or that pointed to a local field that no
          longer exists
        - You address a global function interface, although the
          respective function module is not active - that is, is
          not in the list of active calls. The list of active calls
          can be taken from this short dump.

  • Dynamic Field-Symbol assignment - Short Dump

    Create three programs as mentioned:
    REPORT  zforms.
    *&      Form  form_fs_assign
    *       text
    FORM form_fs_assign.
      FIELD-SYMBOLS <fs> TYPE table.
      DATA: fs_itab LIKE STANDARD TABLE OF tab_matnr WITH HEADER LINE.
      break-point.
      ASSIGN ('(ZPROGRAM1)ITAB[]') TO <fs>.
      IF sy-subrc EQ 0.
        fs_itab[] = <fs>[].
        LOOP AT fs_itab.
          WRITE / fs_itab-matnr.
        ENDLOOP.
      ELSE.
        Write:/ sy-repid, 'field-symbol not assigned'.
      ENDIF.
    ENDFORM.                    "form_fs_assign
    REPORT zprogram1.
    DATA: itab LIKE STANDARD TABLE OF tab_matnr WITH HEADER LINE.
    itab-matnr = '1111'.
    APPEND itab.
    itab-matnr = '2222'.
    APPEND itab.
    WRITE:/ sy-repid.
    PERFORM form_fs_assign IN PROGRAM zforms.
    SUBMIT zprogram2.
    REPORT zprogram2.
    break-point.
    *-- enter (ZPROGRAM1)ITAB[] in the variable and press enter
    * the yellow icon stating that it doesn't exist appears
    * but when the following form is called, it does checks
    * the <fs> assign and doesnt gives any runtime error
    * while in Pricing routine, the similar situation
    * does gives the error
    PERFORM form_fs_assign IN PROGRAM zforms.
    *Execute zprogram1 and debug, works fine..*
    *Execute zprogram2, (ZPROGRAM1)ITAB[] doesn't exist, still it doesn't leads to short dump*
    *BUT, a very similar situation in a Pricing Requirment Routine leads to a short dump:*
    *Runtime Error          GETWA_NOT_ASSIGNED*
    *ShrtText    Field symbol has not yet been assigned.*
    *Pricing Routine Code Snippet:*
    *-- {3. -
    determine qualifying prior invoices in memory----
    FIELD-SYMBOLS: <fs_vbrk> TYPE table.
                FIELD-SYMBOLS: <fs_vbpa> TYPE table.
                FIELD-SYMBOLS: <fs_komv> TYPE table.
                DATA g_it_vbrk LIKE STANDARD TABLE OF vbrkvb WITH HEADER LINE.
                DATA g_it_vbpa LIKE STANDARD TABLE OF vbpavb WITH HEADER LINE.
                DATA g_it_komv LIKE STANDARD TABLE OF konv WITH HEADER LINE.
                DATA: l_vbrk_lines TYPE i.
                ASSIGN ('(SAPLV60A)XVBRK[]') TO <fs_vbrk>. <- "Error occurs here
                ASSIGN ('(SAPLV60A)XVBPA[]') TO <fs_vbpa>.
                ASSIGN ('(SAPLV60A)XKOMV[]') TO <fs_komv>.
                g_it_vbrk[] = <fs_vbrk>.
                g_it_vbpa[] = <fs_vbpa>.
                g_it_komv[] = <fs_komv>.
                DESCRIBE TABLE g_it_vbrk LINES l_vbrk_lines.
                READ TABLE g_it_vbrk INDEX l_vbrk_lines.
    ** remember to make vkorg and vtweg check for vbrk invoices
                DELETE g_it_vbrk WHERE vbeln = g_it_vbrk-vbeln.
                DELETE g_it_vbpa WHERE vbeln = g_it_vbrk-vbeln OR parvw <> 'WE'.
                DELETE g_it_komv WHERE knumv = g_it_vbrk-vbeln OR kschl <> 'ZF02' OR kbetr = 0.

    Hello friends,
    Rich,
    The piece of code you suggested didn't work, and still led to the short dump.
    Naimesh,
    I agree that XVBRK is not declared globally, and if it is a Table, and declared as global work area using Tables, we could have used it directly using ASSIGN (VBRK)...
    But, since its not the case, I am not able to do so...
    Still, my requirement remains the same. I have to get the invoices created (in memory) but not saved during a collective billing run.
    And the required data is available in the (SAPLV60A)XVBRK internal table, from which I am able to retrieve it for the first time, but clicking on the conditions tab in the item details leads to this short dump, becs (SAPLV60A)XVBRK[] isn't available at that moment. Still, if it is not available I suppose it should just set the sy-subrc to 4 instead of ending into a short-dump.
    Jürgen Hartwig,
    I know ZPROGRAM 1 can't work in ZPROGRAM 2, but it doesnt leads to the short dump either, does it? But in case of pricing it gives the run time error, this is exception I want to handle!
    XVBRK is not declared globally, but since SAPLV60A calls a perform in SAPLV61A, it remains in the ABAP stack and we can access it using (SAPLV60A)XVBRK[] kind of assignment.
    When the same is called during Item Conditions display, its PBO is in the stack but not other forms (in which it might have defined).
    Rich, is there a way to get all the variables available in scope at any instance during runtime?
    Well, Jürgen, I though it Germany it was called "schmutzig zuweisen" :-)... by the way, the same method has been used at several places in standard SAP programs with the sy-subrc check.
    Reference Data:
    when the assignment happens successfully, the ABAP Stack looks similar to:
    Call | Program   | Subroutine
    10   | SAPLV61A  | some_subrountine
    09   | SAPLV61A  | some_subrountine
    08   | SAPLV61A  | some_subrountine
    07   | SAPLV60A  | some_subrountine
    06   | SAPLV60A  | some_subrountine
    05   | SAPLV60A  | some_subrountine
    04   | SAPLV60A  | some_subrountine
    03   | SAPLV60A  | some_subrountine
    02   | SAPLV60A  | some_XKOMV_AUBE..subrountine
    01   | SAPLV60A  | PAI_some_subrountine
    when the assignment doesnt happens, the ABAP Stack looks similar to:
    04   | SAPLV61A  | some_subrountine
    03   | SAPLV61A  | some_subrountine
    02   | SAPLV61A  | some_subrountine
    01   | SAPLV60A  | PBO_some_subrountine

Maybe you are looking for

  • Ipod Touch , Nike+ no longer available after neglect attitudes.

    Can find the Nike+App no more. After deferring the attitudes it was no longer available! Can somebody say to where I can get the Nike+ App? Thank in advance

  • Photoshop CS 5 mysteriously crashing lately

    Hello, After PS CS5 running super stable over the course of 4 years, it has suddenly started crashing on me on several occasions. The actions that will cause a crash can be repeated for a short amount before they will once again revert back to 'faili

  • Mac OS X Server - Web Hosting & Media Server

    Hi All - Need advice. I have MacPro and have purchased MacPro Server. Here is what I plan to do with MacPro Server: 1. Host couple of my personal websites, blogs etc. 2. Use it as a iTunes Media Server so that I can access my iTunes content through V

  • Form labels

    Is there any point in using form labels for the field names?

  • Slide show on DVD

    Hi, I am searching for some software that creates a slide show from a set of .jpg files and burns that slide show on a CD or DVD. The slide show should open on a computer (e.g. with IE Explorer) and also play on a DVD player. Roxio has software in Eu