Its Mobile
Its Mobile
Its Mobile
Use
You can use ITSmobile to make an application or parts of an application executable in the browser of mobile devices using the ITS. ITSmobile uses the ITS template technique to do this. This technique is based on the concept that an HTML template for visualization in the browser is provided for every screen (dynpro) of the application. Dynamic content/data can be included in the templates at runtime using HTMLBusiness (HTMLB). ITSmobile is delivered with a template generator that allows you to generate the templates of simple screens directly. If necessary, you can then change these further to meet your requirements.
If you make changes to the application screens (dynpros), you always need to regenerate or manually adjust the templates. If necessary, you can also create a completely new template generator, or create a new template generator based on the one delivered.
Prerequisites
To be able to generate templates, you require a functioning SAP Web AS ABAP application. The screen layout of the application must be designed for mobile devices and their limited visualization functions. The maintenance size of the screen must be adjusted to the screen size of the mobile device. The HTML template generator uses the maintenance size of the screens (number of rows / columns) to build an HTML table with a character matrix. The application should use only screen elements that are supported by ITSmobile. For a list of supported elements, see Supported Screen Elements.
On the SAP Web AS ABAP, you require the following Service/Patch status: a. SAP Web AS ABAP 620, Basis Support Package 63
You also require an ITS standalone with the following patch status: b. ITS 6.20, Patch Level 27
Advantages
Using the ITS to visualize ABAP applications on mobile devices offers the following advantages: The application can be developed and tested entirely in ABAP. You can use SAP GUI for Windows to perform ABAP debugging. Generating templates ensures a fast initial visualization of the application in HTML. The templates and therefore the generated HTML can be tailored to your own needs.
There are two services, itsmobile00 and itsmobile01, in your system, which you can use to test the ITSmobile functions.
Procedure
To make an application or parts of an application executable in the browser of mobile devices, proceed as follows.
...
First generate the templates for the required application screens (dynpros). To provide simple screens quickly, two standard services delivered by SAP (ITSMOBILE and ITSGENMOBILE) are used as the basis for the template creation. Optional: Making Manual Adjustments If the templates generated in the standard do not entirely fulfill your requirements, you can adjust them.