cancel
Showing results for 
Search instead for 
Did you mean: 

fiori approval tiles show error....

former_member182645
Participant
0 Kudos

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.

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Radhesh

I am trying to configure this app and I am facing the same issue. Did you find the exact reason for the same?

Thanks

Parth

0 Kudos

Hi Parth,

Did u find a solution regarding your issue ? I'm facing the same problem as well.

Thanks a lot and Best Regards,

Dorian

Former Member
0 Kudos

Hi Dorian,

It was due to maintenance of wrong Task ID for this workflow process. Please cross check it.

Regards

Parth

0 Kudos

Hi Parth,

Thanks a lot for your quick answer

I'll  then check it out .

Best Regards,

Dorian

former_member182645
Participant
0 Kudos
former_member182645
Participant
0 Kudos

{"error":{"code":"/IWFND/CM_BEC/026","message":{"lang":"en","value":"RFC Error: Access using a 'ZERO' object reference is not possible."},"innererror":{"transactionid":"5582A289896955BCE100000061FD2E9B","timestamp":"20150623131150.6664080","Error_Resolution":{"SAP_Transaction":"Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details","SAP_Note":"See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)"},"errordetails":[]}}}