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

Similar Messages

  • 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

  • Dump "GETWA_NOT_ASSIGNED" while implementing Remodeling

    Hello Everyone,
    i am trying to add an infoobject 0calweek with constant value using remodeling. while implementing this scenario i encountered with a short dump "GETWA_NOT_ASSIGNED" could anybody suggest any fix to this issue.
    Thanks and Regards,
    Ajay.D

    thanks

  • Short Dump error while loading data from R/3 to ODS

    Hello,
    while trying to load data into the ODS from R/3 I get the following short dump error message. How do I carry out step 1 in the below procedure. Where do i find the Activate Function. And idea?
    Thanks,
    SD
                                                                                    Diagnosis                                                                               
    Form routine CONVERT_ITAB_RFC is incorrect in transfer program         
         GP4C0LOLZ6OQ70V8JR365GWNW3K .                                                                               
    System Response                                                                               
    The IDoc processing was terminated and indicated as incorrect. The IDoc
         can be reimported at any time.                                                                               
    Procedure                                                                               
    1.  Go to the transfer rule maintenance for your InfoSource               
             ZFIN_TR_FLQITEM_FI and the source system DA_M_10 and regenerate the   
             transfer program using the function Activate. Remove possible syntax  
             errors on the basis of your conversion routines.                                                                               
    2.  Restart the processing of this IDoc.                                                                               
    3. If the error occurs again search for SAPNet R/3 notes, and create a 
            problem message if necessary.
    Edited by: Sebastian D'Souza on Jan 13, 2009 3:22 PM

    Hi.......
    Goto RSA1>> then to source system tab (on left side) >>  double click on the desired source system...........Then on the right side you have the Datasource tree..........there search the datasource and activate.......Also u can Replicate the datasource again.......and activate the Transfer rules using the program : RS_TRANSTRU_ACTIVATE_ALL
    After this operation when come back to source system (R/3).........I think  the error log line will be disappeared from SM58......... Then repeat the load.........
    Also u can try to Activate the infosource once...........in RSA1.........before repeating the load....
    Hope this helps......
    Regards,
    Debjani....

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

  • Error while transporting Datasources in Production

    Dear All,
    I have facing a problem while transporting objects pertaining to BI Cockpit in Production.
    Earlier I had transported all the obects (in more than one transports) in Quality (from Development). After testing the objects, I had imported the same number of transports (and in the same order) to Production and now some of the requests have ended in errors like:
    DataSource 0TCTWHMTFM_TEXT does not exist in source system PW1CLNT003 of version A
    Such errors have occured for most of the Datasources.
    Can anyone let me know
    1) Why the transports have failed while importing in Production when similar requests have been transported successfully to Quality.
    2) The possible solution to correct the error.
    Request your kind help to overcome this problem.
    Regards
    Shalabh

    Dear All,
    Thanks for your kind reply.
    There are no R/3 Datasources involved. Our BI Cockpit landscape is based upon only BI system. No data transfer to take place between R/3 and BI.
    Secondly, you mean to say that I need to replicate my Source system in Production and then proceed with the transporting of the requests from Dev to Prod.
    But I never did the same in Quality while transporting from Dev. Is it that it might have been done in Quality beforehand by someone ?
    Also, when the Datasources have not been transported to Production (resulting in error) then how can i replicate these datasources in Production ???
    Let me know if I have not understood correctly.
    Many thanks again for your efforts.
    /Shalabh

  • Short Dump Error while executing the DTP

    Hello Experts,
    I am facing an issue with DTP.
    Data has been loaded to PSA successfully but while executing the DTP for loading from PSA to DSO (WO) throwing a short dump RAISE_EXCEPTION.
    Short text
        Exception condition "NO_DS_LG_FOUND" raised.
    "RAISE_EXCEPTION" " "
    "SAPLRSSTATMAN" or "LRSSTATMANU1
    "RSSTATMAN_GET_PARTTAB_PSA"
    or
    "SAPLRSSTATMAN" "NO_DS_LG_FOUND"
    or
    "RSAWBN_START " "NO_DS_LG_FOUND"
    We are on BI support pack 14 SAPKW70014, searched for OSS notes but there are few for SP 12/ 13.
    Did any body faced the simlliar issues,,,, please help
    Appreicate your quick response.

    You may wish to check this
    Note 1083305 - P16:STATMAN:Dump in function module RSM_INFOCUBE_WRITE_CHECK
    Hope it Helps
    Chetan
    @CP..

  • Short Dump created while modifying a process chain

    Hi guys ,
    Iam getting a short dump while trying to modify a process chain and it is taking me too short dump where the message is PROCESS HAS NO PREDECESSOR but even when Iam trying to DETAILED VIEW it is taking me too short dump
    Can anyone help me out of this issue

    Hi ,
    I have removed the existing start process  and I have checked but there is no Use the same short dump is created again
    Please suggest me some usefull solution .

  • 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

  • ABAP short dump error while creating an invoice

    Hi All,
    We are creating a delivery(Unit is EA) for the material for which the Unit Conversion is maintained as 1CS = 48 EA. So while creating a delivery If I maintain the delivered quantity is less than 24, I am not able to create an invoice.It's throwing an ABAP short dump error BCD zerodivide run time error.
    If I deliver greater than or equal to 24, then the invoice is created without any issue
    I have checked if there is any  CMIR record but no record is maintained.
    Can anyone help me out on this?
    Regards,
    Manjunath

    Hi Manju,
         Can you post the dump screen shot, which should contain the source code for that dump.
    Regards,
    Krishna

  • Short Dump "ITAB_DUPLICATE_KEY" while executing DTP

    Hi all,
    i am getting a short dump when i try to execute the DTP to Cube, following is the error details.
    i could not analyze the reason, need your inputs on this.
    Runtime Errors         ITAB_DUPLICATE_KEY                                           
    Date and Time          02/08/2009 21:33:53                                          
    Short dump has not been completely stored (too big)                                                                               
    Short text                                                                               
    A row with the same key already exists.                                                                               
    What happened?                                                                     
         Error in the ABAP Application Program                                                                               
    The current ABAP program "SAPLRSAODS" had to be terminated because it has      
         come across a statement that unfortunately cannot be executed.                                                                               
    Error analysis                                                                     
         An entry was to be entered into the table                                      
          "\FUNCTION=RSAR_ODS_GET\DATA=L_TH_ISOSMAP" (which should have                 
         had a unique table key (UNIQUE KEY)).                                          
         However, there already existed a line with an identical key.                                                                               
    The insert-operation could have ocurred as a result of an INSERT- or           
         MOVE command, or in conjunction with a SELECT ... INTO.                                                                               
    The statement "INSERT INITIAL LINE ..." cannot be used to insert several       
          initial lines into a table with a unique key.                                                                               
    thanks,
    Rk

    Hello Rk,
    What is the data source??
    whats is your SP level??
    Seems like the data source is not properly activated or duplicate entries exists in the system tables for the same data source...
    If you have recently done a system copy??
    Try to activate the data source again...if its from R/3 then replicate and activate it again...also if its a BW object then try to reactivate it as well.
    Thanks
    Ajeet

  • Short dump:ASSIGN_TYPE_CONFLICT- While loading data through DTP

    Dear all:
    We currently work with BI NW2004s SP10. We created transformation for mapping InfoSource and InfoCube based on 3.x transfer rule. For example, we used cube 0PUR_C04 and Data Source 2LIS_02_ITM_CP. And the transformation is "TRCS Z2LIS_02_ITM_CP -> CUBE 0PUR_C04". Everytime when we tried to load data via DTP. A runtime short dump occurred: ASSIGN_TYPE_CONFLICT
    Error analysis:
      You attempted to assign a field to a typed fie but the field does not have the required type.
    we went back and forth to activated transformation and DTP. But still, same error occurred.
    Any idea, please !!!!
    BR
    SzuFen

    Hi Pavel:
    Please refer to the following information-
    User and Transaction
        Client.............. 888
        User................ "TW_S
        Language key........ "E"
        Transaction......... " "
        Program............. "GPD0
        Screen.............. "SAPM
        Screen line......... 6
    ===========================================================
    Information on where terminated
        Termination occurred in the ABAP program "GPD0QBVJ2WFQZZXBD0IJ1DSZAEL" - in
         "EXECUTE".
        The main program was "RSBATCH_EXECUTE_PROZESS ".
        In the source code you have the termination point in line 704
        of the (Include) program "GPD0QBVJ2WFQZZXBD0IJ1DSZAEL".
        The program "GPD0QBVJ2WFQZZXBD0IJ1DSZAEL" was started as a background job.
        Job Name....... "BIDTPR_284_1"
        Job Initiator.. "TW_SZU"
        Job Number..... 16454800
    ===========================================================
    Short text
        Type conflict with ASSIGN in program "GPD0QBVJ2WFQZZXBD0IJ1DSZAEL".
    ===========================================================
    Error analysis
        You attempted to assign a field to a typed field symbol,
        but the field does not have the required type.
    ===========================================================
    Information on where terminated
        Termination occurred in the ABAP program "GPD0QBVJ2WFQZZXBD0IJ1DSZAEL" - in
         "EXECUTE".
        The main program was "RSBATCH_EXECUTE_PROZESS ".
        In the source code you have the termination point in line 704
        of the (Include) program "GPD0QBVJ2WFQZZXBD0IJ1DSZAEL".
        The program "GPD0QBVJ2WFQZZXBD0IJ1DSZAEL" was started as a background job.
        Job Name....... "BIDTPR_284_1"
        Job Initiator.. "TW_SZU"
        Job Number..... 16454800
    ===========================================================
    Line  SourceCde
      674         ELSE.
      675           ASSIGN rdsTG_1->*          to <_ys_TG_1>.
      676           CLEAR <_ys_TG_1>.
      677           MOVE-CORRESPONDING G1 TO <_ys_TG_1>.
      678           <_ys_TG_1>-requid    = l_requid.
      679           l_recno_TG_1          = l_recno_TG_1 + 1.
      680           ls_cross-insegid      = 1.
      681           ls_cross-inrecord     = l_recno_SC_1.
      682           ls_cross-outsegid     = 1.
      683           ls_cross-outrecord    = l_recno_TG_1.
      684
      685           CALL METHOD i_r_log->add_cross_tab
      686             EXPORTING
      687               I_S_CROSSTAB = ls_cross.
      688
      689 **     Record# in target = sy-tabix - if sorting of table won't be changed
      690           <_ys_TG_1>-record     = l_recno_TG_1.
      691           INSERT <_ys_TG_1> INTO TABLE <_yth_TG_1>.
      692           IF sy-subrc <> 0.
      693             CALL METHOD cl_rsbm_log_step=>raise_step_failed_callstack.
      694           ENDIF.
      695
      696         ENDIF.      "Read table
      697 *
      698       ENDIF.
      699       CLEAR skipseg_all.
      700     ENDLOOP.
      701 * -
    insert table into outbound segment -
      702
      703     <_yt_TG_1>[] = <_yth_TG_1>[].
    >>>>>
      705     rTG_1->insert_table( rdtTG_1_dp ).
      706   ENDMETHOD.                 "execute
      707
      708
      709
      710 endclass.                    "lcl_transform IMPLEMENTATION
      711
      712 &----
      713 *&      Form  get_runtime_ref
      714 &----
      715 *       text
      716 ----
      717 *      -->C_R_EXE    text
      718 ----
      719 form get_runtime_ref
      720 changing c_r_exe  type ref to object.
      721
      722   data: l_r_exe type ref to lcl_transform.
      723   create object l_r_exe.
    ===========================================================
    Contents of system fields
    Name     Val.
    SY-SUBRC 0
    SY-INDEX 3
    SY-TABIX 0
    SY-DBCNT 1
    SY-FDPOS 0
    SY-LSIND 0
    SY-PAGNO 0
    SY-LINNO 1
    SY-COLNO 1
    SY-PFKEY
    SY-UCOMM
    SY-TITLE Execute Batch Process
    SY-MSGTY E
    SY-MSGID R7
    SY-MSGNO 057
    SY-MSGV1 0TOTDELTIME
    SY-MSGV2 A
    SY-MSGV3
    SY-MSGV4
    SY-MODNO 0
    SY-DATUM 20070420
    SY-UZEIT 164557
    SY-XPROG SAPCNVE
    SY-XFORM CONVERSION_EXIT
    ===========================================================
    Active Calls/Events
    No.   Ty.          Program                             Include
          Name
        6 METHOD       GPD0QBVJ2WFQZZXBD0IJ1DSZAEL         GPD0QBVJ2WFQZZXBD0IJ1DSZAEL
          LCL_TRANSFORM=>EXECUTE
        5 METHOD       CL_RSTRAN_TRFN_CMD============CP    CL_RSTRAN_TRFN_CMD============CM005
          CL_RSTRAN_TRFN_CMD=>IF_RSBK_CMD_T~TRANSFORM
        4 METHOD       CL_RSBK_PROCESS===============CP    CL_RSBK_PROCESS===============CM00Q
          CL_RSBK_PROCESS=>PROCESS_REQUEST
        3 METHOD       CL_RSBK_PROCESS===============CP    CL_RSBK_PROCESS===============CM002
          CL_RSBK_PROCESS=>IF_RSBATCH_EXECUTE~EXECUTE
        2 FUNCTION     SAPLRSBATCH                         LRSBATCHU13
          RSBATCH_EXECUTE_PROCESS
        1 EVENT        RSBATCH_EXECUTE_PROZESS             RSBATCH_EXECUTE_PROZESS
          START-OF-SELECTION
    ===========================================================
    Thank you and BR
    SF

  • Short Dump Error while loading master data.

    Hello All,
    I am trying to load data from PSA to Info Object (0Material_Attr) via DTP, I am getting error and itu2019s giving the short dump.
    Runtime Errors UNCAUGHT_EXCEPTION
    Exception CX_RSR_X_MESSAGE.
    "UNCAUGHT_EXCEPTION" "CX_RSR_X_MESSAGE"
    "SAPLRRMS" or "LRRMSU13"
    "RRMS_X_MESSAGE".
    In Job overview,  job is getting cancelled, with error message
    "The object name is not allowed to be empty".
    ABAP/4 processor: UNCAUGHT_EXCEPTION.
    We have done the following steps, even then error persist.
    Transaction RSRV > All Elementary Tests > Master Data > Compare Number Range and Maximum SID for the characteristic 0REQUID.
    If the system reports an error here, correct the error using the "Correct Error" function.
    Kindly suggest.
    Thanks in Advance .

    Error analysis from ST22
        An exception occurred which is explained in The exception, which is assigned to class '  and therefore caused a runtime error.
        The reason for the exception is: No text available for this exception
    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:
    "UNCAUGHT_EXCEPTION" "CX_RSR_X_MESSAGE"
    "SAPLRRMS" or "LRRMSU13"
    "RRMS_X_MESSAGE"

  • Short Dump Error While Data load

    Hi Experts,
    Data load to an ODS in production server has been failed because of Short dump error. The error message shows " OBJECTS_OBJREF_NOT_ASSIGNED ".
    Request you to please help me out with a solution ..
    Regards,
    Vijay

    Hi Vijay,
    follow the steps below (May Help you)
    Goto Monitor screen>Status Tab> using the wizard or the menu path >Environment -> Short dump> In the warehouse
    Select the Error and double click
    Analyse the error from the message.
    1.-->Go to Monitor
    -->Transactional RFC
    -->In the Warehouse
    -->Execute
    -->EDIT
    -->Execute LUW
    Refresh the Transactional RFC screen and go to the Data Target(s) which have failed and see the status of the Request-->Now it should be green.
    2.In some cases the above process will not work (where the Bad requests still exists after the above procedure).
    In that case we need to go to the Data Targets and need to delete the bad requests and do the update again
    Regards,
    BH

Maybe you are looking for