Principle and advantages of the interface
|
||
Where does cis mobile make use of the interface?
The inteface is mainly used wherever complex data inputs are required as opposed to cases where data only needs to be displayed, as fast as possible. The cases concerned are creating and modifying orders, contacts, visits etc. But of course the interface can also be used to display normal data: The table of partners can be viewed almost as fast as it would take by using the other interfaces. The following example shows a message from the SAP GUI displayed in CIS mobile on checking an order: |
||
What does the code look like?
The following code example shows how transcation VA02 (change orders) is called. The number of the order is put into the field VBELN and enter is initiated.
The transaction is executed with the user that has logged on to CIS mobile and therefore also to the SAP GUI. As an alternative, any common user can be used by providing logon credentials in the CIS mobile settings. |