FB01 Error- OBJECTS_OBJREF_NOT_ASSIGNED/CX_SY_REF_IS_INITIAL

Hi, we have encountered several errors using Transaction FB01.. Please help. Thanks in advance.
Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
Exception              CX_SY_REF_IS_INITIAL
Date and Time          02/17/2010 17:52:57
Short text
     Access via 'NULL' object reference not possible.
What happened?
     Error in the ABAP Application Program
     The current ABAP program "SAPLSLVC_FULLSCREEN" 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 "HTML" "(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: "GT_GRID-TOP").     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.

Hi ,
We have the same problem here. DId you fix this error?  Can you please tell us How to reolve this problem?
Thanks.

Similar Messages

  • Asset Fiscal Year Change - Error - OBJECTS_OBJREF_NOT_ASSIGNED

    Hi All,
    Good Morning,
    I completed the dep.run for the year 2008. after this i did the year end activity through AJAB and then tried to change the fiscal year through AJRW.
    In the Test run showing successfully without any errors with green light, but when i executed it background the job was cancelled due to this error - OBJECTS_OBJREF_NOT_ASSIGNED,  CX_SY_REF_IS_INITIAL and in the Error analysis:
    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
    caught in
    procedure "EXECUTE_PROCESS" "(METHOD)", nor was it propagated by a RAISING
    clause.
    So please give me any possible hint to resolve this issue.
    Best Regards,
    Soma

    Hi,
    The support package is SAP_APPL 600 level-10.
    Program............. "CL_FAA_DC_PROCESS_HANDLER=====CP"
    Screen.............. "SAPMSSY0 1000"
    Screen line......... 6
    source code:
    METHOD execute_process .
      DATA:    lo_previous        TYPE  REF TO object.
      DATA:    lo_instance        TYPE  REF TO object.
    create object, if no instance reference is delivered by caller
      CALL METHOD cf_faa_dc_segments=>find
        EXPORTING
          id_asset_id      = is_processing_info-asset_id
          id_process       = is_processing_info-process
          id_fyear         = is_processing_info-fyear
          ib_keep_instance = is_processing_info-keep_instance
        IMPORTING
          eo_previous      = lo_previous
          eo_instance      = lo_instance.
      eo_segment_handle ?= lo_instance.
    pass instance for asset data access to object
      CALL METHOD eo_segment_handle->set_handle1
        EXPORTING
          io_handle = is_processing_info-asset_instance.
    pass instance reference of previous container to actual object
      IF NOT is_processing_info-previous_handle IS INITIAL.
        lo_previous = is_processing_info-previous_handle.
      ENDIF.
    Continued................
    Regards,
    Soma

  • OBJECTS_OBJREF_NOT_ASSIGNED" "CX_SY_REF_IS_INITIAL" ZAP2_INTERFACE_LOG46C"

    Hello,
    Pls i want immediate reply.. i got this error.. i will give full points...ps help me
    Thanks in advance.
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    Exception              CX_SY_REF_IS_INITIAL
    Date and Time          16.09.2008 12:31:36
    Short text
    Access via 'NULL' object reference not possible.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "ZAP2_INTERFACE_LOG46C" 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 and
    therefore caused a runtime error.
    The reason for the exception is:
    You attempted to use a 'NULL' object reference (points to 'nothing')
    access a component (variable: "TYPE_DESCR").
    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" "CX_SY_REF_IS_INITIAL"
    "ZAP2_INTERFACE_LOG46C" or "ZAP2_INTERFACE_LOG46C"
    "LOAD-OF-PROGRAM"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    System environment
    SAP-Release 700
    Application server... "ciRDE"
    Network address...... "10.131.28.7"
    Operating system..... "HP-UX"
    Release.............. "B.11.23"
    Hardware type........ "ia64"
    Character length.... 16 Bits
    Pointer length....... 64 Bits
    Work process number.. 0
    Shortdump setting.... "full"
    Database server... "hpx190"
    Database type..... "ORACLE"
    Database name..... "RDE"
    Database user ID.. "SAPDAT"
    Char.set.... "C"
    SAP kernel....... 700
    created (date)... "Apr 21 2008 20:48:34"
    create on........ "HP-UX B.11.23 U ia64"
    Database version. "OCI_102 (10.2.0.1.0) "
    Patch level. 157
    Patch text.. " "
    Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
    SAP database version. 700
    Operating system..... "HP-UX B.11"
    Memory consumption
    Roll.... 16192
    EM...... 8379680
    Heap.... 0
    Page.... 0
    MM Used. 990672
    MM Free. 3196544
    User and Transaction
    Client.............. 050
    User................ "MBAGGALA"
    Language key........ "E"
    Transaction......... "ZAP2_LOGGING_46C "
    Transactions ID..... "48CF3452569D34B8E10000000A831C07"
    Program............. "ZAP2_INTERFACE_LOG46C"
    Screen.............. "SAPMSSY0 1000"
    Screen line......... 3
    Information on where terminated
    Termination occurred in the ABAP program "ZAP2_INTERFACE_LOG46C" - in
    "LOAD-OF-PROGRAM".
    The main program was "ZAP2_INTERFACE_LOG46C ".
    In the source code you have the termination point in line 20
    of the (Include) program "ZAP2_INTERFACE_LOG46C".
    Source Code Extract
    Line
    SourceCde
    1
    REPORT zap2_interface_log46c .
    2
    3
    *& Report  ZAP2_INTERFACE_LOGGING                                      *
    4
    5
    6
    7
    8
    9
    10
    INCLUDE zap2_interface_logg46c_top .
    11
    INCLUDE zap2_interface_logg46c_cl1.
    12
    INCLUDE zap2_interface_logg46c_stato01.
    13
    INCLUDE zap2_interface_logg46c_set_f01.
    14
    15
    LOAD-OF-PROGRAM.
    16
    17
    IF kind_p IS INITIAL.
    18
    DATA type_descr2 TYPE REF TO cl_abap_elemdescr.
    19
    TYPE_DESCR ?= zap2_cl_abap_typedescr=>describe_by_data( kind_p-kind ).
    >>>>>
    FIXED_VALUES = TYPE_DESCR->GET_DDIC_FIXED_VALUES( SY-LANGU ).
    21
    22
    23
    LOOP AT fixed_values INTO fixed_value.
    24
    MOVE: fixed_value-low TO kind_p-kind,
    25
    fixed_value-ddtext TO kind_p-ddtext.
    26
    APPEND kind_p.
    27
    ENDLOOP.
    28
    ENDIF.
    29
    30
    debug_l = 'X'.
    31
    sdebug_g = 'X'.
    32
    edebug_g = ' '.
    33
    return_g = 'X'.
    34
    35
    START-OF-SELECTION.
    36
    37
    IF NOT element IS INITIAL.
    38
    MOVE 'I' TO elemt_r-sign.
    39
    MOVE 'EQ' TO elemt_r-option.
    Contents of system fields
    Name
    Val.
    SY-SUBRC
    0
    SY-INDEX
    0
    SY-TABIX
    0
    SY-DBCNT
    0
    SY-FDPOS
    0
    SY-LSIND
    0
    SY-PAGNO
    0
    SY-LINNO
    1
    SY-COLNO
    1
    SY-PFKEY
    SY-UCOMM
    SY-TITLE
    Logging tools 46c
    SY-MSGTY
    SY-MSGID
    SY-MSGNO
    000
    SY-MSGV1
    SY-MSGV2
    SY-MSGV3
    SY-MSGV4
    SY-MODNO
    1
    SY-DATUM
    20080916
    SY-UZEIT
    123133
    SY-XPROG
    SY-XFORM
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
    Name
    2 EVENT        ZAP2_INTERFACE_LOG46C               ZAP2_INTERFACE_LOG46C                  20
    LOAD-OF-PROGRAM
    1 EVENT        ZAP2_INTERFACE_LOG46C               ???                                     0
    SYSTEM-EXIT
    Chosen variables
    Name
    Val.
    No.       2 Ty.          EVENT
    Name  LOAD-OF-PROGRAM
    KIND_P
    0000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000
    0222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000
    CL_GUI_CFW=>FLUSH_SITUATION_PBO
    %_CDATE_%_APP_%
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    %_FSREG_001
    SY-REPID
    ZAP2_INTERFACE_LOG46C
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    5453544545444454443342222222222222222222
    A102F9E4526135FCF74630000000000000000000
    %_DUMMY$$
    0000
    0000
    2222
    0000
    KIND_P-KIND
    32
    0
    0
    TYPE_DESCR
    F0000000
    F0000000
    SYST
    ########################################################################################X ####
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000200
    0000000000000000000000000000000000000001000000000000000000000000000000000000010900000001520000
    00000000000000000000000001000100000000080000000000000000000000000000000000000B000000000080000C
    SY-LANGU
    E
    0
    0
    4
    5
    FIXED_VALUES
    Table[initial]
    FIXED_VALUE
    00000000000000000000000000000000000000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000000000000000000000000000000000000
    22222222222222222222222222222222222222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000000000000000000000000000000000000
    SPACE
    0
    0
    2
    0
    FIXED_VALUE-LOW
    0000000000
    0000000000
    2222222222
    0000000000
    SESSION
                                 00000000000000####
    0000000000000000000000000000000000000000000000000000F000
    0000000000000000000000000000000000000000000000000000F000
    00000000222222222222222222222222222222333333333333330000
    00000000000000000000000000000000000000000000000000000000
    KIND_P[]
    Table[initial]
    CTIME-LOW
    000000
    000000
    000000
    333333
    000000
    CL_GUI_CONTROL=>LIFETIME_DEFAULT
    No.       1 Ty.          EVENT
    Name  SYSTEM-EXIT
    SY-XPROG
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    2222222222222222222222222222222222222222
    0000000000000000000000000000000000000000
    SY-XFORM
    000000000000000000000000000000
    000000000000000000000000000000
    222222222222222222222222222222
    000000000000000000000000000000
    Internal notes
    The termination was triggered in function "ab_jclom"
    of the SAP kernel, in line 4706 of the module
    "//bas/700_REL/src/krn/runt/abmethod.c#8".
    The internal operation just processed is "clom".
    Internal mode was started at 20080916123133.
    Active Calls in SAP Kernel
    Lines of C Stack in Kernel (Structure Differs on Each Platform)
    (0)  0x4000000003b5b450  CTrcStack + 0x1b0 at dptstack.c:227 [dw.sapRDE_DVEBMGS02]
    (1)  0x4000000004d564b0  Z16rabaxCStackSavev + 0x1d0 [dw.sapRDE_DVEBMGS02]
    (2)  0x4000000004d5c1a0  ab_rabax + 0x3570 [dw.sapRDE_DVEBMGS02]
    (3)  0x40000000040a2310  Z8abjclomv + 0x1690 [dw.sapRDE_DVEBMGS02]
    (4)  0x40000000040557d0  Z8abextriv + 0x440 [dw.sapRDE_DVEBMGS02]
    (5)  0x4000000003f79bb0  Z9abxeventPKt + 0xb0 at abrunt1.c:281 [dw.sapRDE_DVEBMGS02]
    (6)  0x4000000003dc02b0  Z8ablogdbv + 0xb70 at ablogdb.c:116 [dw.sapRDE_DVEBMGS02]
    (7)  0x4000000004345ea0  ab_subm + 0x20 at absubmit.c:595 [dw.sapRDE_DVEBMGS02]
    (8)  0x4000000001cb97c0  N_ab_subm + 0x20 at dymainstp.c:4769 [dw.sapRDE_DVEBMGS02]
    (9)  0x4000000001cc3610  dynpmcal + 0x3f0 at dymainstp.c:2275 [dw.sapRDE_DVEBMGS02]
    (10) 0x4000000001cba000  dynppbo0 + 0x280 at dymainstp.c:540 [dw.sapRDE_DVEBMGS02]
    (11) 0x4000000001cc13e0  dynprctl + 0x340 at dymainstp.c:358 [dw.sapRDE_DVEBMGS02]
    (12) 0x4000000001cacc00  dynpen00 + 0xae0 at dymain.c:1651 [dw.sapRDE_DVEBMGS02]
    (13) 0x4000000001fff3d0  Thdynpen00 + 0x520 at thxxhead.c:4843 [dw.sapRDE_DVEBMGS02]
    (14) 0x4000000001fc9b80  TskhLoop + 0x5690 at thxxhead.c:3958 [dw.sapRDE_DVEBMGS02]
    (15) 0x4000000001fbf320  ThStart + 0x460 at thxxhead.c:1164 [dw.sapRDE_DVEBMGS02]
    (16) 0x4000000001576800  DpMain + 0x5f0 at dpxxdisp.c:1095 [dw.sapRDE_DVEBMGS02]
    (17) 0x4000000002c30590  nlsui_main + 0x30 [dw.sapRDE_DVEBMGS02]
    (18) 0x4000000002c30520  main + 0x60 [dw.sapRDE_DVEBMGS02]
    (19) 0xc000000000050150  main_opd_entry + 0x50 [/usr/lib/hpux64/dld.so]
    List of ABAP programs affected
    Index
    Typ
    Program
    Group
    Date
    Time
    Size
    Lang.
    0
    Prg
    ZAP2_INTERFACE_LOG46C
    0
    15.09.2008
    13:34:03
    103424
    E
    1
    Prg
    SAPMSSY0
    1
    11.08.2008
    21:12:03
    92160
    E
    2
    Prg
    SAPMSSYD
    1
    16.08.2006
    12:06:37
    21504
    E
    3
    Prg
    SAPFSYSCALLS
    1
    09.09.2004
    14:18:32
    8192
    E
    4
    Prg
    ZAP2_CL_ABAP_TYPEDESCR========CP
    4
    21.08.2008
    18:03:55
    23552
    E
    5
    Prg
    ZAP2_CL_ABAP_ELEMDESCR========CP
    5
    21.08.2008
    18:03:55
    21504
    E
    6
    Prg
    ZAP2_CL_ABAP_DATADESCR========CP
    6
    21.08.2008
    18:03:55
    14336
    E
    7
    Prg
    CL_ABAP_REFDESCR==============CP
    7
    05.07.2005
    13:10:15
    24576
    E
    8
    Prg
    CL_ABAP_DATADESCR=============CP
    8
    05.07.2005
    13:10:15
    19456
    E
    9
    Prg
    CL_ABAP_TYPEDESCR=============CP
    9
    05.07.2005
    13:10:15
    30720
    E
    10
    Prg
    CL_ABAP_ELEMDESCR=============CP
    10
    03.07.2006
    10:26:16
    36864
    E
    11
    Prg
    CL_ABAP_STRUCTDESCR===========CP
    11
    04.08.2008
    19:40:50
    40960
    E
    12
    Prg
    CL_ABAP_COMPLEXDESCR==========CP
    12
    05.07.2005
    13:10:15
    17408
    E
    13
    Prg
    CL_ABAP_TABLEDESCR============CP
    13
    05.07.2005
    13:10:15
    25600
    E
    14
    Prg
    CL_ABAP_CLASSDESCR============CP
    14
    05.07.2005
    13:10:15
    30720
    E
    15
    Prg
    CL_ABAP_OBJECTDESCR===========CP
    15
    05.07.2005
    13:10:15
    34816
    E
    16
    Prg
    CL_ABAP_INTFDESCR=============CP
    16
    05.07.2005
    13:10:15
    25600
    E
    17
    Prg
    ZAP2_CL_ABAP_STRUCTDESCR======CP
    17
    21.08.2008
    18:03:55
    18432
    E
    18
    Prg
    ZAP2_CL_ABAP_COMPLEXDESCR=====CP
    18
    21.08.2008
    18:03:55
    14336
    E
    19
    Prg
    ZAP2_CL_ABAP_TABLEDESCR=======CP
    19
    21.08.2008
    18:03:55
    18432
    E
    20
    Prg
    CX_SY_REF_IS_INITIAL==========CP
    20
    05.07.2005
    13:10:16
    10240
    E
    21
    Typ
    SCX_SRCPOS
    0
    18.05.2004
    14:07:11
    5120
    22
    Prg
    CX_DYNAMIC_CHECK==============CP
    22
    05.07.2005
    13:10:16
    10240
    E
    23
    Prg
    CX_ROOT=======================CP
    23
    04.08.2008
    18:59:23
    11264
    E
    24
    Prg
    CX_NO_CHECK===================CP
    24
    05.07.2005
    13:10:16
    10240
    E
    25
    Prg
    CL_GUI_CFW====================CP
    25
    28.02.2005
    21:03:09
    168960
    E
    26
    Typ
    SYST
    0
    09.09.2004
    14:18:12
    31744
    27
    Typ
    DDFIXVALUE
    0
    04.08.2008
    15:09:55
    3072
    28
    Prg
    CL_GUI_CONTROL================CP
    28
    28.02.2005
    21:03:09
    112640
    E
    29
    Prg
    %_CCNTL
    28
    18.02.2005
    14:15:08
    15360
    E
    30
    Typ
    OBJ_RECORD
    0
    14.02.1998
    08:30:43
    2048
    31
    Prg
    CL_GUI_OBJECT=================CP
    31
    04.08.2008
    19:41:02
    376832
    E
    32
    Prg
    IF_CACHED_PROP================IP
    28
    18.02.2005
    14:12:55
    5120
    E
    Directory of Application Tables
    Name                                     Date       Time       Lngth
    Val.
    Program  ZAP2_INTERFACE_LOG46C
    SYST                                     09.09.2004 14:18:12   00004612
    \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x0001\0
    ABAP Control Blocks (CONT)
    Index
    Name
    Fl
    PAR0
    PAR1
    PAR2
    PAR3
    PAR4
    PAR5
    PAR6
    Source Code
    Line
    1791
    00
    0000
    ZAP2_INTERFACE_LOGG46C_SET_F01
    653
    1792
    CMPS
    20
    0247
    0038
    0038
    ZAP2_INTERFACE_LOG46C
    17
    1794
    BRAF
    02
    002A
    ZAP2_INTERFACE_LOG46C
    17
    1795
    STCK
    05
    0000
    ZAP2_INTERFACE_LOG46C
    19
    1796
    ASSI
    0F
    0000
    0052
    400E
    0000
    0000
    0000
    0000
    ZAP2_INTERFACE_LOG46C
    19
    1800
    CLCC
    00
    0013
    ZAP2_INTERFACE_LOG46C
    19
    1801
    clcm
    10
    0002
    0013
    0001
    0000
    0000
    0000
    0000
    ZAP2_INTERFACE_LOG46C
    19
    1805
    PAR1
    00
    00E3
    ZAP2_INTERFACE_LOG46C
    19
    1806
    PAR1
    C5
    400E
    ZAP2_INTERFACE_LOG46C
    19
    1807
    PAR2
    00
    0000
    0001
    0000
    ZAP2_INTERFACE_LOG46C
    19
    1809
    CAST
    00
    0000
    0031
    400E
    ZAP2_INTERFACE_LOG46C
    19
    1811
    STCK
    06
    0000
    ZAP2_INTERFACE_LOG46C
    19
    >>>>>
    clom
    10
    0002
    0031
    0009
    0000
    0000
    0000
    0000
    ZAP2_INTERFACE_LOG46C
    20
    1816
    PAR1
    01
    00B7
    ZAP2_INTERFACE_LOG46C
    20
    1817
    PAR1
    C1
    0032
    ZAP2_INTERFACE_LOG46C
    20
    1818
    PAR2
    00
    0000
    0001
    0000
    ZAP2_INTERFACE_LOG46C
    20
    1820
    LOOP
    03
    0243
    0032
    0033
    0000
    0000
    0000
    0000
    ZAP2_INTERFACE_LOG46C
    23
    1824
    LOOP
    05
    0000
    0032
    0033
    0000
    0000
    0000
    0000
    ZAP2_INTERFACE_LOG46C
    23
    1828
    BRAN
    05
    0008
    ZAP2_INTERFACE_LOG46C
    23
    1829
    MOVE
    FF
    00F2
    00E3
    00E5
    ZAP2_INTERFACE_LOG46C
    24

    Hi Madan,
    It is BASIS issue, Please ask to find SNOTE correction for this issue. I am unable to recollect that note number.
    I am also face the same problem when I am installing the business content.
    Thanks,
    Chandra

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

  • Runtimr error OBJECTS_OBJREF_NOT_ASSIGNED when i schedule pgm in back grd

    Hi All
    when I schedule any BDC pgm in Background by giving job name in SM36 .
    It is giving an runtimr error OBJECTS_OBJREF_NOT_ASSIGNED and Exception CX_SY_REF_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 "C14T_LISTTOOL_CALL_ALV_GRID" "(FUNCTION)", 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: "GRID1").
    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.
    But it is working fine when i running with options 'N' & 'A' in call transaction. when i execute I'm searching for sap note but not able to find it,
    If any one can solve this issue please ...

    Play suji,
    In EHS there is one transaction called CVD1, this program closes rejected report shippings thru call transaction previously this program was working fine with 4.7 version recently sap version upgrade has taken place recent version is ECC6.0, the error is occuring in standard program while calling the call transaction for tcode CVD1.
    for your reference see the below code
      PERFORM bdc_dynpro      USING 'SAPLCVDA' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'  
                                                       'CVDDISTSEL-DDOID'.    
      PERFORM bdc_field       USING 'BDC_OKCODE' '=ECLR'.  
      PERFORM bdc_dynpro      USING 'SAPLCVDA' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'CVDDISTSEL-CRDAT_FROM'.
      PERFORM bdc_field       USING 'CVDDISTSEL-CRDAT_FROM' '01011900'.
      PERFORM bdc_field       USING 'CVDDISTSEL-CRTIM_FROM' '00:00:00'.
      IF i_cvddh-ddpid IS INITIAL AND
         NOT i_cvddh-ddoid IS INITIAL.               
        v_char_20 = i_cvddh-ddoid.
         PERFORM bdc_field       USING 'CVDDISTSEL-DDOID' v_char_20.
        PERFORM bdc_field       USING 'BDC_OKCODE' '=STAT'.
        PERFORM bdc_dynpro      USING 'SAPLC14L' '8010'.  
        PERFORM bdc_field       USING 'BDC_CURSOR'     
                                      'RCGRSTIOT-MARKFLG(11)'.
        PERFORM bdc_field       USING 'BDC_OKCODE' '=GBCK'. 
        PERFORM bdc_field       USING 'RCGRSTIOT-MARKFLG(11)'     'X'.                  
        PERFORM bdc_dynpro      USING 'SAPLCVDA' '1010'.
        PERFORM bdc_field       USING 'BDC_CURSOR'    'CVDDISTSEL-CRDAT_FROM'.
        PERFORM bdc_field       USING 'BDC_OKCODE' '=GRSL'.
      ELSE.
        PERFORM bdc_field       USING 'BDC_OKCODE' '=GRSL'.
        v_char_20 = i_cvddh-ddpid.
        PERFORM bdc_field       USING 'CVDDISTSEL-DDPID' v_char_20.
        PERFORM bdc_field       USING 'CVDDISTSEL-DDOID' '0'."JGB SIR-72045
      ENDIF.
      PERFORM bdc_field       USING 'CVDDISTSEL-CRDAT_TO' '01013000'.
      PERFORM bdc_field       USING 'CVDDISTSEL-CRTIM_TO' '23:59:59'.
      PERFORM bdc_dynpro      USING 'SAPLCVDB' '1020'.
      PERFORM bdc_field       USING 'BDC_OKCODE' '==ESAL'.
      PERFORM bdc_dynpro      USING 'SAPLCVDB' '1020'.
      PERFORM bdc_field       USING 'BDC_OKCODE' '=EDEL'.
      PERFORM bdc_dynpro      USING 'SAPLSPO1' '0100'.
      PERFORM bdc_field       USING 'BDC_OKCODE' '=YES'.
      PERFORM bdc_dynpro      USING 'SAPLCVDB' '1020'.
      PERFORM bdc_field       USING 'BDC_OKCODE' '=OSAV'.
        REFRESH MESSTAB.
        CALL TRANSACTION TCODE USING BDCDATA
                         MODE   CTUMODE
                         UPDATE CUPDATE
                         MESSAGES INTO MESSTAB.

  • Runtimr error OBJECTS_OBJREF_NOT_ASSIGNED and Exception  CX_SY_REF_IS_INITI

    Hi All
    when I schedule any BDC pgm in Background by giving job name in SM36 .
    It is giving an runtimr error OBJECTS_OBJREF_NOT_ASSIGNED and Exception  CX_SY_REF_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 "C14T_LISTTOOL_CALL_ALV_GRID" "(FUNCTION)", 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: "GRID1").
        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.
    But it is working fine when i running with options 'N' & 'A' in call transaction. when i execute  I'm searching for sap note but not able to find it,
    If any one can solve this issue please ... its very urgent requirement
    Thanks in Advance

    I believe the better forum to post yorr query to, will be [ABAP, General|ABAP Development;.
    From the header of that forum:
    General questions about the ABAP language and language implementations.
    This is not a forum for application specific questions. Web Dynpro , BSP , CRM
    development, ... have their own forums.
    - Ludek

  • Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED

    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    Except.                CX_SY_REF_IS_INITIAL
    Date and Time          24.09.2007 11:27:19
    Short dump has not been completely stored (too big)
    Short text
         Access via 'NULL' object reference not possible.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_TRIGGER_SELECTOR_PPF=======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.
    Hi ,
            Can you please provide me the solution for the above error, it is related to configuration of Service Desk on SAP Solution Manager.

    Hi,
    check these notes,
    783918
    660005
    This should solve your problem.
    if not please mention when you ran into this error, which would help in providing a solution.
    Feel free to revert back.
    --Ragu

  • 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

  • Linking USERID to PERNR in IT01015 - Error - OBJECTS_OBJREF_NOT_ASSIGNED

    Hello all,
    Facing strange runtime error with a basic transaction when creating System User Name in Communication Infotype with my userid.
    Infact I am working on ECC6 connected to EP7 on EHP3. My User ID is with super admin role having all authorizations except ABAP development and Role Maintenance (SU01)
    I was working all these days without any problem, changing in between a set of PERNR's for my userid in IT0105. It worked well with in portal self services too.
    Now in the same routine when I deleted IT0105/0001 for a PERNR and tried creating the record for the other PERNR it started giving short dump and henceforth not allowing me to link any pernr to any userid.
    Here are the error details:
    ===================================================
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    Date and Time          17.07.2010 10:57:06
    Short text
         Access via 'NULL' object reference not possible.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_HRRCF_ERP_CONVERT_P_2_CAND=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.
    Trigger Location of Runtime Error
         Program                                 CL_HRRCF_ERP_CONVERT_P_2_CAND=CP
         Include                                 CL_HRRCF_ERP_CONVERT_P_2_CAND=CM002
         Row                                     133
         Module type                             (METHOD)
         Module Name                             DO_POST_PROCESSING
    ==================================================================
    Anyone who can decipher this for me.
    Thanks a lot.

    Vamshi,
    I think you have got the response from this thread
    Linking USERID to PERNR in IT01015 - Error - OBJECTS_OBJREF_NOT_ASSIGNED
    If yes please close the thread
    Thanks
    Bala Duvvuri

  • Runtime error OBJECTS_OBJREF_NOT_ASSIGNED has occurred

    Hi All,
    I am trying to run a MM42 BDC in the background and I am getting the error - Runtime error OBJECTS_OBJREF_NOT_ASSIGNED has occurred. Kindly help

    Dear Klaus sir,
    Basicalliy the data is coming from dot net to sap by rfc(zobd_upload) and into table zobd..
    after that we are using one program where we can fetch the data from zobd table and using one bdc to update the likp table.but in production likp table is not updating and zobd table updated..
    how to resolve that issue?
    is any bdc problem?

  • Runtime error OBJECTS_OBJREF_NOT_ASSIGNED when calling any standard GRC API's

    Hello colleagues,
    I always get the runtime error OBJECTS_OBJREF_NOT_ASSIGNED when calling any standard GRC API's
    For instance, lets take Function Modules:
    I tried almost any of them but in particular:
    GRPC_API_CONTROL_QUERY Load the list of controls
    GRPC_API_ISSUE_QUERY Retrieve issues of the case
    GRPC_API_ORGUNIT_QUERY Load list of Organizations
    GRPC_API_RMPLAN_QUERY Retrieve remediation plans of case
    GRPC_API_RISK_CONTROLS Retrieve the controls of the risk
    and etc.
    All of them return the runtime error OBJECTS_OBJREF_NOT_ASSIGNED, however I've provided Object ID's in the right format,
    The same is for corresponding classes,
    Does anyone have such problem before?
    Appreciate your responses,
    Thank you,
    Best Regards,
    Anton

    Hi Anton,
    We need to pass value for I_SESSION_ID. Because, when i execute FM: GRPC_API_RMPLAN_QUERY by giving correct I_OBJECT_ID as shown below, i'm also getting the same error.
    On executing..
    Getting following dump.
    And attached is the dump analysis .
    Thanks
    KH

  • Run-time error "OBJECTS_OBJREF_NOT_ASSIGNED" occurred

    Hi sdners,
    in sm21 i got this error, please tell me how to resolve this problem step by step..
    Run-time error "OBJECTS_OBJREF_NOT_ASSIGNED" occurred
    and
    Database error: TemSe->XRTAB(2)->128 for table TST03 key CONNE_IMPORT_WRONG_COMP_TYPE
    then what do i need to do....
    thanks in advance, marks will awarded accordinglly....

    Hi Friends,
    The problem is solved. The issue was with SICF service activation.
    Certain system services were not activated.
    Thanks,
    Shashank Shirali

Maybe you are looking for

  • Deleted all photos in iPhoto, but library is still 30GB

    Hi, I started using iPhoto when I first got my Macbook Pro in January. I have since purchased Aperture and I imported all my photos from iPhoto into Aperture. I just left the photos alone in iPhoto, but I decided that Aperture is doing it for me and

  • Print to Video FCE4.01 Canon HV30

    For some reason I cannot get the Print to Video function to work with my HV30. FCE captured the video perfectly, but when the Transcoding to HDV process completes the camera records nothing. Any ideas?

  • How use of alternative data in Vendor master and fn??

    Hi Here is the scenario We have the vendor master where, in alternative data all the plants is linked to the vendor with some plant specific data to it such as planning calender by night, plan delivery time, and purchasing group. and all these info i

  • LDB sample program (Hr abap)

    Hi,   iam learning HR Abap i want to write a program in ldb's..for example i want to fetch the following data P0001-WERKS,P0105-USRID,P0002-CNAME,P0000-STAT2,PA0001-PERNR into one internal table in ldb PNP.how to write the code.please send me the sam

  • Error when running BDLS

    Dear expert, BDLS as the final steps of system refresh (ECC), i failed with error i scheduled it as the background job error: "Data inconsistency when running program RBDLSMAP, form routine PROCESS_SPECIAL_OBJECTS" And also i can't not run the BDLS a