cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Mobile Workflow

Former Member
0 Likes
346

Hi guys,

I built a workflow of type user decision and this workflow works perfectly on pc. I can see the descriptions(content) of tasks in the T-SBWP.

But when i use the workflow in mobile, i can see the list of tasks to approve, but i can't see the description(content) inside of this tasks.

What i have to do? Do some code lines for html or something like that?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

I042439
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Otavio

How are you viewing on th mobile?

Is there an App installed on mobile to pull the SBWP data?

Or are you checking through internet? or UWL?

Basically, we need to see how the mobile device is interfacing with the backend for workflows.

regards,

Modak

Former Member
0 Likes

Is there an App installed on mobile to pull the SBWP data?


Yes.

ronen_weisz
Active Contributor
0 Likes

Which App? SAP Fiori? or did you develop your own App? is so, how are pulling the data to the App?

I042439
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Otavio

If it's Fiori, check out the NW Gateway Exits where the data is fetched for the items.

If it's a custom App, it must be calling a backend RFC to get the Work list.

Best is to setup an external breakpoints for the mobile user (with which backend is called) in the following FMs:

SAP_WAPI_CREATE_WORKLIST or   RH_INBOX_VIEW_CREATE

These are the basic Functions to get the work list of a user. See if the processing stops here (you will have to logon to SAP Client from the pc, setup the External Break Point and then open the inbox from mobile)

This will help you find the root where the call is originating and how it is fetching the Task Descriptions....it can be a custom code which is missing out on the task description read (or a language issue with the current user settings and the language in which the description is maintained). The reasons can be many, find the place of call and you will know the cause.

Regards,

Modak