cancel
Showing results for 
Search instead for 
Did you mean: 

My Inbox: Open Task for Leave Request

Joseph_BERTHE
Active Contributor
0 Kudos

Hello Everybody,

I try to implement featur "Open Task" in SAP Fiori My Inbox with leave request approval. I have set tones of Notes and try to Open Task.

In the SWFVISU I have set the parameters like this :

(the following parameters is for Purchase order.... but it doesn't work either)


APPLICATION_PATH /sap/opu/odata/sap
COMPONENT_NAME cross.fnd.fiori.inbox.annotationBasedTaskUI
QUERY_PARAM00 data=/sap/opu/odata/sap/CB_PURCHASE_ORDER_SRV;o=sid({SYSTEM}.{CLIENT})/PurchaseOrders(PurchaseOrder='{OBJKEY})'
QUERY_PARAM01 annotations=/sap/bc/bsp/sap/bscnbon_anf_mm/bscbn_purchaseorder_anno.xml
SCHEME sapui5

The result is the URL generated looks like this :

http://<myserveur>sapui5/%2fsap%2fopu%2fodata%2fsap%2f?data=%2fsap%2fopu%2fodata%2fsap%2fCB_PURCHASE_ORDER_SRV%3bo%3d…


As you can see, the URL is completly fake.

Here is the note I have implemented :

0002230476 Configuration of visualization type 'NONE' for objects

0002256774 Optimization of URL generation (CL_SWF_UTL_URL_INBOX_GEN)

0002259532 Optimization of URL generation (mass capability)

0002266616 Error tolerance for URL generation

0002274940 URL generation for intent-based navigation

0002286526 Runtime error DBSQL_DUPLICATE_KEY_ERROR in class CL_SWF_UTL_

0002324014 URL for INBOX_GEN contains incorrect instance information

0002330749 Robustness of URL generation (visualization type: INBOX_GEN)

Please... help me

Kind Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

MattHarding
Active Contributor
0 Kudos

Hi Joseph,

This may or may not be useful for you, but I had this working with the following set-up (for a custom annotation I made for leave requests) - Note the additional '/' on the application path:

Cheers,

Matt