OBJECTS_OBJREF_NOT_ASSIGNED error

Hello All,
I am trying to run a custom BAPI program as a background job through the transaction sm36 and se38.The status of the job becomes "Cancelled" within 1 sec and it says there is an Object null reference.
If anyone has come across a similar error before,please be kind enough to revert with the solution.
Thank you.
Regards,
Gaurav.

Hello,
Thank you for your replies.
The error in the dump is as follows :
The current ABAP program "SAPLCNDP" had to be terminated because one of the
statements could not be executed.
Error Analysis :
Attempt to access a component using 'NULL' object reference (points
to nothing).
An object reference must point to an object (an instance of a class)
before you can use it to access components (variable: " ").
Either the reference has not yet been set, or it has been reset to
'NULL' by a CLEAR statement.
As this is a standard code I cannot make any changes to the code.
What parameters do we need to pass when running a program in background ? Is there any special addition I need to make to the code for executing the code in background ?
Regards,
Gaurav.

Similar Messages

  • OBJECTS_OBJREF_NOT_ASSIGNED  error while executing ABAP proxy

    Hi ,
    I am getting the following error when i try to execute an abap proxy .
    Unit ID in Background RFC     001EC9D184F702ECAA8DBC7401DC13E0
    Name of First Function Module     SRT_SEQ_SCD_DLV_TRM_QRFC_NEW_C
    Inbound Destination Name     WS_SERVICE_02DCA4961A0B_IN
    Transaction Code                     SE38
    Name of qRFC Queue                     SRTQC_001EC9D184F702ECAA8DBC6FE29753DB
    Created On                     28.01.2009
    No. of Predecessors                   1
    Created At                                    12:44:10
    Executed At                     12:44:13
    Created At (Time Stamp)     20.090.128.114.410,9989340
    User name                                     DEVELOPER
    Tcode/program                      CL_SOAP_SCHEDULER_QRFC_NEW====CP
    ID of Lock in Background RFC     001EC9D184F702DCAA8DBCA25EC41F5E
    Lock Reason                     System error; not executed
    Background RFC Scheduler ID              1
    Message number                       341
    Language Key                            EN
    Status Text                               Unit has execution errors
    Execution State                             Access using a 'ZERO' object reference is not possible.
    Number of Called Function Modules     1
    Number of Locks                                    1
    Commit Check Disabled               X
    Message Class                                  0
    Message Variable                             OBJECTS_OBJREF_NOT_ASSIGNED
    Executed On                             28.01.2009
    and in ST22 transaction i am getting the following dump
    Runtime Errors  : OBJECTS_OBJREF_NOT_ASSIGNED
    Exception         :CX_SY_RF_IS_INITIAL
    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 "WSRM_CLONE_FOR_SPECIFIC_OPS" "(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:
        An attempt was made to access a component (variable: "ME->M_CTX") with a 'ZERO'
        object reference (points to 'nothing').
        An object reference must point to an object (an instance of a class)
        before it can be used to access a component.
        Either the reference has not yet been set or it was set to 'ZERO' using
        a CLEAR statement.
    Please help in solving this issue.
    Thanks&Regards,
    Hamsa Shree

    Hi
    Runtime Errors : OBJECTS_OBJREF_NOT_ASSIGNED
    Check with the SAP Notes Note
    557770 - SAP BP: Short dump OBJECTS_OBJREF_NOT_ASSIGNED
    may be you get the exact help
    Regards
    Abhishek

  • OBJECTS_OBJREF_NOT_ASSIGNED error in a background execution

    Hi,
    I have a problem at the background execution of my program. I have this error : "OBJECTS_OBJREF_NOT_ASSIGNED"
    Information on where terminated                                    
        Termination occurred in the ABAP program "SAPLCNDP" - in       
         "DP_CONTROL_ASSIGN_TABLE".                                    
        The main program was "ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD ".                                                                               
    In the source code you have the termination point in line 1    
        of the (Include) program "LCNDPU10".                           
        The program "SAPLCNDP" was started as a background job.        
        Job Name....... "ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD"               
        Job Initiator.. "COULOUMIESXA"                                 
        Job Number..... 15580300                                                                               
    Source Code Extract                                                                               
    Line  SourceCde                                                                               
    >>>>> FUNCTION DP_CONTROL_ASSIGN_TABLE.                            
        2 *"----
        3 ""Lokale Schnittstelle:                                    
        4 *"  IMPORTING                                                
        5 *"     REFERENCE(H_DP) TYPE  CNTL_HANDLE OPTIONAL            
        6 *"     REFERENCE(H_CNTL) TYPE  CNTL_HANDLE                   
        7 *"     VALUE(TABNAME) LIKE  X030L-TABNAME OPTIONAL           
        8 *"     VALUE(MEDIUM) TYPE  C OPTIONAL                        
        9 *"     VALUE(PROPERTYNAME) TYPE  C                           
       10 *"     VALUE(DATE) LIKE  SY-DATUM OPTIONAL                   
       11 *"     VALUE(TIME) LIKE  SY-UZEIT OPTIONAL                   
       12 *"     VALUE(DESCRIPTION) TYPE  C OPTIONAL                   
       13 *"  TABLES                                                   
       14 *"      DATA                                                 
       15 *"      TABFIELDS STRUCTURE  RFC_FIELDS OPTIONAL             
       16 *"      COLUMNS_TO_STRETCH TYPE  TABLE_OF_STRINGS OPTIONAL   
       17 *"  EXCEPTIONS                                               
       18 *"      DP_ERROR_CREATE                                      
       19 *"      DP_ERROR_SEND_DATA                                   
       20 *"      DP_ERROR_ASSIGN                                      
    Active Calls/Events                                                                               
    No.   Ty.          Program                             Include                             Line 
          Name                                                                               
    6 FUNCTION     SAPLCNDP                            LCNDPU10                                1
          DP_CONTROL_ASSIGN_TABLE                                                                   
        5 METHOD       CL_GUI_FRONTEND_SERVICES======CP    CL_GUI_FRONTEND_SERVICES======CM007    63
          CL_GUI_FRONTEND_SERVICES=>DIRECTORY_LIST_FILES                                            
        4 FORM         ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD      ZFI__SAPHIR_ES_SPLIT_INTERFACE        141
          DIRECTORY_LIST_FILES                                                                      
        3 FORM         ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD      ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD        165
          %_SEL_SCREEN                                                                               
    2 MODULE (PAI) ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD      ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD        805
          %_END_OF_SCREEN                                                                               
    1 EVENT        ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD      <SYSINI>                               20
          SYSTEM-EXIT                                                                               
    Thanks for help.

    How do I retrieve a file list in background without use directory_file_list method?? I try this code of the RSWATCH0 program:
    CALL 'C_DIR_READ_START' ID 'DIR'    FIELD a_dir_name
                              ID 'FILE'   FIELD a_generic_name
                              ID 'ERRNO'  FIELD file-errno
                              ID 'ERRMSG' FIELD file-errmsg.
    DO.
        CLEAR file.
        CALL 'C_DIR_READ_NEXT'
          ID 'TYPE'   FIELD file-type
          ID 'NAME'   FIELD file-name
          ID 'LEN'    FIELD file-len
          ID 'OWNER'  FIELD file-owner
          ID 'MTIME'  FIELD file-mtime
          ID 'MODE'   FIELD file-mode
          ID 'ERRNO'  FIELD file-errno
          ID 'ERRMSG' FIELD file-errmsg.
    ENDDO.
    But, I retrieve files of SAP server random... I don't retrieve my files!

  • OBJECTS_OBJREF_NOT_ASSIGNED error while exporting ALV to XML

    Hi,
    We've developed an ALV report that uses a dynamic internal table to populate its data (this is beacause we needed dynamic columns). ALV displays properly and cells have INT4 type because we needed to print totals and subtotals. All export functions work properly (I can export to XLS without any problem) except XML export which throws the following error:
    OBJECTS_OBJREF_NOT_ASSIGNED
    Posición desencadenante de error tiempo ejecución                                    
             Programa                                     CL_SALV_BS_DATA_TABLE=========CP         
             Include                                      CL_SALV_BS_DATA_TABLE=========CM00N      
             Línea                                        53                                       
             Tp.módulo                                    (METHOD)                                 
             Nombre módulo                                GET_ATTRIBUTE_DESCR       
       39       clear l_reffieldtype.                                                  
       40       l_reffieldtype = ls_attribute-reference_field_type.                    
       41                                                                              
       42       if ls_attribute-reference_field is not initial.                        
       43         l_reffieldvalue = reference_value.                                   
       44       endif.                                                                 
       45                                                                              
       46       data:                                                                  
       47         l_decimals type i.                                                   
       48                                                                              
       49       clear l_decimals.                                                      
       50                                                                              
       51       try.                                                                   
       52           lr_elemdescr ?= ls_attribute-rtti.                                 
    >>>>>           l_decimals = lr_elemdescr->decimals.                               
       54         catch cx_sy_move_cast_error.                        "#EC NO_HANDLER  
       55       endtry.                                                                
       56                                                                              
       57     *... determine attribute description                                     
       58       field-symbols:                                                         
       59          type any.                                               
       60                                                                              
    Any help will be appreciated.
    Many thanks,
    Josep

    I found something else..
    If I disable totals and subtotals in my ALV export to XML works!
    I simply commented the line wa_fieldcat-do_sum = 'X'. and it worked fine.
    Is there any kind of restriction with subtotals/totals and export?
    Many thanks
    Josep

  • OBJECTS_OBJREF_NOT_ASSIGNED : Error while installing business content

    Hi
    Error occured while installing business content
    ABAP/4 Processor:OBJECTS_OBJREF_NOT_ASSIGNED
    Please help me how to resolve the issue
    Regards
    ASR

    Hi,
    Check in SDN... becasue there are n number of resons for that..
    /thread/1056689 [original link is broken]
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/erro-in-background-job-abap4-processor-objects_objref_not_assigned-252195
    Thanks
    Reddy

  • Objects_objref_not_assigned  - error ( while executing the bapi) - urgent

    Hi,
    i designed a bapi  which is internally calling a transaction (i.e. TRIP ), and returning the status.
    when i call this in back end(abap) side it is giving the desired results correctly.  but when i call the bapi from the front end side , i am getting the error : objects_objref_not_assigned.
    what could be the reasons.
    for your information : we have provided the correct user name and password to execute this tcode.
    regards
    giri

    hi,
    thx for your response, but in the front end side they are calling the rfc using the JCO connection.
    for  your information other bapi's are all working the way which we call.
    regards
    giri
    since it's very urgent if you give your phone no or email .id , it would be helpful.
    thx

  • OBJECTS_OBJREF_NOT_ASSIGNED error on selection

    Hi Experts,
    I am getting crazy trying to figure out whats going on here. I have a Webdynpro screen for creating purchase requisitions and it has been showing a OBJECTS_OBJREF_NOT_ASSIGNED runtime error to the test user when he selects a value on a RadioButtonGroupByIndex control. I was able to see the error only twice and I have been trying all day to reproduce it with no luck. The onSelect event of my control is binded to a dummy action that does nothing but a round trip to the server, this is to update some values of a node (with supply function) that gets invalidated from the view's WDDOMODIFYVIEW everytime.
    The short dump doesn't show any of my code, its all standard calls from the HTTP request until it gets to CL_WDR_CONTEXT_ELEMENT=>IF_WD_CONTEXT_ELEMENT~GET_ATTRIBUTE_REF line 24:
    attr_info = me->node_info->if_wd_context_node_info~get_attribute( name_only ).
    This is crashing because for some strange reason me->node_info comes null, and the most weird thing is that the attribute info that its trying to get is from a VENDOR field of other node that has nothing to do with the invalidated node, and the active calls doesn't even get me to the invalidate function.
    I know its almost impossible that someone can solve my problem only with this data since its a complex and weird thing but maybe if God exists someone here has experimented something similar and can bring some light to me pleaseeeee
    Thanks all!

    I found it!
    With a lot of help of the test user, he found the sequence to reproduce the error.
    The problem was the method 
    cl_wdr_value_help_handler=>handle_value_help
    that I use to show the value help dialog and this was causing the problems, the error came up only when this method was executed without the import parameter VIEW, which is optional, and be careful because it actually works without it.
    SAP doesn't support this class for customer development since its  a CL_WDR* (internal use only) but it seems the execution without the parameter VIEW leave the application on an inconsistent state, and this was causing the problem.
    Hope someone finds this useful.
    Regards
    Daniel

  • CL_RSR_REQUEST,OBJECTS_OBJREF_NOT_ASSIGNED error when preview iView in EP 5

    When i tried to preview the iView in EP 5, i came to a page where it says "Error when processing your request".
    Note
    The following error text was processed in the system NYP : Access via 'NULL' object reference not possible.
    The error occurred on the application server server5_NYP_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: VARIABLES_START of program CL_RSR_REQUEST================CP
    Method: VARIABLE_START of program CL_RSR_WWW_VARIABLE_SCREEN====CP
    Method: SET of program CL_RSR_WWW_VARIABLE_SCREEN====CP
    Method: PROCESS_VARIABLES of program CL_RSR_WWW_PAGE===============CP
    Method: PROCESS_CMD_LOCAL of program CL_RSR_WWW_PAGE===============CP
    Method: PROCESS_CMD of program CL_RSR_WWW_PAGE===============CP
    Function: RRW3_WEBRFC of program SAPLRRW3
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_RSR_WWW_HTTP===============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Error code: ICF-IE-http -c: 001 -u: USER00 -l: E -s: NYP -i: server5_NYP_00 -w: 0 -d: 20080128 -t: 102805 -v: RABAX_STATE -e: OBJECTS_OBJREF_NOT_ASSIGNED
    When i used TCODE ST22 to check the ABAP error, it says that "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.". This error occurred in VARIABLE_START method.
    When i searched the forums and also SAP notes, it says that I need to download and execute "SAPBINews BI 7.0 Support Package 15". Is this feasible?

    Hi lin,
    You solved your problem, if ye... Can you talked that make to solve your problem
    Att,
    Alexandre

  • OBJECTS_OBJREF_NOT_ASSIGNED error in posting run

    We are testing prior to upgrading to ERP6.0 and I get the error "You attempted to use a null object reference (points to nothing) access a component (variable: " ").
    Program CL_HR_PM_PW_PARCEL============CP
    Include   CL_HR_PM_PW_PARCEL============CM009
    METHOD get_parcel.
    I have checked the notes system and can't find anything. Has anyone come across this before?

    Thanks for your reply Afrasyab. It didn't fix the problem as the data had already been converted during upgrade.
    The issue appears to be with the variants we were using for testing. We were using variants copied from our 4.7 system and because the screen has changed slightly this was causing the problem. Setting up variants from scratch and running the report again appears to have solved the problem.

  • Error in Loading Project master Data into BW from R3

    Hi Experts,
    Actually I am trying to load Project Master Data from R3 to BW through a BW Process chain, Its a daily activity which we are performing since long time.
    But since last 2 days loading is getting failed with an error in ST22 in source system (R3):
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    Exception              CX_SY_REF_IS_INITIAL
    Date and Time          27.09.2011 01:47:15
    Short text
         Access via 'NULL' object reference not possible.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_CGPL_TASK==================CP" had to be
          terminated because it has
         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 "PREPARE_FOR_RELOAD" "(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->OUTLINE_PARENT").
        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.
    I tried to reload the data but no help, I am not sure how to reolve this issue, I also contacted to BASIS even they are not aware of this error.
    I am seeking help from you guys.
    Please help to overcome this problem...!
    Thanks.

    it seems basis issue
    howver check below links
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/objects_objref_not_assigned-1793688
    OBJECTS_OBJREF_NOT_ASSIGNED error in a background execution
    thanks
    pathak

  • PI 7.0 Alert Configuration Problem BSP Page Error

    Hello,
    We are facing the issues for the alert configuration tab in Runtime workbench for PI 7.0.
    We have added the fully qualified domain name in exchange profile and 8000 port is also updated for RWB.
    We have activated all the SICF services by the report
    RSXMB_ACTIVATE_ICF_SERVICES and all the services are activated successfully.
    But still When we click on Alert configuration we can see the page but we when we try for
    any function, its giving the following error.
    Error log is:
    Access via 'NULL' object reference not possible.
    the termination type was : RABAX_STATE
    http://s71cam.corp.wrgrace.com:8000/sap/bc/bsp/sap/sxms_alertrules/main.do was not called due to error
    Also in ST22 I can find the following dump:
    Dump:     OBJECTS_OBJREF_NOT_ASSIGNED
    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.
    Please help.

    Hi deepak
    follow these sap notes
    Note 771317 - BSP call terminates with RABAX_STATE
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=771317
    Note 992800 - "RABAX_STATE" dump is coming while paging
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=992800
    Note 643933 - RABAX_STATE: Conversion overflow
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=643933
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=rabax_state&cat=sdn_all
    thanks
    sandeep
    if hepful rewartd points

  • Background job error as runtimr error OBJECTS_OBJREF_NOT_ASSIGNED

    Hi All
         when I schedule BDC in Background by giving job name in SM36 .
    It is giving an exception error as  runtimr error OBJECTS_OBJREF_NOT_ASSIGNED.
    But it is working fine when i running with options 'N' & 'A' in call transaction.
    Flat file is placed on application server.

    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=objects_objref_not_assigned&cat=sdn_all
    You Need to find out the SAP note from the given list

  • BSP Application Runtime Error  OBJECTS_OBJREF_NOT_ASSIGNED

    Hi,
    Iam using the standard BSP application Employee (CRMM_EMPLOYEE). Iam trying to run from Portal and getting following error.
    ST22  short dump info:
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED                                                                               
    "OBJECTS_OBJREF_NOT_ASSIGNED" " "                                                    
    "CL_CRM_BSP_IL=================CP" or "CL_CRM_BSP_IL=================CCIMP"          
    "GET_INSTANCES_OF_PRIMARY"                                                           
    We already implemented the OSS note for this kind of issue.
    0000616015
    0000632746
    Even we are getting this error                                                                               
    Any inputs???
    Thanks,
    DST
    Message was edited by:
            DST

    Hello,
    check note: #989167
    this should resolve the issue.
    Best regards,
    Dezso

  • Error objects_objref_not_assigned

    Hello Experts
    Need a help!!!!
    In our SCM system, whenever a user is executing the tcode /N/SCA/ICH, it open the page for supply network collaboration.
    When the user clicks on the SNI monitor>>inventory monitor options, he gets the error page as below:
    Error when processing your request
    What has happened?
    The URL http://fa0702.global.ctb:8000/sap/bc/webdynpro/scf/snc was not called due to an error. 
    Note
    The following error text was processed in the system AB1 : Access via 'NULL' object reference not possible.
    The error occurred on the application server FA0702_AB1_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: RENDER_DELTA_MATRIX of program CL_POWL_UI_HELPER=============CP
    Method: WDDOMODIFYVIEW of program /1BCWDY/9QU55KMOF586FWL5HFJX==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_DO_MODIFY_VIEW of program /1BCWDY/9QU55KMOF586FWL5HFJX==CP
    Method: DO_MODIFY_VIEW of program CL_WDR_DELEGATING_VIEW========CP
    Method: MODIFY_VIEW of program CL_WDR_VIEW===================CP
    Method: DO_MODIFY_VIEW of program CL_WDR_CLIENT_COMPONENT=======CP
    Method: DO_MODIFY_VIEW of program CL_WDR_CLIENT_COMPONENT=======CP
    Method: DO_MODIFY_VIEW of program CL_WDR_CLIENT_COMPONENT=======CP
    Method: DO_MODIFY_VIEW of program CL_WDR_CLIENT_COMPONENT=======CP
    Method: DO_MODIFY_VIEW of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system AB1 in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server FA0702_AB1_00 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server FA0702_AB1_00 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 100 -u: BVABHISH -l: E -s: AB1 -i: FA0702_AB1_00 -w: 0 -d: 20110727 -t: 100851 -v: RABAX_STATE -e: OBJECTS_OBJREF_NOT_ASSIGNED
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    The other links works fine.
    I have checked ST22 and it refers to the error objects_objref_not_assigned.
    I have created another user id with same access, and it works fine with this id without any error.
    The BP mapping is the same for both the ids.
    Please suggest to get the issue resolved.
    Thanks
    Amitava

    Hi Das,
    Below notes will help you to overcome NULL dump.
    Notes :1163483 and 1150554.
    Thanks/Mallampalli.T

  • ABAP Programming Error, OBJECTS_OBJREF_NOT_ASSIGNED, CL_GRFN_FPM_UTIL======

    Hi All,
    I am running GRC 10.0 SP07 when trying to add a response to a risk I get the following ABAP programming error,
    Category               ABAP Programming Error
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    ABAP Program           CL_GRFN_FPM_UTIL==============CP
                                                                                    |
    |    Access via 'NULL' object reference not possible.  
    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.
    Any help on the error would be greatly appreciated.
    Thanx
    Warren

    Hi Victor,
    When I am on a risk in NWBC, I select the "Response Plan" Tab, then when I try create a response I get the error.
    This is the error that is displayed:
    Error while processing your query
    What has happened?
    The URL call http://ravenclaw.cqs.co.za:8000/sap/bc/webdynpro/SAP/GRRM_WD_RNP was terminated because of an error.
    Note
    The following error text was processed in system GRC : Access via 'NULL' object reference not possible.
    The error occurred on the application server ravenclaw_GRC_00 and in the work process 7 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: GET_OIF_INFO of program CL_GRFN_FPM_UTIL==============CP
    Method: GET_INSTANCE of program CL_GRFN_OIF_BASE==============CP
    Method: INIT_UIBB of program /1BCWDY/06EI2HED04NJ1RLM34O4==CP
    Method: IF_COMPONENTCONTROLLER~INIT_UIBB of program /1BCWDY/06EI2HED04NJ1RLM34O4==CP
    Method: HANDLEDEFAULT of program /1BCWDY/06EI2HED04NJ1RLM34O4==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/06EI2HED04NJ1RLM34O4==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
    Method: NAVIGATE of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: DO_NAVIGATION of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    Method: PROCESS_REQUEST of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    Thanx
    Warren

Maybe you are looking for

  • KM Task Scheduler , retrieve IPortalComponentRequest request

    Hello, I would like to use KM Task Scheduler : public void run( String id, Properties properties ) {      IPortalComponentRequest request;      String location = request.getPublicResourcePath(); It's normal, it doesn't work ! How can I use IPortalCom

  • Customer service and new ipod issues

    i have called customer service 3 times and have been put on hold for about an hour in total, all asking me to wait for the senior adviser. i was told in my last call yesterday that the senior adviser will call me when he has time. from the service i'

  • Printer set up in 11.5.10.2????

    Hai, how we will configure printer setup in 11.5.10.2. our environment was LINUX as 4.0 and EBS version was 11.5.10.2 Regards DBA

  • Why the 3G connection with Wind don't work on iPhone 4S (iOS 5.0)??

    Why the 3G connection with Wind don't work on iPhone 4S (iOS 5.0)??

  • Credit Score Tanked - Feeling Hopeless

    Alright, I'm 21 years old, gong on 22 very shortly, and my credit scores are 484 TU and 493 Equifax. Around October of last year my credit scores were in the mid 600s. In that time I got a new job and went a little crazy, and got into more debt than