cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow on Mobile Devices

Former Member
0 Kudos

Hi All,

Using SAP Netweaver Mobile 7.1 , How to dosplay Workflow inbox details like mails,workflow items, display on mobile using

DOE and NWDS can u tell the procesure for creating Function Modules in Backend server for DOE.

1. GetList

2. GetDetails

Thank U All,

Vijay.G

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you can define getlist and getdetail like before if you like. Then you build in Developer Workplace your data model which connected GetList and Getdetail data and so you end this data down to device.

But for Workflow this is a pretty overkill - what do you like to show on the device? Workflows usually show a small number of items on device and you have a small and dedicated process that is mobilized.

So what is the real driver behind your question?

The documentation of Sybase is great. You can check the documents here:

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01188.0100/doc/html/jwo12...

to check out how to create mobile business objects and a linelater how to create a workflow. If you go through this example it answers 99% of your questions.

Only thng then: if you like to connect your workflow to SAP instead of a table based soution - you need JCOconnection to backend and use Function modules instead of tables and WebServices. Well, that is straight forward stuff.

Hope it helps.

Regards,

Oliver