cancel
Showing results for 
Search instead for 
Did you mean: 

My Inbox Fiori App Count 0

0 Kudos

Hello Experts,

  I trying to implement My Inbox fiori application. I am able to see the My Inbox application in the Launchpad. But the count is 0 and no items displayed even thought I have 1 Purchase order approval. Any one can guide me what i am missing.

  I debugged enough but no clue for me.

Screen shot below.

I am expecting 1 in My Inbox since one pending approval in my SBWP.

Thanks and regards

Srikanth S

Accepted Solutions (1)

Accepted Solutions (1)

former_member182874
Active Contributor
0 Kudos

Hi Srikanth,

Please deactivate the task filter in SPRO

Regards,

Tejas

0 Kudos

Hello Tejas,

   In our system Task Filter is disabled only. But still no item in My Inbox.

Regards

Srikanth S

former_member182874
Active Contributor
0 Kudos

Hi Srikanth,

what is the version of UIX01CA1 ? and iWPGW

Regards,

Tejas

former_member182874
Active Contributor
0 Kudos

Hope you are using Task processing service version 2

Regards,

Tejas

0 Kudos

Hello Tejas,

   I am using TASKPROCESSING Version 2.

   Component Version information below.

   While debug i found in class /IWWRK/CL_WF_USER_INBOX->FILTER_ITEM_BY_CONFIG line number 39 is true always. So all line item is getting deleted and 0 count is displaying.

   IF ( mv_task_type EQ /iwwrk/if_wf_constants_gw=>gc_wi_task_type-user_decision

     AND lv_ud_task_flag NE abap_true AND lv_in_filter NE abap_true AND lv_has_decisions NE abap_true )

    OR ( mv_task_type EQ /iwwrk/if_wf_constants_gw=>gc_wi_task_type-activity

     AND lv_ud_task_flag EQ abap_true ).

     ev_item_deleted = abap_true.

   ENDIF.


I don't know this place is the issue or not.


Regards


Srikanth S

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Srikanth,

Please check the note 2153599 - The Service TASKPROCESSING version 2 does not display tasks which are in INPROCESS and READY status.

Regards,

Masa / SAP Technology RIG

0 Kudos

Hello Masa,

  Thanks for your reply. But seems the note is for Netweaver 7.4 but our system is Netweaver 7.31. Will it be applicable?

  We don't have SAP_GWFND component in our system.

Regards

Srikanth S

0 Kudos

Hello Masa,

   You superb! The note I have implemented. Finally I got worked out by implementing the note.

But still a issue is there . List is appearing now. But when I select the purchase order number no item is getting displayed. Would you please suggest where is the issue?

Screen shot below.

Thanks and regards

Srikanth S

former_member182874
Active Contributor
0 Kudos

Hi srikanth

PO Data is picked up from the workflow task description

If that is blank, it will be blank here as well.

You need to get the data from workflow container and display the business data. Please check notification of absence example in approve request guide.

Refer for step by step http://scn.sap.com/docs/DOC-54874

former_member182874
Active Contributor
0 Kudos

Shortcut can be go to pftc and standard po approve task can be edited and data can be entered

The same should reflect in fiori

0 Kudos

Hello Tejas,

  Thanks to your answer. But see the below screen shot. First Screen shot is for same PO from Purchase order Fiori Application with Same Standard workflow. There all details of PO is displaying.

  In the second screen shot is same workflow data from My Inbox application. There no details for the same PO and same workflow task.

 

My Inbox App

Regards

Srikanth

0 Kudos

I close the thread and open the new one for the last post.

New thread link

Regards

Srikanth S

Answers (1)

Answers (1)

former_member182874
Active Contributor
0 Kudos

Hi Srikanth,

There are many such issues if you run through recent discussions over SCN.

Please check if you have followed all the steps given here : App Implementation: My Inbox - SAP Fiori for Request Approvals 1.0 - SAP Library

For example below thread.

Regards,


Tejas