OBJECTS_OBJREF_NOT_ASSIGNED dump

Hi,
I am facing the ABPAP dump " OBJECTS_OBJREF_NOT_ASSIGNED"
Can anyone pls suggest me.
I am facing this  when running the tcode HRFORMS in a method "READ_DB".
Information on where terminated
    Termination occurred in the ABAP program "CL_INFOSTAR_HRF02=============CP" -
     in "READ_DB".
    The main program was "H99HRF03 ".
    In the source code you have the termination point in line 32
    of the (Include) program "CL_INFOSTAR_HRF02=============CM003".
    The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in
    procedure "READ_DB" "(METHOD)", but it was neither handled locally nor declared
    in the RAISING clause of its signature.
    The procedure is in program "CL_INFOSTAR_HRF02=============CP "; its source
     code begins in line
    1 of the (Include program "CL_INFOSTAR_HRF02=============CM003 ".
Thank u

Hello,
is there any solution for this problem? I have the same problem.
Bye.
Markus

Similar Messages

  • OBJECTS_OBJREF_NOT_ASSIGNED Dump while Installing Process Chain

    Hi Gurus,
                 I got OBJECTS_OBJREF_NOT_ASSIGNED dump while installing Business Content process chian "0TCT_C2_INIT_P01".
    Also 6 info packages were not delivered in business content for the above chian.
    Any Help.
    Regards,
    Anil

    Check if this note helps..though it is for infoobjects
    <a href="https://websmp202.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1019055&_NLANG=E">Note 1019055 - Runtimer errors when activating InfoObjects</a>
    Message was edited by:
            Manga Paidikondala

  • Reg:OBJECTS_OBJREF_NOT_ASSIGNED dump

    Hi Experts,
    I am seeing a lot of OBJECTS_OBJREF_NOT_ASSIGNED dumps in one of our productions servers with the a few of the cancelled background jobs.
    We have just upgraded from 4.7 to ECC6
    The error text is
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
    caught in
    procedure "GET_SPECIAL_DATA_INTERNAL" "(METHOD)", nor was it propagated by a
    RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    You attempted to use a 'NULL' object reference (points to 'nothing')
    access a component (variable: "ME->GO_PARENT_CBASE_PROFILE").
    An object reference must point to an object (an instance of a class)
    before it can be used to access components.
    Either the reference was never set or it was set to 'NULL' using the
    CLEAR statement.
    We have tried to find the SAP notes,but could not find the proper ones
    Kindly help us fix the dump issue
    Rgds-
    Venu

    Hi Venu,
    In your setup of the shared memory area in SHMA, do you have the versioning option unchecked?  If you do that might explain your issue.  If a user tries to access the one instance of the object in the shared memory area while it is currently being refreshed to memory they will get this short dump.  The one way to protect against this error would be to make sure that the user reading from the memory area does a check for success in attach_for_read( ) before going further.  See this example:
      DATA: lv_tries TYPE i,
            lv_subrc TYPE sy-subrc.
      CONSTANTS: lc_max TYPE i VALUE '10000''.
    Initialize variables for a max of 10000 tries
      CLEAR lv_tries.
      lv_subrc = 1.
    Attach for read from shared memory area
      WHILE lv_tries < lc_max AND lv_subrc <> 0.
        TRY.
          cl_area = zcl_shm_employee_master=>attach_for_read( ).
          lv_subrc = sy-subrc.
          CATCH: cx_shm_inconsistent,
                       cx_shm_no_active_version,
                       cx_shm_read_lock_active,
                       cx_shm_exclusive_lock_active,
                       cx_shm_parameter_error,
                       cx_shm_change_lock_active.
          lv_tries = lv_tries + 1.
        ENDTRY.
      ENDWHILE.
    Raise exception if tries reaches count of 10000
      IF lv_tries = lc_max.
        RAISE READ_ERROR.
      ENDIF.
    The number 10000 is an arbitrary number chosen for the example but you can get the idea from it.  This will ensure that either a success attach is performed or an exception is thrown.  Of course you could always just call multiple times until you get a successful attach.  I did it this way to avoid a potential infinite loop in the case that it is not able to attach successfully.
    Regards,
    Ryan Crosby

  • ABAP DUMP - OBJECTS_OBJREF_NOT_ASSIGNED

    Hi Experts
    We are facing the dump  OBJECTS_OBJREF_NOT_ASSIGNED very regularly in ST22.
    Error Details
    Short text
         Access via 'NULL' object reference not possible.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_CRM_BSP_FRAME_SRES=========CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
    please letme Know why this dump is comming reguraly and what action to be taken to aviod such dumps
    Thanks
    kumar

    Hi,
    What does this applicaiton do? Is it anywhere linked to Transactions in CRM.
    We faced similar Dump in CRM SAPGUI. and that was when we entered the Tcode: CRMD_ORDER.
    Just try the same with another User ID. If the dump doesnot occur then follow the procedure below:
    Tcode: SU01
    Open the User for which teh dump is coming.
    Goto Parameters tab
    Enter follwoing:
    Parameter ID: CRM_PROCESS_TYPE
    Parameter Value: TA
    SAVE.
    This should resolve,
    Kindly reward with points in case helpful
    Sharif.

  • Dump with error OBJECTS_OBJREF_NOT_ASSIGNED

    Hi,
    When I execute infospoke it is ending in Dump with the
    runtime error OBJECTS_OBJREF_NOT_ASSIGNED
    and exception  CX_SY_REF_IS_INITIAL..
    Please advice.
    Thanks,
    Vrrp

    Hi VRRP,
    check u'r sys version & sp level.......
                Import Support Package 15 for SAP NetWeaver 7.0 BI (BI Patch 14 or SAPKW70015) into your BI system. The Support Package is available once Note 991094"

  • BAPI_SAG_CHANGE: dump OBJECTS_OBJREF_NOT_ASSIGNED

    Hello,
    I have just written a custom report that calls BAPI_SAG_CHANGE.
    It works fine if run in foreground, but if run in background, with the same data, I get a dump:
    Runtime error
    OBJECTS_OBJREF_NOT_ASSIGNED
    Exception    
    CX_SY_REF_IS_INITIAL
    Some more infos:
    I'm working on a system with following software component:
              SAP_APPL    600    0021    SAPKH60021
    I have just applied two more SAP Notes, 1719540 and 1730058 (released with SAPKH60022) but error happen as well
    Here following I copy source code of my own form. Of course <fs_alv> is assigned and all fields are filled with their own value and just before this piece of code I have just done a CLEAR and a FREE of all tables/structures used by the BAPI
    wa_header-number  = <fs_alv>-ebeln.
    wa_headerx-number = <fs_alv>-ebeln.
    wa_schedule-item_no = <fs_alv>-ebelp.
    wa_schedule-sched_line = <fs_alv>-etenr.
    wa_schedule-quantity   = <fs_alv>-wemng.
    APPEND wa_schedule TO tb_schedule.
    wa_schedulex-item_no = <fs_alv>-ebelp.
    wa_schedulex-sched_line = <fs_alv>-etenr.
    wa_schedulex-quantity   = 'X'.
    APPEND wa_schedulex TO tb_schedulex.
    CALL FUNCTION 'BAPI_SAG_CHANGE'
    EXPORTING
    purchasingdocument
    = <fs_alv>-ebeln
    header         
    = wa_header
    headerx        
    = wa_headerx
    TABLES
    return         
    = tb_bapiret2
    schedule
    = tb_schedule
    schedulex      
    = tb_schedulex.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
    wait = 'X'.
    Here following I post the first page of the dump, copied from ST22:
    Short Text    Access via 'NULL' object reference not possible.   What happened?    Error in the ABAP Application Program     The current ABAP program "CL_MASTER_CONDITIONS_MM=======CP" had to be     terminated because it has    come across a statement that unfortunately cannot be executed.   What can you do?    Note down which actions and inputs caused the error.      To process the problem further, contact you SAP system    administrator.     Using Transaction ST22 for ABAP Dump Analysis, you can look    at and manage termination messages, and you can also    keep them for a long time.   Error analysis    An exception occurred that is explained in detail below.    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not     caught in    procedure "IF_MASTER_CONDITIONS_MM~GET_PERSISTENT_DATA" "(METHOD)", nor was it     propagated by a RAISING clause.    Short Text    Access via 'NULL' object reference not possible.   What happened?    Error in the ABAP Application Program     The current ABAP program "CL_MASTER_CONDITIONS_MM=======CP" had to be     terminated because it has    come across a statement that unfortunately cannot be executed.   What can you do?    Note down which actions and inputs caused the error.      To process the problem further, contact you SAP system    administrator.     Using Transaction ST22 for ABAP Dump Analysis, you can look    at and manage termination messages, and you can also    keep them for a long time.   Error analysis    An exception occurred that is explained in detail below.    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not caught in    procedure "IF_MASTER_CONDITIONS_MM~GET_PERSISTENT_DATA" "(METHOD)", nor was it     propagated by a RAISING clause.
    Do anybody have experience about this problem?
    Thank you!
    Guido

    Solved.
    I have just applied Sap Note 1694513 in order to solve the dump.
    Ciao,
    Guido

  • Short dump OBJECTS_OBJREF_NOT_ASSIGNED

    Hi All,
    I have a BSP application where the Application class has several attributes TYPE REF TO other classes.   In production we are getting hundreds of OBJECTS_OBJREF_NOT_ASSIGNED short dumps a day.  The references to these TYPE REF TO attributes on the application class are being lost.  
    Initially we were not able to reproduce the problem in development, however I have found that if you stay on a page for 10-15 minutes then navigate to another page the references are lost and the short dump occurs.  I can see in the short dump that the reference to the Application object still exists but not to the TYPE REF TO attributes which are now all ???.  If you navigate without waiting everything is fine.
    I thought it might be the garbage collector cleaning them up, however at the time the page is displayed all the references are valid.  Why do they disappear?  Is there a time-out parameter somewhere?
    Thanks in advance.
    Sandra Lawrence

    Thanks for all your replies.  I realise now that I am getting a session time-out.  As I still had some data remaining I originally didn't think this was my problem.
    I am now in the process of implementing Thomas Jung's timeout solution from his blog BSP Developer's Journal: Part XV - Stateful BSP and Timeouts.
    Thanks again for pointing me in the right direction.

  • Dump while testing Idoc from WE19-OBJECTS_OBJREF_NOT_ASSIGNED

    Hi Experts,
    I am trying to Post inbound PO idoc from we19 tcode.
    MessageType:PORDCR1
    Idoctype:PORDCR102
    FM:BAPI_IDOC_INPUT1
    while testing this Idoc it is going dump.
    Runtime Errors     :    OBJECTS_OBJREF_NOT_ASSIGNED
    Short text            :    Access via 'NULL' object reference not possible.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
         caught in
        procedure "PROCESS_COMPONENTS" "(FORM)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        You attempted to use a 'NULL' object reference (points to 'nothing')
        access a component (variable: "L_ITEM").
        An object reference must point to an object (an instance of a class)
        before it can be used to access components.
        Either the reference was never set or it was set to 'NULL' using the
        CLEAR statement.
    Could you plz suggest how to resolve this issue.
    regards,
    Bhuvan.

    Hi,
    Please implement the OSS Note 1409498 (Relavent to your problem).
    I am sure it will resolve your issue.
    If not solving your than You can serch for relavent SAP note on SAP serivce market place.
    Regards,
    Lokesh.
    Edited by: Lokesh Tarey on Apr 15, 2010 2:31 PM
    Edited by: Lokesh Tarey on Apr 15, 2010 2:33 PM

  • Dump OBJECTS_OBJREF_NOT_ASSIGNED on service contract creation

    Hi All,
    I am working on crm upgrade from 7.0 to ehp3.
    After upgrade, I am facing the dump when creating the new service contract from New-->By selecting the Transaction type.
    Please find the below dump description.
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    ABAP Program           CL_BT112H_S_ITEMLIST_CN01=====CP
    Application Component  CRM-BTX-CTR-SCO
    Short Text
         Access using a 'ZERO' object reference is not possible.
    Error analysis
        You are trying to access a component with a 'ZERO' object reference
        (points to 'nothing'). Variable: " ".
        An object reference must point to an object (an instance of a class)
        before it can be used to access a component. The reference has either
        never been set, or it was set to 'ZERO' with a CLEAR statement.
    Information on where terminated
        The termination occurred in ABAP program "CL_BT112H_S_ITEMLIST_CN01=====CP"
         in "ON_NEW_FOCUS".
        1 METHOD on_new_focus.
        2
        3   DATA lv_collection TYPE REF TO if_bol_bo_col.
        4   DATA lr_entity     TYPE REF TO cl_crm_bol_entity.
        5 ************************************************************
        6
    >>>>>   IF gr_tvc->gv_fast_mode_enabled EQ abap_true.
        8     trigger_coll_determ( focus_bo ).
        9   ELSE.
       10     lr_entity ?= focus_bo.
       11     TRY.
       12         lv_collection = lr_entity->get_related_entities( iv_
       13       CATCH cx_crm_genil_model_error cx_sy_ref_is_initial.
       14         RETURN.
       15     ENDTRY.
    Can anyone please help me in resolving the issue.
    Thanks & Regards,
    Chiru

    I'm afraid not, I'm still in ehp2, I just pointed to the note to ensure you started from there, I don't know if Nicolas Busson or Christian Drumm can help you from here keep us updated!

  • Short Dump in RDDEXECL with OBJECTS_OBJREF_NOT_ASSIGNED on import

    Hello,
    I am currently having problems importing a transport to our production environment as I get the above error on import. It successfully imported to the text environment though, both systems are BI 7 SP14.
    The error analysis in the short dump is as follows:-
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
    caught in
    procedure "CHECK_ME" "(METHOD)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    You attempted to use a 'NULL' object reference (points to 'nothing')
    access a component (variable: "L_R_RULE").
    An object reference must point to an object (an instance of a class)
    before it can be used to access components.
    Either the reference was never set or it was set to 'NULL' using the
    CLEAR statement.
    The transport contains Transformations and DTP's which I think may be the cause of the problem, but since I have a large number of transports ready to import after this one, it is difficult to go back and retry the transport without certain objects.
    I can find nothing relating to this on SAP notes.
    Any advice would be much appreciated...
    Regards,
    Mark.

    Hi Mark,
    you should implement the note 1094978.
    This note is a collection note with notes which correct most errors concerning Transformation.
    This should solve the issue.
    Regards,
    Srikanth

  • Short dump OBJECTS_OBJREF_NOT_ASSIGNED when activating infoobjects

    Hi Experts,
    We are  getting a short dump when activating bussiness content infoobject which contain attributes, for e.g. 0COSTCENTER.
    We are not getting the same dump when activating infoobjects whith out attributes.
    We found a note 1019055 that recomends install sp13 or install six or seven notes for an emergency issue.
    The problem is that if we install sp13 we will get out of stack.
    What is your recomendation in this case? we are afraid that the problems will continue until we don't implement the sp13.
    Thanks!

    use t-code SNOTE to implement the OSS note you mentioned ,if it doesnt work you can always revert back to old status by doing Reset.
    Hope it Helps
    Chetan
    @CP..

  • Dump OBJECTS_OBJREF_NOT_ASSIGNED

    We have applied the note 1392441 in Solman  EHP1,then when i executing the transaction dswp in system solman i give a ABAP error which is as below.
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    Except.                CX_SY_REF_IS_INITIAL
    Date and Time          03.06.2010 09:05:26
    Short text
         Access via 'NULL' object reference not possible.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLDMD_DATA_NEW" had to be terminated because it h
         come across a statement that unfortunately cannot be executed.
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
          caught in
         procedure "DMD_DATA_ATTRIBUTE_DELETE0" "(FUNCTION)", nor was it propagated by
          RAISING clause.
         Since the caller of the procedure could not have anticipated that the
         exception would occur, the current program is terminated.
         The reason for the exception is:
         You attempted to use a 'NULL' object reference (points to 'nothing')
         access a component (variable: "LO_OBJECT_CLASS").
         An object reference must point to an object (an instance of a class)
         before it can be used to access components.
         Either the reference was never set or it was set to 'NULL' using the
         CLEAR statement.
    Missing RAISING Clause in Interface
         Program                                 SAPLDMD_DATA_NEW
         Include                                 LDMD_DATA_NEWU11
         Row                                     1
         Module type                             (FUNCTION)
         Module Name                             DMD_DATA_ATTRIBUTE_DELETE0
    Trigger Location of Exception
         Program                                 SAPLDMD_DATA_NEW
         Include                                 LDMD_DATA_NEWU11
         Row                                     46
         Module type                             (FUNCTION)
        Module Name                             DMD_DATA_ATTRIBUTE_DELETE0
    Source Code Extract
    Could you please tell us what happen and somebody has a solution ?
    Thanks.

    Hi Mangoosta1,
    You might want to look at SAP Note 1328262 as it seems to describe your error exactly.
    However it relates to ST-SER 701_2008_2 sp0 - sp5, so if you are on another version/sp level of this component, the note will not be relevent. In that case I would suggest mentioning what SP your solution Manager is on and what version of ST-SER you are using.
    Hope the Note does relate to your ST-SER level.
    Regards,
    Paul

  • BCS Release Request Short dump

    Hello,
    I'm trying to release my costumizing request, that contains the SEM-BCS configuration, although i'm getting a short-dump.
    The description is as follows:
    Short text
        Access via 'NULL' object reference not possible.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "CL_UG_MD_TR_METHOD_EXPORT=====CP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        You attempted to use a 'NULL' object reference (points to 'nothing')
        access a component (variable: " ").
        An object reference must point to an object (an instance of a class)
        before it can be used to access components.
        Either the reference was never set or it was set to 'NULL' using the
        CLEAR statement.
    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:
        "OBJECTS_OBJREF_NOT_ASSIGNED" " "
        "CL_UG_MD_TR_METHOD_EXPORT=====CP" or "CL_UG_MD_TR_METHOD_EXPORT=====CM003"
        "UGMD_EXTRACT_SID_2"
    Information on where terminated
        Termination occurred in the ABAP program "CL_UG_MD_TR_METHOD_EXPORT=====CP" -
         in "UGMD_EXTRACT_SID_2".
        The main program was "RDDM0001 ".
        In the source code you have the termination point in line 62
        of the (Include) program "CL_UG_MD_TR_METHOD_EXPORT=====CM003".
    Source Code Extract
    Line  SourceCde
       32   FIELD-SYMBOLS <lt_table> TYPE INDEX TABLE.
       33   FIELD-SYMBOLS <ld_fsid> TYPE ug_sid.
       34   FIELD-SYMBOLS <ld_vsid> TYPE ug_sid.
       35 *  FIELD-SYMBOLS <lt_target> TYPE ANY TABLE.
       36
       37   ASSIGN io_itab->rd_wa->* TO <ls_wa>.
       38   IF i_value_sid IS NOT INITIAL.
       39     ASSIGN COMPONENT i_value_sid
       40            OF STRUCTURE <ls_wa>
       41            TO <ld_vsid>.
       42     CHECK sy-subrc = 0.
       43   ELSE.
       44     CREATE DATA lr_sid.
       45     ASSIGN lr_sid->* TO <ld_vsid>.
       46     CLEAR <ld_vsid>.
       47   ENDIF.
       48
       49   IF NOT i_fieldname_sid IS INITIAL.                  "Start hah160603.1
       50     ASSIGN COMPONENT i_fieldname_sid
       51            OF STRUCTURE <ls_wa>
       52            TO <ld_fsid>.
       53     CHECK sy-subrc = 0.
       54   ELSE.
       55     CALL METHOD ugmd_get_fieldname_to_table
       56       EXPORTING
       57         i_tabname = i_datainfo-tabname
       58       IMPORTING
       59         e_fieldname = ld_fieldname.
       60     lo_fieldname = cl_ug_md_fieldname=>if_ug_md_fieldname~get_instance(
       61       ld_fieldname ).
       62  >>>>>     ld_fieldname_sid_fix = lo_fieldname->ds_data-sid.
       63     ASSIGN ld_fieldname_sid_fix TO <ld_fsid>.
       64   ENDIF.                                                "End hah160603.1
       65
    Contents of system fields
    Name     Val.
    SY-SUBRC 0
    SY-INDEX 1
    SY-TABIX 0
    SY-DBCNT 0
    SY-FDPOS 0
    SY-LSIND 1
    SY-PAGNO 0
    SY-LINNO 1
    SY-COLNO 1
    SY-PFKEY TDR_FULL
    SY-UCOMM REFR
    SY-TITLE Transport organizer: ordens
    SY-MSGTY I
    SY-MSGID FINB_TR
    SY-MSGNO 009
    SY-MSGV1 &
    SY-MSGV2 &
    SY-MSGV3
    SY-MSGV4
    SY-MODNO 0
    SY-DATUM 20080904
    SY-UZEIT 200112
    SY-XPROG SAPLSYST
    SY-XFORM SYSTEM_HOOK_OPEN_DATASET
    If someone have gone trough a similar experience, or have any tip of how to solve this issue, i'd apreciate a comment.
    Will award points for valuable help.
    Thank you

    Hi Ricardo,
    You tried to transport the BCS' configuration, right?
    If in the request was the full set of settings from the start of the project, the it will definitely fail.
    There are some restrictions in BCS transport. See, for example the OSS Note #627924 - 'Restrictions with transport in BW-based SEM-BCS'. It particularly says:
    "For the initial system setup, and after substantial changes in the data model, you should transport the Customizing by means of manually created transport requests. We advise you not to use the automatic recording of all Customizing settings during the first implementation phase in the development system and not to use this request for the structure of the test and productive systems.
    During the transport of a new consolidation area, the following settings should be transported in the following sequence:
    1. Data basis
    2. Consolidation area
    3. Special versions
    After the import of the data basis and the consolidation area, these settings should be checked in the target system. In particular, the RFC destination, the InfoCubes and ODS objects, as well as the InfoObjects. Note that RFC destinations, InfoCubes, ODS objects, virtual cubes and InfoObjects cannot be transported from the consolidation workbench with the transport functions. For instance, you have to transport and activate the InfoCubes and InfoObjects using the BW."
    I usually transport the BCS setting in a little transport requests in this order:
    - all BW objects and settings
    - data basis (with source DB)
    - cons area
    - special versions
    - versions
    - master data
    ...etc.
    Hope this helps.

  • Short dump while creating a new status report in webdynpro cprojects

    Short dump details are
    Runtime Errors       OBJECTS_OBJREF_NOT_ASSIGNED
    Exception              CX_SY_REF_IS_INITIAL
    Access via 'NULL' object reference not possible.     
    GET_AVAIL_CALID" "(METHOD)",  of the class CL_DPR_BUPA_DISTRIBUTION failed to capture the Business partner details.
    The dump analysis shows
    You attempted to use a 'NULL' object reference (points to 'nothing') access a component  variable: "LR_BUPA_LINK").                                                       
        An object reference must point to an object (an instance of a class)     before it can be used to access components.                      
        Either the reference was never set or it was set to 'NULL' using the                         
        CLEAR statement.       
    Can anyone throw some light on this?

    Hello Srikanth,
    I have no issues in trying to help someone as polite as you! It is very nice to have questions answered in an intelligible manner - not unfortunately always the case.
    Without being able to debug on your system it is quite difficult to say what might be causing this error - especially as you say this was working in a different system.
    I'm sure you've already tried eliminating differences in your authorisations between the two systems? Are you registered as a developer in the new system?
    Sorry I'm now just guessing as I've not come across the error myself - hopefully now that we have clearly documented the issue, someone else might be able to shed some light on what might cause it!
    Chris

  • Job SWWDHEX getting cancelled - Report RSWWDHEX giving dump

    Hi Everyone,
    All instances of the Job SWWDHEX are being shown as cancelled in the background job log (SM37). On checking the job log, I found that the report RSWWDHEX is causing dump in the system. The job log shows:
    Job started
    Step 001 started (program RSWWDHEX, variant &0000000000001, user ID WF-BATCH)
    ABAP/4 processor: OBJECTS_OBJREF_NOT_ASSIGNED
    Job cancelled
    On checking ST22 for the runtime error-
    Error analysis
    An exception occurred that is explained in detail below. The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not caught in procedure "IF_SWF_WFM_COMPONENT~RAISE_EXCEPTION" "(METHOD)", nor was it propagated by a RAISING clause.
    The dump started happening yesterday onwards. We can't figure out what happened that started this. I tried to find some relevant notes & solutions, but was unable to find anything useful.
    Any suggestions or ideas would be very appreciated. Thanks.

    Hello,
    Check if WF-BATCH is okay, ie password not changed and password not expired and it still has its roles.
    regards
    Rick Bakker
    Hanabi Technology

Maybe you are looking for

  • When I hook up router through modem, no internet, modem only internet ok

    Okay, so we decided to shut off our home phone since everyone only uses cells now.  But wanted to keep our SBC dsl line and upgrade it to the faster connection.  So, phone line gets shut off, no internet for a few hours, as expected, but after 5 hour

  • File association bug

    I have an issue with PS6 and psd files and ID6 and indd files. If I try to open either, instead of launching in their respective default applications, they both try to open in Acrobat. This happens whether or not I do it from Bridge or Windows Explor

  • Need help to retrieve the message from MQ using get operation

    Hi Used MQ adapter to Post a message to queue. And used Received activity in bpel to retrieve the message using MQ adapter from same queue(used get operation) , got an error message as timed out exception. Could some one assist in retrieving the mess

  • "Actual" value in purchase order

    Hello everyone, We´ve detected that this field is not showing the sum of the entered service entry sheets. This field is showing a greater value than the total of service entries created. Anyone know if there is any error at standard system that does

  • URGENT!Stuck while installing the Oracle apps 11.5.8 on Windows 2000 Server

    Hi All, I am installing the Oracle applications 11.5.8 on windows server 2000 using the rapid install 11.5.8.11(which was part of the cd pack). I am using the Windows CD Pack(which consists of 19 cds) To start with, it has passed all the pre install