on 2015 Jul 15 12:47 PM
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
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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
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
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
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
User | Count |
---|---|
78 | |
29 | |
9 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.