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

Similar Messages

  • Short Dump in SAP BW Sys while extracting data from R/3

    HI All,
    I am getting short dump problem in sap bw while extracting the data from r/3 to bw info cube.
    the error message is like this,
    Runtime Error          DBIF_RSQL_SQL_ERROR
    Except.                CX_SY_OPEN_SQL_DB
    Date and Time          11.05.2011 09:36:51
    ShrtText
    An SQL error occurred when accessing a table.
    What can you do?
    Make a note of the actions and input which caused the error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    How to correct the error
    Database error text........: "ORA-14400: inserted partition key does not map to
    any partition"
    Internal call code.........: "[RSQL/INSR//BIC/B0000115000 ]"
    Please check the entries in the system log (Transaction SM21).
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "DBIF_RSQL_SQL_ERROR" CX_SY_OPEN_SQL_DBC
    "GPCX2UNC5JG556R7DPSFJUGJS1Z" or "GPCX2UNC5JG556R7DPSFJUGJS1Z"
    |    "INSERT_ODS"                
    If you cannot solve the problem yourself and you wish to send
    an error message to SAP, include the following documents:
    1. A printout of the problem description (short dump)
    To obtain this, select in the current display "System->List->
    Save->Local File (unconverted)".
    2. A suitable printout of the system log
    To obtain this, call the system log through transaction SM21.
    Limit the time interval to 10 minutes before and 5 minutes
    after the short dump. In the display, then select the function
    "System->List->Save->Local File (unconverted)".
    3. If the programs are your own programs or modified SAP programs,
    supply the source code.
    To do this, select the Editor function "Further Utilities->
    Upload/Download->Download".
    4. Details regarding the conditions under which the error occurred
    or which actions and input led to the error.
    The exception must either be prevented, caught within the procedure
    "INSERT_ODS"
    "(FORM)", or declared in the procedure's RAISING clause.
    To prevent the exception, note the following:
    System environment
    SAP Release.............. "640"
    Application server....... "bwdev"
    Network address.......... "10.10.100.36"
    Operating system......... "Windows NT"
    Release.................. "5.2"
    Hardware type............ "8x AMD64 Level"
    Character length......... 8 Bits
    Pointer length........... 64 Bits
    Work process number...... 0
    Short dump setting....... "full"
    Database server.......... "BWDEV"
    Database type............ "ORACLE"
    Database name............ "BWD"
    Database owner........... "SAPR3"
    Character set............ "English_United State"
    SAP kernel............... "640"
    Created on............... "Aug 17 2008 20:56:58"
    Created in............... "NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00"
    Database version......... "OCI_10201_SHARE "
    Patch level.............. "247"
    Patch text............... " "
    Supported environment....
    Database................. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE
    10.2.0.."
    SAP database version..... "640"
    Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2,
    Windows NT 6.0"
    Memory usage.............
    Roll..................... 16128
    EM....................... 6265200
    Heap..................... 0
    Page..................... 0
    MM Used.................. 5972296
    MM Free.................. 289384
    SAP Release.............. "640"
    User and Transaction
    Information on where terminated
    The termination occurred in the ABAP program "GPCX2UNC5JG556R7DPSFJUGJS1Z" in
    "INSERT_ODS".
    The main program was "SAPMSSY1 ".
    The termination occurred in line 41 of the source code of the (Include)
    program "GPCX2UNC5JG556R7DPSFJUGJS1Z"
    of the source code of program "GPCX2UNC5JG556R7DPSFJUGJS1Z" (when calling the
    editor 410).
    Processing was terminated because the exception "CX_SY_OPEN_SQL_DB" occurred in
    the
    procedure "INSERT_ODS" "(FORM)" but was not handled locally, not declared in
    the
    RAISING clause of the procedure.
    The procedure is in the program "GPCX2UNC5JG556R7DPSFJUGJS1Z ". Its source code
    starts in line 21
    |    of the (Include) program "GPCX2UNC5JG556R7DPSFJUGJS1Z ".

    Hi,
    This error  occurs if you want to insert an entry in the table that does not match the value range of any partition. In such a case, you must compare the value of the entry with the definitions of the partitions to determine the cause of the error.
    please run the following test/repair in transaction RSRV ,
    RSRV -> All Elementary Test -> PSA Tables -> Consistency Between PSA Partitions and SAP Administration  Information
    -> include the PSA table
        /BIC/B0000115000
    Check OSS note 339896 which explains  the repair procedure.
    Regards,
    Lokesh

  • Short dump error when extracting from one of the datasource in R/3 to BW

    When extracting from one of the datasource I am getting the short dump. below is the source code of the same.
    Source code extract
    Get boundaries of next TID block
    L_FROM_INDEX = L_TO_INDEX + 1.
    IF L_FROM_INDEX GT NFILL.  EXIT.  ENDIF.
    L_TO_INDEX   = L_TO_INDEX + L_BLOCK_SIZE.
    IF L_TO_INDEX GT NFILL.
      L_TO_INDEX = NFILL.
      L_BLOCK_SIZE = L_TO_INDEX - L_FROM_INDEX + 1.
    ENDIF.
    Create hashed index on TID of TID table
    CLEAR L_TH_TID_IDX.
    LOOP AT TIDTAB FROM L_FROM_INDEX TO L_TO_INDEX.
      L_S_TID_IDX-TIDIX = SY-TABIX.
      L_S_TID_IDX-TID   = TIDTAB-TID.
      COLLECT L_S_TID_IDX INTO L_TH_TID_IDX.
    ENDLOOP.
    Select TID block from STATE table
    SELECT * INTO TABLE L_T_STATE
           FROM ARFCSSTATE FOR ALL ENTRIES IN L_TH_TID_IDX
           WHERE ARFCIPID   EQ L_TH_TID_IDX-TID-ARFCIPID
             AND ARFCPID    EQ L_TH_TID_IDX-TID-ARFCPID
             AND ARFCTIME   EQ L_TH_TID_IDX-TID-ARFCTIME
             AND ARFCTIDCNT EQ L_TH_TID_IDX-TID-ARFCTIDCNT
           ORDER BY PRIMARY KEY.
    Consistence check
    DESCRIBE TABLE L_T_STATE LINES L_LINES.
    IF L_LINES NE L_BLOCK_SIZE OR
       L_LINES EQ 0.
      MESSAGE X097(SY).
    ENDIF.
    PERFORM DELETE_BATCH_JOB
            USING    L_T_STATE
            CHANGING L_S_TID1.
    Update LUW-Status und Zeit
    CLEAR L_T_STATE_IDX.
    CLEAR L_TH_TID2_IDX.
    CLEAR L_T_TID.
    LOOP AT L_T_STATE INTO L_S_STATE.
      L_S_STATE_IDX-TABIX = SY-TABIX.

    Hi Pavan,
                     This is a table space error.
    Regards,
    rahul

  • Error/warning in dict. Activator while activating the infocube

    Hi All,
        When we are trying to add one of the characteristic info object into Infocube, the system throws following message. deleted the index ,then also same issue.
    Activation of Objects with Type InfoCube
    Checking Objects with Type InfoCube
    Checking InfoCube ZARCFI03
    Check of InfoCube ZARCFI03:
    InfoCube ZARCFI03 is consistent
    Saving Objects with Type InfoCube
    Saving InfoCube ZARCFI03
    Dimension ZARCFI03P saved
    Dimension ZARCFI03T saved
    Dimension ZARCFI03U saved
    Dimension ZARCFI031 saved
    Dimension ZARCFI032 saved
    Dimension ZARCFI033 saved
    Dimension ZARCFI034 saved
    Dimension ZARCFI035 saved
    Dimension ZARCFI036 saved
    Dimension ZARCFI037 saved
    InfoCube ZARCFI03 saved
    InfoCube ZARCFI03 saved successfully
    Internal Activation (InfoCube )
    Preprocessing / Creation of DDIC Objects for InfoCube ZARCFI03
    Creation of DDIC Objects:
    Dimension Table /BIC/DZARCFI03P saved
    Table /BIC/DZARCFI03P: Index 010 for field SID_0REQUID saved
    Table /BIC/DZARCFI03P: Index 020 for field SID_0RECORDTP saved
    Table /BIC/DZARCFI03P: Index 030 for field SID_0REQUID saved
    Dimension Table /BIC/DZARCFI03T saved
    Table /BIC/DZARCFI03T: Index 010 for field SID_0FISCVARNT saved
    Table /BIC/DZARCFI03T: Index 020 for field SID_0FISCVARNT saved
    Dimension Table /BIC/DZARCFI03U saved
    Table /BIC/DZARCFI03U: Index 010 for field SID_0LOC_CURRCY saved
    Table /BIC/DZARCFI03U: Index 020 for field SID_0DOC_CURRCY saved
    Table /BIC/DZARCFI03U: Index 030 for field SID_0LOC_CURRCY saved
    Dimension Table /BIC/DZARCFI031 saved
    Table /BIC/DZARCFI031: Index 010 for field SID_0COMP_CODE saved
    Dimension Table /BIC/DZARCFI032 saved
    Table /BIC/DZARCFI032: Index 010 for field SID_0CRED_ACCNT saved
    Table /BIC/DZARCFI032: Index 020 for field SID_0DEBITOR saved
    Table /BIC/DZARCFI032: Index 030 for field SID_0FI_SUBSID saved
    Table /BIC/DZARCFI032: Index 040 for field SID_ZCBKTXT saved
    Table /BIC/DZARCFI032: Index 050 for field SID_0CRED_ACCNT saved
    Dimension Table /BIC/DZARCFI033 saved
    Table /BIC/DZARCFI033: Index 010 for field SID_0DUNN_KEY saved
    Table /BIC/DZARCFI033: Index 020 for field SID_0LAST_DUNN saved
    Table /BIC/DZARCFI033: Index 030 for field SID_0DUNN_BLOCK saved
    Table /BIC/DZARCFI033: Index 040 for field SID_0DUNN_LEVEL saved
    Table /BIC/DZARCFI033: Index 050 for field SID_0DUNN_KEY saved
    Dimension Table /BIC/DZARCFI034 saved
    Table /BIC/DZARCFI034: Index 010 for field SID_0COUNTRY saved
    Table /BIC/DZARCFI034: Index 020 for field SID_0REASON_CDE saved
    Table /BIC/DZARCFI034: Index 030 for field SID_0PYMT_METH saved
    Table /BIC/DZARCFI034: Index 040 for field SID_0PMNT_BLOCK saved
    Table /BIC/DZARCFI034: Index 050 for field SID_0PMNTTRMS saved
    Table /BIC/DZARCFI034: Index 060 for field SID_0COUNTRY saved
    Dimension Table /BIC/DZARCFI035 saved
    Table /BIC/DZARCFI035: Index 010 for field SID_0BLINE_DATE saved
    Table /BIC/DZARCFI035: Index 020 for field SID_0DSCT_DATE1 saved
    Table /BIC/DZARCFI035: Index 030 for field SID_0DSCT_DATE2 saved
    Table /BIC/DZARCFI035: Index 040 for field SID_0BLINE_DATE saved
    Dimension Table /BIC/DZARCFI036 saved
    Table /BIC/DZARCFI036: Index 010 for field SID_0ACCT_TYPE saved
    Table /BIC/DZARCFI036: Index 020 for field SID_0CHRT_ACCTS saved
    Table /BIC/DZARCFI036: Index 030 for field SID_0ACCT_TYPE saved
    Dimension Table /BIC/DZARCFI037 saved
    Table /BIC/DZARCFI037: Index 010 for field SID_0AC_DOC_NO saved
    Table /BIC/DZARCFI037: Index 020 for field SID_0DOC_DATE saved
    Table /BIC/DZARCFI037: Index 030 for field SID_0POST_KEY saved
    Table /BIC/DZARCFI037: Index 040 for field SID_0SP_GL_IND saved
    Table /BIC/DZARCFI037: Index 050 for field SID_0FI_DOCSTAT saved
    Table /BIC/DZARCFI037: Index 060 for field SID_0PSTNG_DATE saved
    Table /BIC/DZARCFI037: Index 070 for field SID_0REF_DOC_NO saved
    Table /BIC/DZARCFI037: Index 080 for field SID_0ALLOC_NMBR saved
    Table /BIC/DZARCFI037: Index 090 for field SID_0AC_DOC_NO saved
    Fact Table /BIC/FZARCFI03 saved
    Table /BIC/FZARCFI03: Index 010 for field KEY_ZARCFI03P saved
    Table /BIC/FZARCFI03: Index 020 for field KEY_ZARCFI03T saved
    Table /BIC/FZARCFI03: Index 030 for field KEY_ZARCFI03U saved
    Table /BIC/FZARCFI03: Index 040 for field KEY_ZARCFI031 saved
    Table /BIC/FZARCFI03: Index 050 for field KEY_ZARCFI032 saved
    Table /BIC/FZARCFI03: Index 060 for field KEY_ZARCFI033 saved
    Table /BIC/FZARCFI03: Index 070 for field KEY_ZARCFI034 saved
    Table /BIC/FZARCFI03: Index 080 for field KEY_ZARCFI035 saved
    Table /BIC/FZARCFI03: Index 090 for field KEY_ZARCFI036 saved
    Table /BIC/FZARCFI03: Index 100 for field KEY_ZARCFI037 saved
    Compr.Fact Table /BIC/EZARCFI03 saved
    Table /BIC/EZARCFI03: Index 010 for field KEY_ZARCFI03P saved
    Table /BIC/EZARCFI03: Index 020 for field KEY_ZARCFI03T saved
    Table /BIC/EZARCFI03: Index 030 for field KEY_ZARCFI03U saved
    Table /BIC/EZARCFI03: Index 040 for field KEY_ZARCFI031 saved
    Table /BIC/EZARCFI03: Index 050 for field KEY_ZARCFI032 saved
    Table /BIC/EZARCFI03: Index 060 for field KEY_ZARCFI033 saved
    Table /BIC/EZARCFI03: Index 070 for field KEY_ZARCFI034 saved
    Table /BIC/EZARCFI03: Index 080 for field KEY_ZARCFI035 saved
    Table /BIC/EZARCFI03: Index 090 for field KEY_ZARCFI036 saved
    Table /BIC/EZARCFI03: Index 100 for field KEY_ZARCFI037 saved
    View /BIC/VZARCFI03T saved
    View /BIC/VZARCFI03I saved
    View /BIC/VZARCFI03N saved
    View /BIC/VZARCFI03J saved
    View /BIC/VZARCFI03M saved
    View /BIC/VZARCFI03H saved
    View /BIC/VZARCFI032 saved
    Activate all Dictionary objects ( 19 ):
    Error/warning in dict. activator, detailed log  --> Detail
    Activate table /BIC/DZARCFI031
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Table /BIC/DZARCFI031 was activated with warnings
    Activate table /BIC/DZARCFI032
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Index /BIC/DZARCFI032-010 must be converted
    Index /BIC/DZARCFI032-050 must be created in the database
    /BIC/DZARCFI032: Structure change at field level (DB is adjusted)
    Adjust table in DB >>>
    sql:
    DROP INDEX "/BIC/DZARCFI032~01"
    DDL time(___1): ........18 milliseconds
    sql:
    ALTER TABLE "/BIC/DZARCFI032"
    ADD ("SID_0CRED_ACCNT" NUMBER (000010)
    DEFAULT 0 NOT NULL )
    DDL time(___1): .......232 milliseconds
    <<< Database operations successful
    Table : Adjust secondary indexes in the database
    sql:
    CREATE
    INDEX "/BIC/DZARCFI032~05" ON "/BIC/DZARCFI032"
    ("SID_0CRED_ACCNT")
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPDIMI
    STORAGE (INITIAL 0000000016 K
    NEXT 0000000016 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 001)
    DDL time(___1): ........42 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/DZARCFI032' AND
    INDEXNAME = '050'
    DDL time(___2): .........1 milliseconds
    sql:
    CREATE
    INDEX "/BIC/DZARCFI032~01" ON "/BIC/DZARCFI032"
    ("SID_0C_CTR_AREA",
    "SID_0DEBITOR",
    "SID_0FI_SUBSID",
    "SID_ZCBKTXT",
    "SID_0CRED_ACCNT")
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPDIMI
    STORAGE (INITIAL 0000000016 K
    NEXT 0000000016 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 001)
    DDL time(___3): ........27 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/DZARCFI032' AND
    INDEXNAME = '010'
    DDL time(___4): .........1 milliseconds
    <<< Database operations successful
    Table /BIC/DZARCFI032 was activated with warnings
    Activate table /BIC/DZARCFI033
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Table /BIC/DZARCFI033 was activated with warnings
    Activate table /BIC/DZARCFI034
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Table /BIC/DZARCFI034 was activated with warnings
    Activate table /BIC/DZARCFI035
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Table /BIC/DZARCFI035 was activated with warnings
    Activate table /BIC/DZARCFI036
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Table /BIC/DZARCFI036 was activated with warnings
    Activate table /BIC/DZARCFI037
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Table /BIC/DZARCFI037 was activated with warnings
    Activate table /BIC/DZARCFI03P
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Table /BIC/DZARCFI03P was activated with warnings
    Activate table /BIC/DZARCFI03T
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Table /BIC/DZARCFI03T was activated with warnings
    Activate table /BIC/DZARCFI03U
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Table /BIC/DZARCFI03U was activated with warnings
    Activate table /BIC/VZARCFI032
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Field S001_0DEBITOR in table /BIC/VZARCFI032 is specified twice. Please check
    Field S002_0DEBITOR in table /BIC/VZARCFI032 is specified twice. Please check
    Table /BIC/VZARCFI032 was not activated
    Activate table /BIC/VZARCFI03H
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Field H001_0DEBITOR in table /BIC/VZARCFI03H is specified twice. Please check
    Field S001_0DEBITOR in table /BIC/VZARCFI03H is specified twice. Please check
    Field S002_0DEBITOR in table /BIC/VZARCFI03H is specified twice. Please check
    Table /BIC/VZARCFI03H was not activated
    Activate table /BIC/VZARCFI03I
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Table /BIC/VZARCFI03I was activated with warnings
    Activate table /BIC/VZARCFI03J
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Table /BIC/VZARCFI03J was activated with warnings
    Activate table /BIC/VZARCFI03M
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Field 0DEBITOR__0COUNTRY in table /BIC/VZARCFI03M is specified twice. Please check
    Field 0DEBITOR__0INDUSTRY in table /BIC/VZARCFI03M is specified twice. Please check
    Table /BIC/VZARCFI03M was not activated
    Activate table /BIC/VZARCFI03N
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Field 0DEBITOR__0COUNTRY in table /BIC/VZARCFI03N is specified twice. Please check
    Field 0DEBITOR__0INDUSTRY in table /BIC/VZARCFI03N is specified twice. Please check
    Table /BIC/VZARCFI03N was not activated
    Activate table /BIC/VZARCFI03T
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Field 0DEBITOR__0COUNTRY in table /BIC/VZARCFI03T is specified twice. Please check
    Field 0DEBITOR__0INDUSTRY in table /BIC/VZARCFI03T is specified twice. Please check
    Table /BIC/VZARCFI03T was not activated
    Activate table /BIC/EZARCFI03
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Index /BIC/EZARCFI03-P completely contains the fields of index 010
    Index /BIC/EZARCFI03-010 must be created in the database
    Index /BIC/EZARCFI03-020 must be created in the database
    Index /BIC/EZARCFI03-030 must be created in the database
    Index /BIC/EZARCFI03-040 must be created in the database
    Index /BIC/EZARCFI03-050 must be created in the database
    Index /BIC/EZARCFI03-060 must be created in the database
    Index /BIC/EZARCFI03-070 must be created in the database
    Index /BIC/EZARCFI03-080 must be created in the database
    Index /BIC/EZARCFI03-090 must be created in the database
    Index /BIC/EZARCFI03-100 must be created in the database
    No data exists (structure change caused by DROP / CREATE)
    Table /BIC/EZARCFI03 is modified (Deleted or deleted/created new)
    Adjust table in DB >>>
    sql:
    DROP TABLE "/BIC/EZARCFI03"
    DDL time(___1): .......157 milliseconds
    sql:
    CREATE TABLE "/BIC/EZARCFI03"
    ("KEY_ZARCFI03P" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_ZARCFI03T" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_ZARCFI03U" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_ZARCFI031" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_ZARCFI032" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_ZARCFI033" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_ZARCFI034" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_ZARCFI035" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_ZARCFI036" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_ZARCFI037" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "DEB_CRE_LC" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "DISC_BASE" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "DSC_AMT_LC" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "DEB_CRE_DC" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "DSC_AMT_DC" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "CREDIT_DC" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "CREDIT_LC" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "DEBIT_DC" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "DEBIT_LC" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "NETTAKEN" NUMBER (000017, 000003)
    DEFAULT 0 NOT NULL,
    "INT_CALC_1" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "INT_CALC_2" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "INT_CALC_N" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "INT_CALCT1" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "INT_CALCT2" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "INT_CALCTN" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "/BIC/ZVDBCRGR" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "/BIC/ZVCREDGR" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "/BIC/ZVDSC1GR" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL,
    "/BIC/ZVDEBTGR" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL)
    PCTFREE 10
    PCTUSED 00
    INITRANS 001
    TABLESPACE PSAPFACTD
    STORAGE (INITIAL 0000000016 K
    NEXT 0000000016 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 001
    FREELIST GROUPS 01)
    DDL time(___1): ........70 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/EZARCFI03' AND
    INDEXNAME = ' '
    DDL time(___2): .........1 milliseconds
    <<< Database operations successful
    Table : Adjust secondary indexes in the database
    sql:
    CREATE BITMAP
    INDEX "/BIC/EZARCFI03~010" ON "/BIC/EZARCFI03"
    ("KEY_ZARCFI03P")
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPFACTI
    STORAGE (INITIAL 0000000016 K
    NEXT 0000002560 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004)
    DDL time(___1): ........38 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/EZARCFI03' AND
    INDEXNAME = '010'
    DDL time(___2): .........1 milliseconds
    sql:
    CREATE BITMAP
    INDEX "/BIC/EZARCFI03~020" ON "/BIC/EZARCFI03"
    ("KEY_ZARCFI03T")
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPFACTI
    STORAGE (INITIAL 0000000016 K
    NEXT 0000002560 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004)
    DDL time(___3): .........9 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/EZARCFI03' AND
    INDEXNAME = '020'
    DDL time(___4): .........1 milliseconds
    sql:
    CREATE BITMAP
    INDEX "/BIC/EZARCFI03~030" ON "/BIC/EZARCFI03"
    ("KEY_ZARCFI03U")
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPFACTI
    STORAGE (INITIAL 0000000016 K
    NEXT 0000002560 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004)
    DDL time(___5): ........17 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/EZARCFI03' AND
    INDEXNAME = '030'
    DDL time(___6): .........1 milliseconds
    sql:
    CREATE BITMAP
    INDEX "/BIC/EZARCFI03~040" ON "/BIC/EZARCFI03"
    ("KEY_ZARCFI031")
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPFACTI
    STORAGE (INITIAL 0000000016 K
    NEXT 0000002560 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004)
    DDL time(___7): .........9 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/EZARCFI03' AND
    INDEXNAME = '040'
    DDL time(___8): .........1 milliseconds
    sql:
    CREATE BITMAP
    INDEX "/BIC/EZARCFI03~050" ON "/BIC/EZARCFI03"
    ("KEY_ZARCFI032")
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPFACTI
    STORAGE (INITIAL 0000000016 K
    NEXT 0000002560 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004)
    DDL time(___9): .........9 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/EZARCFI03' AND
    INDEXNAME = '050'
    DDL time(__10): .........1 milliseconds
    sql:
    CREATE BITMAP
    INDEX "/BIC/EZARCFI03~060" ON "/BIC/EZARCFI03"
    ("KEY_ZARCFI033")
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPFACTI
    STORAGE (INITIAL 0000000016 K
    NEXT 0000002560 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004)
    DDL time(__11): .........8 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/EZARCFI03' AND
    INDEXNAME = '060'
    DDL time(__12): .........1 milliseconds
    sql:
    CREATE BITMAP
    INDEX "/BIC/EZARCFI03~070" ON "/BIC/EZARCFI03"
    ("KEY_ZARCFI034")
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPFACTI
    STORAGE (INITIAL 0000000016 K
    NEXT 0000002560 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004)
    DDL time(__13): ........11 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/EZARCFI03' AND
    INDEXNAME = '070'
    DDL time(__14): .........1 milliseconds
    sql:
    CREATE BITMAP
    INDEX "/BIC/EZARCFI03~080" ON "/BIC/EZARCFI03"
    ("KEY_ZARCFI035")
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPFACTI
    STORAGE (INITIAL 0000000016 K
    NEXT 0000002560 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004)
    DDL time(__15): .........8 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/EZARCFI03' AND
    INDEXNAME = '080'
    DDL time(__16): .........1 milliseconds
    sql:
    CREATE BITMAP
    INDEX "/BIC/EZARCFI03~090" ON "/BIC/EZARCFI03"
    ("KEY_ZARCFI036")
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPFACTI
    STORAGE (INITIAL 0000000016 K
    NEXT 0000002560 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004)
    DDL time(__17): .........8 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/EZARCFI03' AND
    INDEXNAME = '090'
    DDL time(__18): .........1 milliseconds
    sql:
    CREATE BITMAP
    INDEX "/BIC/EZARCFI03~100" ON "/BIC/EZARCFI03"
    ("KEY_ZARCFI037")
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPFACTI
    STORAGE (INITIAL 0000000016 K
    NEXT 0000002560 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004)
    DDL time(__19): .........8 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/EZARCFI03' AND
    INDEXNAME = '100'
    DDL time(__20): .........1 milliseconds
    sql:
    CREATE
    INDEX "/BIC/EZARCFI03~P" ON "/BIC/EZARCFI03"
    ("KEY_ZARCFI03P",
    "KEY_ZARCFI03T",
    "KEY_ZARCFI03U",
    "KEY_ZARCFI031",
    "KEY_ZARCFI032",
    "KEY_ZARCFI033",
    "KEY_ZARCFI034",
    "KEY_ZARCFI035",
    "KEY_ZARCFI036",
    "KEY_ZARCFI037")
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPFACTI
    STORAGE (INITIAL 0000000016 K
    NEXT 0000000016 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004)
    DDL time(__21): .........9 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/EZARCFI03' AND
    INDEXNAME = 'P'
    DDL time(__22): .........1 milliseconds
    <<< Database operations successful
    Table /BIC/EZARCFI03 was activated with warnings
    Activate table /BIC/FZARCFI03
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Index /BIC/FZARCFI03-010 must be created in the database
    Index /BIC/FZARCFI03-020 must be created in the database
    Index /BIC/FZARCFI03-030 must be created in the database
    Index /BIC/FZARCFI03-040 must be created in the database
    Index /BIC/FZARCFI03-050 must be created in the database
    Index /BIC/FZARCFI03-060 must be created in the database
    Index /BIC/FZARCFI03-070 must be created in the database
    Index /BIC/FZARCFI03-080 must be created in the database
    Index /BIC/FZARCFI03-090 must be created in the database
    Index /BIC/FZARCFI03-100 must be created in the database
    /BIC/FZARCFI03: Structure change at field level (Index is created new)
    Adjust table in DB >>>
    <<< Database operations successful
    Table : Adjust secondary indexes in the database
    sql:
    CREATE BITMAP
    INDEX "/BIC/FZARCFI03~010" ON "/BIC/FZARCFI03"
    ("KEY_ZARCFI03P")
    LOCAL
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPFACTI
    STORAGE (INITIAL 0000000016 K
    NEXT 0000002560 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004)
    DDL time(___1): .....2,718 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/FZARCFI03' AND
    INDEXNAME = '010'
    DDL time(___2): ........11 milliseconds
    sql:
    CREATE BITMAP
    INDEX "/BIC/FZARCFI03~020" ON "/BIC/FZARCFI03"
    ("KEY_ZARCFI03T")
    LOCAL
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPFACTI
    STORAGE (INITIAL 0000000016 K
    NEXT 0000002560 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004)
    DDL time(___3): .......848 milliseconds
    sql:
    DELETE FROM DDSTORAGE WHERE
    DBSYSABBR = 'ORA' AND
    TABNAME = '/BIC/FZARCFI03' AND
    INDEXNAME = '020'
    DDL time(___4): .........9 milliseconds
    sql:
    CREATE BITMAP
    INDEX "/BIC/FZARCFI03~030" ON "/BIC/FZARCFI03"
    ("KEY_ZARCFI03U")
    LOCAL
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPFACTI

    closed thread as no response

  • URGENT : ERROR 18 while updating the Infocube from ODS....

    Hello
    We got the data into BW from MS SQL. There are 19 Datasources and we used views for all. Using 19 child ODS objects we updated 3 Parent ODS Objects.
    Now we have to update the 3 ODS objects data to the InfoCube. When we try to Update its giving the error
    "ERROR 18 in the Update" and some hexadecimal error message in the data, but we can only find the error like IV hexavalue inbetween the words(the InfoObject data type is CHAR) and in some errors we cannot find any mistake. It is just like normal text.
    What could be the problem ?
    Best Regards....
    Sankar Kumar
    +91 98403 47141

    Dear Sankar Kumar,
    I think this is related to Invalid character issues.. or SPaces setting in RSKC..
    may be you want to look at eh following post..
    Re: invalid characters
    /people/siegfried.szameitat/blog/2005/07/18/text-infoobjects-part-1
    Example:
    let us say..
    1. Check in RSKC for allowed characters..
    2. Add a code in the update rule to restrict the texts contains..
    !"%&''()*+,-./:;<=>?_0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ' are allowed characters in RSKC transaction then other than the above character is 'Invalid' including the smaller case letters and will throw the hex.. error.
    since this is from database system even 'NULL' datatype from there is not visble to the eyes and can cause the failure.
    regards,
    Hari

  • Short dump while executing report group.

    Hi,
    We are upgrading to ECC6.0 from 4.6C
    Now while testing the report group i got short dump.
    This is due to to the 'Exception condition "LOAD_PROBLEMS" raised.'
    Error analysis
        A RAISE statement in the program "SAPLSLDB" raised the exception
        condition "LOAD_PROBLEMS".
        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.
    Function module 'SELOPTS_AND_PARAMS' in this that statement was there.
    Can some one help me out. what i have to do further.
    Thanks in advance.
    Regards,
    Deepak.

    Hi Hemanth,
    Actually what I analysed is what ever the exception raised due to this sy-subrc that exception i think the superior program is not receiving. I think due to this it is going for short dump.
    Let me know if you have any idea further.
    Thanks,
    Deepak.
    Message was edited by:
            Deepak Kudaravalli

  • 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

  • BAPI_GOODSMVT_CREATE short dump while posting a GR for inbound delivery

    Dear Experts,
    I am using BAPI_GOODSMVT_CREATE to post a goods receipt for a PO using Inbound Delivery
    here is how I am populating bapi input parameters:
      lw_goodsmvt_code-gm_code = '01'.
      lw_goodsmvt_item-deliv_numb =  lw_inb_delivery_items-delivery.
      lw_goodsmvt_item-quantity = lw_inb_delivery_items-deliv_qty.
      lw_goodsmvt_item-entry_qnt = lw_goodsmvt_item-quantity
      lw_goodsmvt_item-no_more_gr = ''.
      lw_goodsmvt_item-move_type = '101'.
      lw_goodsmvt_item-mvt_ind = 'B'.
      lw_goodsmvt_item-STGE_LOC = '0001'.
        lw_goodsmvt_item-po_number and   lw_goodsmvt_item-po_item are populated as well.
    When I execute the BAPI I get the short dump
    Message Class: 'VL'
    Number = 143
    in the module MB_POST_GOODS_MVT and a reference to 385830 note.
    Would you please help me how to solve this problem?

    from the dump the error orrcurs here:
    CALL FUNCTION 'MB_CREATE_MATERIAL_DOCUMENT_UT'
            EXCEPTIONS
              error_message = 4.
    As soon as we have started to put things into UPDATE TASK, we must
    ensure that errors definitely terminate the transaction.
    MESSAGE A is not sufficient because it can be catched from
    external callers which COMMIT WORK afterwards, resulting in
    incomplete updates. Read note 385830 for the full story.
       IF NOT sy-subrc IS INITIAL.
    >      MESSAGE ID sy-msgid TYPE x NUMBER sy-msgno WITH            "385830
                     sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        MESSAGE A263.
       ENDIF.
    The short text of the error is: Cannot be processed with this transaction.
    Can you tell me if my BAPI Call is correct to post GR in Inbound Delivery?

  • Timeout Short Dump on a Data Query to a blank table.

    Hi,
    My program gives a short dump on quering a blank table. The dump says timeout.
    what could the possible problem be.
    regards,

    Runtime Error          TIME_OUT                                                       
           Occurred on     02/19/2009 at   10:35:35                                                                               
    Time limit exceeded.                                                                               
    What happened?                                                                               
    The program "SAPLE31C" has exceeded the maximum permitted runtime without             
    interruption, and has therefore been terminated.                                                                               
    What can you do?                                                                               
    Print out the error message (using the "Print" function)                              
    and make a note of the actions and input that caused the                              
    error.                                                                               
    To resolve the problem, contact your SAP system administrator.                        
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer              
    termination messages, especially those beyond their normal deletion                  
    date.                                                                               
    Error analysis                                                                               
    After a certain length of time, the program is terminated. In the case                
    of a work area, this means that                                                       
    - endless loops (DO, WHILE, ...),                                                     
    - database accesses producing an excessively large result set,                        
    - database accesses without a suitable index (full table scan)                                                                               
    do not block the processing for too long.                                                                               
    The system profile "rdisp/max_wprun_time" contains the maximum runtime of a
    program. The                                                              
    current setting is 5400 seconds. Once this time limit has been exceeded,   
    the system tries to terminate any SQL statements that are currently        
    being executed and tells the ABAP processor to terminate the current       
    program. Then it waits for a maximum of 60 seconds. If the program is      
    still active, the work process is restarted.                                                                               
    successfully processed, the system gives it another 5400 seconds.          
    Hence the maximum runtime of a program is at least twice the value of      
    the system profile parameter "rdisp/max_wprun_time".                                                                               
    How to correct the error                                                                               
    You should usually execute long-running programs as batch jobs.            
    If this is not possible, increase the system profile parameter             
    "rdisp/max_wprun_time".                                                                               
    Depending on the cause of the error, you may have to take one of the       
    following measures:                                                        
    - Endless loop: Correct program;                                           
    - Dataset resulting from database access is too large:                     
      Instead of "SELECT * ... ENDSELECT", use "SELECT * INTO internal table   
      (for example);                                                           
    - Database has an unsuitable index: Check index generation.                                                                               
    You may able to find an interim solution to the problem                    
    ~~~~~~~
    The line to which it points is a select query on a table that has not records.

  • TCODE for SHORT DUMPS.

    I am trying to load the trandsaction data from DSO to INFOCUBE.
    I am getting the following error message: "Error while updating to target Z_INFCUBE".
    Because of no proper error message I am not able to resolve the issue.
    Please suggest any solution for this and tell me if there is ant tcode for checking the short dump of error messages.

    Hi Vivek,
    Check the error AT below places:-
    1) SM37 by your id- cancelled job..
    2) short dumps can be analysed at ST22.
    3) doble clicking the error messgae you will get help -node in monitor screen.
    Hope it helps....
    Regards,
    HIrdesh

  • Short Dump:DBIF_RSQL_SQL_ERROR; Exception :CX_SY_OPEN_SQL_DB

    Hi All,
    I am getting the below short when i try to load the data into BI system. when I start the Info Package, it is immediately going to this short dump.
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Except.                CX_SY_OPEN_SQL_DB
    Date and Time          15.12.2011 02:43:18
    Short text
    SQL error in the database when accessing a table.
    Please find the short dump details below.
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Except.                CX_SY_OPEN_SQL_DB
    Date and Time          15.12.2011 02:43:18
    Short text
         SQL error in the database when accessing a table.
    Missing RAISING Clause in Interface
         Program                                 SAPLBTCH
         Include                                 LBTCHFXX
         Row                                     1.525
         Module type                             (FORM)
         Module Name                             STORE_NEW_STEPLIST_IN_DB
    Trigger Location of Exception
         Program                                 SAPLBTCH
         Include                                 LBTCHFXX
         Row                                     1.652
         Module type                             (FORM)
         Module Name                             STORE_NEW_STEPLIST_IN_DB
    Source Code Extract
    Line  SourceCde
      1622              ID 'DATA' FIELD jobinfo_egj.
      1623
      1624           rc = 1.
        EXIT.
      ELSE.
        db_steplist-priparkey = tmp_key.
      ENDIF.
    ENDIF.
    SEIF new_steplist-typ = btc_xcmd." Step executes external command
    db_steplist-extcmd = new_steplist-program.
    db_steplist-xpgparams = new_steplist-parameter.
    db_steplist-xpgflag = 'X'.
    SE. " Step führt ein externes Programm aus
    db_steplist-xpgprog   = new_steplist-program.
    db_steplist-xpgparams = new_steplist-parameter.
    db_steplist-xpgflag   = 'X'.
    DIF.
    steplist-sdldate  = newjob_head-sdldate.
    steplist-sdltime  = newjob_head-sdltime.
    steplist-sdluname = newjob_head-sdluname.
    PEND db_steplist.
    ep_count = step_count + 1.
    OOP.
    liste in DB speichern
    RT tbtcp FROM TABLE db_steplist ACCEPTING DUPLICATE KEYS."n952782
    y-subrc NE 0.
    dialog EQ btc_yes.
    MESSAGE s120 WITH new_job_head-jobname.
      ENDIF.
      CONCATENATE new_job_head-jobname new_job_head-jobcount INTO
      jobinfo_egj SEPARATED BY '/'.
      CALL 'C_WRITE_SYSLOG_ENTRY' ID 'TYP' FIELD ' '
            ID 'KEY'  FIELD tbtcp_insert_db_error
            ID 'DATA' FIELD jobinfo_egj.
      rc = 1.
      EXIT.
    ENDIF.
    rc = 0.
    DFORM.                               " STORE_NEW_STEPLIST_IN_DB
    I would like to know where exactly it is getting error. Please help me on this.
    Regards,
    Venkat.

    Hi,
    Check following
    See the OSS Notes:
    Note 1379839 - RuntimeError DBIF_RSQL_SQL_ERROR Exception CX_SY_OPEN_SQL_DB
    Note 917927 - Status of transactional requests
    Note 863054 - Correction: Missing packages not in the tree
    And also check the following things.
    1.Connections from BW to ECC and ECC to BW in SM59
    2.Check Port,Partner Profiles,and Message Types in WE20 in ECC & BW.
    3.Check Dumps in ST22, and SM21.
    4.If Idocs are stuck i.e see the OLTP Idoc numbers in RSMO Screen in (BW) detials tab see in bottom, you can see OLTP Idoc number and take the Idoc numbers and then goto to ECC see the status in WE05 or WE02, if error then check the log else goto to BD87 in ECC and give the Idoc numbers and execute manually and see in RSMO and refresh.
    5.Check the LUWs struck in SM58,User Name = * (star) and run it and see Strucked LUWs and select our LUW and execute manually and see in RSMO in BW.
    There are many threads also on this.
    Go through them
    Runtime Errors DBIF_RSQL_SQL_ERROR & Exception: CX_SY_OPEN_SQL_DB
    Short Dump in SAP BW Sys while extracting data from R/3
    Thanks and regards

  • LOAD_PROGRAM_NOT_FOUND Short dump in R/3

    Hi frnds,
    I am facing some short dump problem while loading the data from R/3 BW, its a master data.
    The short dumps are LOAD_PROGRAM_NOT_FOUND and RAISE_EXCEPTION in R/3.
    Not able to find the exact problem and please suggest some OSS Notes.
    Thanks
    Hari

    hi Hari,
    check if helps oss note 899405-Master data extrctn: LOAD_PROGRAM_NOT_FOUND in source system
    Symptom
    You are loading master data in delta mode from an SAP source system. The DataSource uses generic extraction in the process.
    The request is displayed in the monitor as being incorrect. The status indicates that the extraction process has probably terminated with a runtime error.
    In the source system, you find the runtime error LOAD_PROGRAM_NOT_FOUND with the exception CX_SY_PROGRAM_NOT_FOUND. The point of termination is in the function module RSA3_GEN_GET_DATA.
    The short dump occurs only if there is no data available for the delta.
    Other terms
    OLTP, extractor, data extraction, DataSource, service API, SAPI, dump, SAPLRSA3, LRSA3U03, RSAPTM2, EXTRACTOR_FETCH, EXTRACTOR_INIT, NO_MORE_DATA
    Reason and Prerequisites
    This is caused by a program error.
    When you implemented Note 853001, calls for function modules were relocated to subroutines. This changed the query for the exception NO_MORE_DATA in such a way that it is not caught when the extractor is initialized.  The extraction process then tries to start the program, but the program has not been generated because data is missing. The system issues the short dump.
    Solution
    After you have implemented the correction specified below, you must reactivate the transfer rules for the affected DataSource. It is only by doing this that the correction is also implemented in the generated program for the extraction process.
    To correct the problem, you need to have Support Package 07 in the relevant source system Service API 7.00. The attached composite note informs you of the software components that contain Service API 7.0 and specifies the corresponding Support Packages for these components.
    As an alternative, you can also implement the advance correction from the attachment.
    You must implement the correction in the BW system only if it is affected in its role as a source system for itself (myself connection) or for another BW system.
    Note: Service API is an internal component. It is not delivered separately, but as part of other software components: PI, CRM, PI_BASIS and a number of others. For this reason, a composite note has been created which tells you in which Support Packages of the above-mentioned software components the SAP correction note is contained. However, the composite note is not released until the release date of the corresponding SAPI Support Package. Different SAPI versions are delivered for Basis Releases 3.1I, 4.0B, 4.6D, 6.20 and 6.40. The version for 4.0B is also valid for R/3 Releases 4.6B and 4.6C.

  • GETWA_NOT_ASSIGNED_RANGE Short Dump in BW

    Hi,
    Recently, we have upgraded our BW system from SP10 to SP12 and done with Unicode Conversion on existing BW3.5
    After this, while executing FI GL queries, they are displaying message: "Field Symbol has not been assigned" with short dump "GETWA_NOT_ASSIGNED_RANGE". I
    I am attaching the few lines of short dump for yours reference.
    Runtime Errors         GETWA_NOT_ASSIGNED_RANGE
    ShrtText                                                                               
    Field symbol has not been assigned.   
    What happened?                                                                               
    Error in ABAP application program.                                                                               
    The current ABAP program "SAPLRRI4" had to be terminated because one of the  statements could not be executed.                                                                                This is probably due to an error in the ABAP program. 
    Error analysis
    The system tried to access an anasigned field symbol (data segment number 32771). 
    The field symbol is no longer assigned, because a Unicode program  previously tried to set the field symbol using an ASSIGN statement with  an offset/length declaration. The memory addressed in this offset/length declaration, however, no longer lay within the valid range.
    Information on where terminated
    The termination occurred in the ABAP program "SAPLRRI4" in "CODE_TAB_SPLIT".  The main program was "SAPMSSY1 ". The termination occurred in line 71 of the source code of the (Include) program "LRRI4U01"  of the source code of program "LRRI4U01" (when calling the editor 710).
    Source Code Extract
    Line
    SourceCde
    41
    42
    DATA: L_S_CODEL TYPE RRI4_S_CODEL,
    43
    L_CODE  TYPE RSSG_S_CODELINE,
    44
    L_I       TYPE I.
    45
    FIELD-SYMBOLS: <L_SP>, <L_CODE>.
    46
    47
    L_I = STRLEN( C_S_CODEL-LINE ).
    48
    IF  L_I LE 72.
    49
    *................................... Zeile kurz also ok
    50
    L_CODE = C_S_CODEL-LINE.
    51
    APPEND L_CODE TO C_T_CODE.
    52
    53
    ELSEIF  C_S_CODEL-LINE CP '''''*' AND C_S_CODEL-LINE(1) NE ''''.
    54
    *................................... Zeile enthält '....', aber nicht
    55
                                       ganz vorne => ersten Teil abschneid
    56
    ASSIGN C_S_CODEL-LINE(SY-FDPOS) TO <L_CODE>.
    57
    L_CODE = <L_CODE>.
    58
    APPEND L_CODE TO C_T_CODE.
    59
    SHIFT C_S_CODEL-LINE BY SY-FDPOS PLACES.
    60
    if C_S_CODEL-LINE(1) eq '*'.
    61
    SHIFT C_S_CODEL-LINE right.
    62
    endif.
    63
    PERFORM CODE_TAB_SPLIT  CHANGING C_S_CODEL
    64
    C_T_CODE.
    65
    ELSE.
    66
    *.................................... ab der Stelle 72 rückwärts ein
    67
                                        Space suchen und dort teilen
    68
    DO.
    69
    L_I = 72 - SY-INDEX.
    70
    ASSIGN C_S_CODEL-LINE+L_I(1) TO <L_SP>.
    >>>>>
    IF <L_SP> EQ SPACE.
    72
    ASSIGN C_S_CODEL-LINE(L_I) TO <L_CODE>.
    73
    L_CODE = <L_CODE>.
    74
    APPEND L_CODE TO C_T_CODE.
    75
    SHIFT C_S_CODEL-LINE BY L_I PLACES.
    76
    if C_S_CODEL-LINE(1) eq '*'.
    77
    SHIFT C_S_CODEL-LINE right.
    78
    endif.
    79
    PERFORM CODE_TAB_SPLIT  CHANGING C_S_CODEL
    80
    C_T_CODE.
    81
    EXIT.
    82
    ENDIF.
    83
    ENDDO.
    84
    ENDIF.
    85
    ENDFORM.
    Please help me to resolve this issue at earliest as its impacting the Business.
    Best Regards,
    Venkata Challapalli.

    Check OSS notes:
    555143
    838560

  • Short Dump 'ASSERTION_FAILED' during updating partner Functions

    Hi All,
    I am updating the Partner Functions for the Customers using FM 'SD_CUSTOMER_MAINTAIN_ALL' and passing the partner functions and numbers to the XKNVP structure.
    while running the program in am getting the short dump as ASSERTION_FAILED.
    Detailed Description:
    In the running application program, the ASSERT statement recognized a situation that should not have occurred.
    The runtime error was triggered for one of these reasons:
    - For the checkpoint group specified with the ASSERT statement, the   activation mode is set to "abort".
    - Via a system variant, the activation mode is globally set to "abort" for checkpoint groups in this system.
    - The activation mode is set to "abort" on program level.
    - The ASSERT statement is not assigned to any checkpoint group.
    The Dump is occuring in the method 'get_cvic_cust_to_bp1_line'.
    We have searched for a relevant SAP note but could not find any.
    can any one please help to solve this issue?
    Helpful answer will surely be rewarded.
    Thanks in Advance,
    Asif Ali Khan

    When you are (absolutely) sure you are using this function module in the correct way, only then opening a message for SAP is liable. However, most of the times this happens because not all (or all) parameters are not provided for the FM to work properly, or what ever reason that may be.
    It might be helpful to determine the checkpoint group and have a look at the log in transaction SAAB. This might give you a clue as to where the problems lies.

  • Short Dump on BAPI_TRANSACTION_COMMIT with destination NONE

    Hi All
    I am using SAP-PM with Compatible Unit(CU) functionality in ECC6 environment.
    After we release the CU design to Generate order we get SHORT DUMP.
    Any help will be of great help.
    I am pasting the details from the dump file here.
    Please let me know.
    Appretaite your help.
    Thanks
    Meghana
    Runtime Errors         CALL_FUNCTION_REMOTE_ERROR
    Date and Time          27.08.2007 18:01:10
    Short text
    "The current application triggered a termination with a short dump."
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "/***/SAPLCUORDER_N" had to be terminated because it
    has
    come across a statement that unfortunately cannot be executed.
    The error occurred during an RFC call to another system.
    In the target system, a short dump has been written as well.
    More detailed information on the error cause can be found there.
    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
    An error occurred when executing a REMOTE FUNCTION CALL.
    It was logged under the name "MESSAGE_TYPE_X"
    on the called page.
    How to correct the error
    Please refer to the notes described in the
    short dump.
    System environment
    SAP-Release 700
    Application server... "MB1ES1005"
    Network address...... "10.191.97.206"
    Operating system..... "Windows NT"
    Release.............. "5.2"
    Hardware type........ "2x Intel 801586"
    Character length.... 16 Bits
    Pointer length....... 32 Bits
    Work process number.. 3
    Shortdump setting.... "full"
    Database server... "MB1ES1005"
    Database type..... "ORACLE"
    Database name..... "EC6"
    Database user ID.. "SAPSR3"
    Char.set.... "C"
    SAP kernel....... 700
    created (date)... "Jul 25 2007 00:57:05"
    create on........ "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
    Database version. "OCI_10201_SHARE (10.2.0.1.0) "
    Patch level. 121
    Patch text.. " "
    Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
    SAP database version. 700
    Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows
    NT 6.0"
    Memory consumption
    Roll.... 8176
    EM...... 14633136
    Heap.... 0
    Page.... 131072
    MM Used. 5005432
    MM Free. 1263944
    User and Transaction
    Client.............. 200
    User................ 10086330
    Language key........ "E"
    Transaction......... "/***/DESIGN "
    Transactions ID..... "409954DC5D77F1C58E2D0013725D3B3B"
    Program............. "/***/SAPLCUORDER_N"
    Screen.............. "/***/SAPLCUORDER_N 2000"
    Screen line......... 34
    Information on where terminated
    Termination occurred in the ABAP program "/***/SAPLCUORDER_N" - in
    "SAVE_DESIGN".
    The main program was "/***/SAPLCUORDER_N ".
    In the source code you have the termination point in line 594
    of the (Include) program "/***/LCUORDER_NF07".
    Source Code Extract
    Line
    SourceCde
    564
    ENDIF .
    565
    ENDLOOP .
    566
    IF l_ret-type = 'E' OR
    567
    l_ret-type = 'A' .
    568
    CLEAR: save_okcode .
    569
    570
    Show Messages
    571
    CALL FUNCTION '/***/N_LOG_ADD_MSG'
    572
    EXPORTING
    573
    i_log_type = 'G'
    574
    TABLES
    575
    t_ret      = t_ret.
    576
    PERFORM log_order_create_show  .
    577
    Show first Message
    578
         MESSAGE ID l_ret-id TYPE l_ret-type NUMBER l_ret-number
    579
         WITH
    580
           l_ret-message_v1 l_ret-message_v2
    581
           l_ret-message_v3 l_ret-message_v4.
    582
    CALL FUNCTION '/***/N_DESIGN_INIT' .
    583
    ELSE .
    584
    IF g_design_mode = con_mode_crea.
    585
    Need to update DMS documents with real design number
    586
    PERFORM document_prepare_002 USING con_desnum_tmp_1
    587
    lv_desnum.
    588
    ENDIF.
    589
    Commit design BAPI's
    590
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' .
    591
    592
    IF save_okcode = con_order.
    593
    Commit order BAPI's
    >>>>>
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    595
    DESTINATION 'NONE'.
    596
    597
    call of fct. RFC_CONNECTION_CLOSE is important to get a new
    598
    initial roll area with initial internal tables next time
    599
    CALL FUNCTION 'RFC_CONNECTION_CLOSE'
    600
    EXPORTING
    601
    destination          = 'NONE'
    602
    EXCEPTIONS
    603
    destination_not_open = 1
    604
    OTHERS               = 2.
    605
    ENDIF.
    606
    607
    IF lv_desnum IS INITIAL .
    608
    lv_desnum = /***/cudesign-desnum .
    609
    ENDIF .
    610
    SET PARAMETER ID '/***/DESNUM' FIELD lv_desnum .
    611
        Changes saved
    612
    MESSAGE ID '/***/MSG' TYPE 'S' NUMBER '529' WITH lv_desnum .
    613
    ENDIF .
    Contents of system fields
    Name
    Val.
    SY-SUBRC
    0
    SY-INDEX
    0
    SY-TABIX
    1
    SY-DBCNT
    1
    SY-FDPOS
    0
    SY-LSIND
    0
    SY-PAGNO
    0
    SY-LINNO
    1
    SY-COLNO
    1
    SY-PFKEY
    2000
    SY-UCOMM
    CU01
    SY-TITLE
    Change Design: 50000109
    SY-MSGTY
    X
    SY-MSGID
    00
    SY-MSGNO
    341
    SY-MSGV1
    MESSAGE_TYPE_X
    SY-MSGV2
    SY-MSGV3
    SY-MSGV4
    SY-MODNO
    0
    SY-DATUM
    20070827
    SY-UZEIT
    180110
    SY-XPROG
    SAPMSSY1
    SY-XFORM
    XAB_READ
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
    Name
    4 FORM         /***/SAPLCUORDER_N                  /***/LCUORDER_NF07                    594
    SAVE_DESIGN
    3 FORM         /***/SAPLCUORDER_N                  /***/LCUORDER_NF07                   2616
    CHECK_AND_SAVE_F07
    2 FORM         /***/SAPLCUORDER_N                  /***/LCUORDER_NF04                    311
    USER_COMMAND_D2000
    1 MODULE (PAI) /***/SAPLCUORDER_N                  /***/LCUORDER_NI05                     28
    USER_COMMAND_2000
    Chosen variables
    Name
    Val.
    No.       4 Ty.          FORM
    Name  SAVE_DESIGN
    %_DUMMY$$
    2222
    0000
    0000
    0000
    CL_GUI_RESOURCES=>COL_TEXTAREA
    31
    1000
    F000
    G_DESIGN_MODE
    R
    5
    2
    0
    0
    CON_MODE_CREA
    I
    4
    9
    0
    0
    GT_NODE_CUI
    Table[initial]
    SY-REPID
    /***/SAPLCUORDER_N
    2454254544545445542222222222222222222222
    F35DF310C35F2452FE0000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    CON_DESNUM_TMP_1
    TM00000001CY
    543333333345
    4D0000000139
    000000000000
    000000000000
    LV_DESNUM
    222222222222
    000000000000
    000000000000
    000000000000
    SAVE_OKCODE
    CU01
    4533222222222222222222222222222222222222222222222222222222222222222222
    3501000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000
    CON_ORDER
    CU01
    4533222222222222222222222222222222222222222222222222222222222222222222
    3501000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000
    SY-XPROG
    SAPMSSY1
    5454555322222222222222222222222222222222
    310D339100000000000000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    CON_DELETE
    LVMS
    4545222222222222222222222222222222222222222222222222222222222222222222
    C6D3000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000
    No.       3 Ty.          FORM
    Name  CHECK_AND_SAVE_F07
    CL_GUI_ALV_GRID=>MC_MB_VIEW
    &MB_VIEW
    2445544522222222222222222222222222222222222222222222222222222222222222
    6D2F695700000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000
    GT_OP
    Table IT_303[2x1320]
    PROGRAM=/***/SAPLCUORDER_NDATA=GT_OP
    Table reference: 118
    TABH+  0(20) = 7039FC3C5824DB3C00000000760000002F010000
    TABH+ 20(20) = 0200000028050000FFFFFFFF0400000030140000
    TABH+ 40( 8) = 08000000C1308001
    store        = 0x7039FC3C
    ext1         = 0x5824DB3C
    shmId        = 0     (0x00000000)
    id           = 118   (0x76000000)
    label        = 303   (0x2F010000)
    fill         = 2     (0x02000000)
    leng         = 1320  (0x28050000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000093
    occu         = 8     (0x08000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 8     (cmpManyEq)
    occu0        = 1
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    isCtfyAble   = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x2010FC3C
    pgHook       = 0x00000000
    idxPtr       = 0x00000000
    shmTabhSet   = 0x00000000
    id           = 234   (0xEA000000)
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 8     (0x08000000)
    lineAlloc    = 8     (0x08000000)
    shmVersId    = 0     (0x00000000)
    shmRefCount  = 1     (0x01000000)
    >>>>> 1st level extension part <<<<<
    regHook      = 0x60B7153D
    collHook     = 0x00000000
    ext2         = 0x1024DB3C
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0xE00FFC3C
    delta_head   = 0000000000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x00000000
    pb_handle    = 0x00000000
    G_BADI_PROGRAM
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    LOG_ERROR
    2
    0
    0
    0
    CON_BUTT_DELETED
    @11QDelete@
    43355466676422222222222222222222222222222222
    011C145C545000000000000000000000000000000000
    00000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000
    G_CU_EXIT_CU_EXPLODE
    F0000000
    F0000000
    /***/CUDESIGN-OBJNR
    CY00000000000000008835
    4533333333333333333333
    3900000000000000008835
    0000000000000000000000
    0000000000000000000000
    CL_GUI_RESOURCES=>COL_TEXTAREA
    31
    1000
    F000
    G_SEC_COUNT
    0
    0000
    0000
    LV_UPD
    X
    5
    8
    0
    0
    %_SPACE
    2
    0
    0
    0
    GS_ROW_NO
    0.0.0.1.
    0000
    1000
    0000
    0000
    SCREEN
    /***/CUDESIGN-GLTRP
    2454245445444244555222222222222222222222222222222222222222222222222222222222222222222222222222
    F35DF3545397ED7C420000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    SY-MSGID
    00
    33222222222222222222
    00000000000000000000
    00000000000000000000
    00000000000000000000
    SWO_%CONTAINER
    000000000
    2222222222222222222222222222222233333333322222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    SPACE
    2
    0
    0
    0
    SY-MSGNO
    341
    333
    341
    000
    000
    /***/CVCUI-CUTYP
    2
    0
    0
    0
    SY-MSGV1
    MESSAGE_TYPE_X
    44554445555455222222222222222222222222222222222222
    D533175F4905F8000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    SY-MSGV2
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    SY-MSGV3
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    SY-MSGV4
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    No.       2 Ty.          FORM
    Name  USER_COMMAND_D2000
    /***/CVCUI
    0.0.0.0.0.0.0.1.                                                                         000000
    2220000000022222222222222222222222222222222222222222222222222222222222222222222222223333332222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    SYST-REPID
    /***/SAPLCUORDER_N
    2454254544545445542222222222222222222222
    F35DF310C35F2452FE0000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    CON_MODE_COPY
    C
    4
    3
    0
    0
    LT_BAPI_RETURN
    Table IT_1778[2x1088]
    PROGRAM=/***/SAPLCUORDER_NFORM=USER_COMMAND_D2000DATA=LT_BAPI_RETURN
    Table reference: 310
    TABH+  0(20) = 8837083D407E1C3D0000000036010000F2060000
    TABH+ 20(20) = 0200000040040000FFFFFFFF04000000F0170000
    TABH+ 40( 8) = 08000000C1308101
    store        = 0x8837083D
    ext1         = 0x407E1C3D
    shmId        = 0     (0x00000000)
    id           = 310   (0x36010000)
    label        = 1778  (0xF2060000)
    fill         = 2     (0x02000000)
    leng         = 1088  (0x40040000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000113
    occu         = 8     (0x08000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 8     (cmpManyEq)
    occu0        = 1
    groupCntl    = 0
    rfc          = 1
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    isCtfyAble   = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x50C6073D
    pgHook       = 0x00000000
    idxPtr       = 0x00000000
    shmTabhSet   = 0x00000000
    id           = 1534  (0xFE050000)
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 8     (0x08000000)
    lineAlloc    = 8     (0x08000000)
    shmVersId    = 0     (0x00000000)
    shmRefCount  = 1     (0x01000000)
    >>>>> 1st level extension part <<<<<
    regHook      = 0x00000000
    collHook     = 0x00000000
    ext2         = 0x6067033D
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0xE82F063D
    delta_head   = 0000000000000000CF000000000000000400000020180000000000004D00430055004F000000000
    pb_func      = 0x00000000
    pb_handle    = 0x00000000
    CON_MODE_ORDE
    O
    4
    F
    0
    0
    TGSBT
    22222222222222222222222222222222222222
    00000000000000000000000000000000000000
    00000000000000000000000000000000000000
    00000000000000000000000000000000000000
    CL_GUI_RESOURCES=>COL_TEXTAREA
    31
    1000
    F000
    LS_NUMBERS-AUFNR_NEW
    000001000677
    333333333333
    000001000677
    000000000000
    000000000000
    T024I
    200UT10100PG for Term & Comp
    33355333335426672567622246672222222222222222
    20054101000706F20452D0603FD00000000000000000
    00000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000
    LS_T399X
    200UT10UM01                  X    INST  30UT01UT01
    3335533543322222222222222222252222445522335533553322222222222222222222222222222222222222222222
    20054105D01000000000000000000800009E3400305401540100000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    CON_VBKZ_U
    U
    5
    5
    0
    0
    /***/CU_ORDER_IO-DISP_FACTOR
    2097152
    0
    0
    LS_DESIGN
    200########000050000109DDCY00000000000000008835PROFILE1  0001UT10UM0100220100MWH001
    333D5FC807333333333333344453333333333333333333355444443223333553354333333333345433322222222222
    200CDB1E02B00005000010944390000000000000000883502F69C5100000154105D0100220100D7800100000000000
    000599F215300000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0004C91D3DB00000000000000000000000000000000000000000000000000000000000000000000000000000000000
    /***/CUDESIGN
    200########000050000109DDCY00000000000000008835PROFILE1  0001UT10UM0100220100MWH001
    333D5FC807333333333333344453333333333333333333355444443223333553354333333333345433322222222222
    200CDB1E02B00005000010944390000000000000000883502F69C5100000154105D0100220100D7800100000000000
    000599F215300000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0004C91D3DB00000000000000000000000000000000000000000000000000000000000000000000000000000000000
    G_DROP_COUNT
    0
    0000
    0000
    LS_DESIGN-DESNUM
    000050000109
    333333333333
    000050000109
    000000000000
    000000000000
    No.       1 Ty.          MODULE (PAI)
    Name  USER_COMMAND_2000
    GT_SELTAB_INIT
    Table[initial]
    Internal notes
    The termination was triggered in function "RfcExtendedReceive"
    of the SAP kernel, in line 422 of the module
    "//bas/700_REL/src/krn/rfc/abrfcrcv.c#4".
    The internal operation just processed is "FUNC".
    Internal mode was started at 20070827180011.
    Status of connection:
    RFC state: " "
    RFC error text: "RFC_ERROR_SYSTEM_FAILURE"
    CPI-C error text: "The current application triggered a termination with a short
    dump."
    Active Calls in SAP Kernel
    Lines of C Stack in Kernel (Structure Differs on Each Platform)
    SAP (R) - R/3(TM) Callstack, Version 1.0
    Copyright (C) SAP AG. All rights reserved.
    Callstack without Exception:
    App       : disp+work.EXE (pid=26488)
    When      : 8/27/2007 18:1:10.942
    Threads   : 2
    Computer Name       : MB1ES1005
    User Name           : ec6adm
    Number of Processors: 2
    Processor Type: x86 Family 15 Model 4 Stepping 10
    Windows Version     : 5.2 Current Build: 3790
    State Dump for Thread Id 5e10
    eax=000f93c0 ebx=0000042c ecx=00003118 edx=00000000 esi=0000042c edi=00000000
    eip=7c82ed54 esp=056d71f0 ebp=056d7260 iopl=0         nv up ei ng nz ac po cy
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00200297
    function : KiFastSystemCallRet
    7c82ed54 c3               ret
    7c82ed55 8da42400000000   lea     esp,[esp]              ss:056d71f0=7c822124
    7c82ed5c 8d642400         lea     esp,[esp]              ss:62bd5803=00000000
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    056d7260 77e6ba42 0000042c 0001d4c0 00000000 056d7298 ntdll!KiFastSystemCallRet
    056d7274 0109504d 0000042c 0001d4c0 00000001 7c38b5c8 kernel32!WaitForSingleObject
    056d7298 00582118 00582151 7c38b5c8 7c38b5c8 7c38b5c8 disp+work!NTDebugProcess  (ntstcdbg.c (501))
    056d729c 00582151 7c38b5c8 7c38b5c8 7c38b5c8 01e9b1b8 disp+work!NTStack  (dptstack.c (1367))
    056d72b8 00582185 7c38b5c8 00000000 008b7ec8 7c38b5c8 disp+work!CTrcStack2  (dptstack.c (352))
    056d72c4 008b7ec8 7c38b5c8 00000000 005f0059 00330030 disp+work!CTrcStack  (dptstack.c (182))
    056d72e8 008bb39f 00711076 056d8018 056d7be8 00200020 disp+work!rabax_CStackSave [abrabax.c (7063)
    056d7b90 009eca8b 020b9e4c 020b9e14 000001a6 5d88acf0 disp+work!ab_rabax  (abrabax.c (1243))
    056d7bcc 009ed19e 00000003 00711076 00000020 00000000 disp+work!rcv_message  (abrfcrcv.c (422))
    056d8068 009ed29d 00000003 00000000 00710c47 056d80c0 disp+work!RfcExtendedReceive [abrfcrcv.c (14
    056d808c 00714873 00000003 00710c47 056d80c0 00711076 disp+work!ab_rfcreceive  (abrfcrcv.c (59))
    056d80e4 0071886b 2694a7c8 2694a7cc 2694a7cc 2694a7cc disp+work!jfunc_get  (abfunc.c (5103))
    056d89f4 007191d0 00000003 000000b4 00000000 05e8b7c0 disp+work!jfunc_nonstandard [abfunc.c (1655)
    056dcfb0 006e3e2d 00000003 3ced8f90 00000000 056dd018 disp+work!ab_jfunc  (abfunc.c (554))
    056dd018 0081cb5e 00000000 3ced8f90 056dd164 3cedb514 disp+work!ab_extri  (abextri.c (552))
    056dd02c 00897dbd 00000000 3cedae46 005bf4cd 3ceda13c disp+work!ab_xevent  (abrunt1.c (281))
    056dd038 005bf4cd 3ceda13c 000000ea 3cedae46 00000000 disp+work!ab_dstep  (abdynpro.c (492))
    056dd164 005c25be 3ced8f90 3ced8f90 056dfc78 00000000 disp+work!dynpmcal  (dymainstp.c (2398))
    056dd178 005c1def 00000001 3ced8f90 00000003 056dfc78 disp+work!dynppai0  (dymainstp.c (1004))
    056dd194 00595e69 3ced8f90 00000001 00000001 00000001 disp+work!dynprctl  (dymainstp.c (360))
    056dfcec 00490e06 00000004 0049d15f 00000004 01dadd00 disp+work!dynpen00  (dymain.c (1628))
    056dfcf4 0049d15f 00000004 01dadd00 00000003 00000002 disp+work!Thdynpen00  (thxxhead.c (4773))
    056dfee0 0049d6d6 00000001 00000000 00000000 00430000 disp+work!TskhLoop  (thxxhead.c (4455))
    056dff00 00421c36 00000000 00000000 7ffde000 056dff60 disp+work!ThStart  (thxxhead.c (1173))
    056dff14 00401080 00000003 05876980 00000001 00000000 disp+work!DpMain  (dpxxdisp.c (1121))
    056dff60 01242970 00000003 05876980 05877a10 01cce000 disp+work!nlsui_main  (thxxanf.c (82))
    056dffc0 77e523e5 00000000 00000000 7ffde000 8967f020 disp+work!wmainCRTStartup  (crtexe.c (395))
    056dfff0 00000000 0124282d 00000000 00905a4d 00000003 kernel32!IsProcessorFeaturePresent
    State Dump for Thread Id 61fc
    eax=00000000 ebx=00000103 ecx=0587a700 edx=02714360 esi=00000000 edi=00000000
    eip=7c82ed54 esp=0799fec0 ebp=0799ff04 iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
    function : KiFastSystemCallRet
    7c82ed54 c3               ret
    7c82ed55 8da42400000000   lea     esp,[esp]              ss:0799fec0=7c821514
    7c82ed5c 8d642400         lea     esp,[esp]              ss:64e9e4d3=00000000
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    0799ff04 0119030a 000006e0 00000000 00000000 0587a798 ntdll!KiFastSystemCallRet
    0799ff84 7c349565 00000000 00000000 00000000 0587a700 disp+work!SigIMsgFunc  (signt.c (610))
    0799ffb8 77e6608b 0587a700 00000000 00000000 0587a700 MSVCR71!endthreadex
    0799ffec 00000000 7c3494f6 0587a700 00000000 00000000 kernel32!GetModuleFileNameA
    List of ABAP programs affected
    Index
    Typ
    Program
    Group
    Date
    Time
    Size
    Lang.
    0
    Prg
    /***/SAPLCUORDER_N
    0
    10.08.2007
    10:12:44
    541696
    E
    1
    Typ
    /***/CUDESIGN
    0
    10.08.2007
    10:05:19
    7168
    2
    Typ
    /***/CU_ORDER_IO
    0
    10.08.2007
    09:53:38
    4096
    3
    Typ
    /***/DESTYPE
    0
    10.08.2007
    10:05:21
    2048
    4
    Typ
    /***/PRF_ORD
    0
    10.08.2007
    10:05:21
    4096
    5
    Prg
    SAPMSSYD
    0
    04.04.2007
    10:28:36
    21504
    E
    6
    Prg
    SAPFSYSCALLS
    0
    09.09.2004
    14:18:32
    8192
    E
    7
    Typ
    /***/G_CUST
    0
    10.08.2007
    09:53:39
    3072
    8
    Prg
    /***/SAPLTABLES
    8
    10.08.2007
    10:13:00
    19456
    E
    9
    Typ
    /***/G_CHAR
    0
    10.08.2007
    10:05:21
    3072
    10
    Prg
    SAPLCTCE
    10
    09.09.2004
    14:18:34
    9216
    E
    11
    Typ
    CABN
    0
    18.09.2001
    10:02:26
    12288
    12
    Prg
    SAPLICON
    12
    04.04.2007
    10:10:28
    27648
    E
    13
    Prg
    %_CICON
    12
    07.02.2006
    10:40:00
    104448
    E
    14
    Typ
    ICONT
    0
    04.04.2007
    10:10:08
    2048
    15
    Typ
    NRIV
    0
    02.04.1998
    08:14:54
    3072
    16
    Prg
    SAPLBSVA
    16
    04.04.2007
    14:47:00
    296960
    E
    17
    Typ
    /***/CU_ORDER_S_OP_N
    0
    10.08.2007
    09:53:39
    14336
    18
    Prg
    CL_GUI_CONTROL================CP
    18
    28.02.2005
    21:03:09
    112640
    E
    19
    Prg
    %_CCNTL
    18
    18.02.2005
    14:15:08
    15360
    E
    20
    Typ
    OBJ_RECORD
    0
    14.02.1998
    08:30:43
    2048
    21
    Prg
    CL_GUI_OBJECT=================CP
    21
    05.07.2005
    13:10:15
    375808
    E
    22
    Prg
    CL_GUI_CFW====================CP
    22
    28.02.2005
    21:03:09
    172032
    E
    23
    Prg
    CL_GUI_PROPS_CONSUMER=========CP
    23
    18.02.2005
    14:15:08
    30720
    E
    24
    Prg
    SAPLTHFB
    24
    04.04.2007
    13:24:38
    390144
    E
    25
    Typ
    EUDB
    0
    06.11.2003
    20:28:08
    8192
    26
    Prg
    SAPLSFES
    26
    08.08.2007
    16:46:17
    259072
    E
    27
    Prg
    SAPLSPLUGIN
    27
    09.09.2004
    14:18:36
    8192
    E
    28
    Prg
    SAPLSTTM

    Yes even i find it strange. But there is no syntax error and the fact is that it was working 2 days back.  Suddenly it has started giving us this dump.
    The code is as follows.
    Commit design BAPI's
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' .
          IF save_okcode = con_order.
    Commit order BAPI's
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
              DESTINATION 'NONE'.
    Here con_order is CU01.
    Please let me know if anybody has faced this problem earlier.
    Thanks in Advance
    Meghana

Maybe you are looking for

  • Payment run

    For a  Vendor the following 3 are the document identified with a posting keys in a Payment Run. 21      Vendor A/C        Dr. 50     Expense  A/C      21      Vendor A/C        Dr. 50     Expense  A/C      31      Vendor A/C       Dr. 40     Expense 

  • SYS and DATA on same RAID 5 Array

    I have a server now with 4 drives; 2 Mirrored SYS, 1 DATA, and 1 Backup. (The backup one holds a copy of the DATA drive and my GRPWISE database). I just purchased a new server with SCSI drives, and it comes with 6 73GB U320 drives, and 2 36GB U160 dr

  • Want to use Time Capsule as external hard drive / Time Capsule als externe Festplatte

    Can somebody tell me what steps I have to take to use my TC as an external hard drive? Thanks! / Kann mir jemand einmal genau erklären, wie ich meine Time Capsule als externe Festplatte für meine Fotos etc. nutzen kann? Mein 128 GB Mac Book Air kommt

  • Select and highlight a default row in a table

    Hi everybody. When using a table in WD, the first line is selected and highlighted by default. I'd like to reproduce the same behaviour but this time, the selected and highlighted row shouldn't be the first row but any other one that has to be define

  • XP Proff will not switch off system when closing down.

    I have a brand new installation loaded to a KM3M-V board with Semperon 2200 - everything works perfectly with the exception that when the command is given to shut down Windows, instead of switching off the system I get athe following Windows message