hi all
after give authorization to SAP _GBHCM_LEAVE_APPROVAL_MGR to manager , approval tile show error.
error in ecc show
and
full text
Category ABAP Programming Error
Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED
ABAP Program CL_PT_REQ_ATTABSDATA==========CP
Application Component PT
Date and Time 23.06.2015 17:37:57
Short Text
Access using a 'ZERO' object reference is not possible.
What happened?
Error in the ABAP Application Program
The current ABAP program "CL_PT_REQ_ATTABSDATA==========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
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.
- Transaction.........
Call program............/IWFND/CL_MGW_REQUEST_MANAGER=CP
Function module..... /IWBEP/FM_MGW_HANDLE_REQUEST
The termination occurred in ABAP program "CL_PT_REQ_ATTABSDATA==========CP",
in "IF_PT_REQ_ITEM~SET_ALL_ITEM_ATTRIBS". The main program
was "SAPMSSY1".
In the source code, the termination point is in line 94 of (Include)
program "CL_PT_REQ_ATTABSDATA==========CM00K".
EXPORTING
im_attabs_type = me->subty
im_pernr = me->pernr
IMPORTING
ex_name = subtype_description
EXCEPTIONS
it0001_not_found = 1
OTHERS = 2.
IF sy-subrc <> 0.
Continue