博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SAP ITS mobile 简介
阅读量:5784 次
发布时间:2019-06-18

本文共 2770 字,大约阅读时间需要 9 分钟。

一.  ITSmobile简介

ITSmobile( Internet Transaction Server for Mobile)是新一代实现移动设备(如RF)应用的SAP技术,基于广泛应用Dynpro编程模式,ITSmobile代替了WEB SAPConsole,SAPConsole NW7.1 之后将被逐渐淘汰。ITSmobile适用于SAP Netweaver 7.10,7.0和SAP Netweaver 2004。ITSmobile是集成的一部分,基于Netweaver和ITS。

你可以使用ITSmobile让一个应用程序或部分的应用程序执行在移动设备的浏览器上。

ITSmobile模板技术是很完善的,这项技术基于HTML模板的概念,提供可视化在浏览器中为每一个屏幕(dynpro)的应用。动态内容/数据可以包含在模板运行时使用HTMLBusiness(HTMLB)。

ITSmobile模板生成器允许你生成一个模板或直接创建屏幕,

ITSmobile在开发上有以下几个优点:

Ø 可以使用ABAP语言进行开发和调试

Ø 可以使用SAPGUI基于windows的调试

Ø 快速初始化模板和可视化的HTML

Ø 可以编辑模板生成的HTML,达到需求

Ø HTML 或者 JavaScript可以简单的集成

有两种服务,itsmobile00和itsmobile01,在你的系统,你可以用来测试ITSmobile功能。

ITSmobile支持1维和2维的Barcode。

支持语音拣选(pick by voice),XHTML+Voice ,ITS XV Template generator

支持RFID (Radio-frequency identification)

更多的help

 

二、生成Internet Service和 模板

版本要求:SAP Web AS ABAP 620, Basis Support Package 63

Ø 执行 SE80,选择 package创建Internet service.

Ø 在树形结构包中选择 ITS Services并且右击选择Create ,

Ø 假如你已创建package ,击右Create ® More ® Internet Service.

Ø  Enter a service name and a transaction that is to be linked to the service. Leave the ITS Mixed Mode option unselected and save your entries.

A Theme 99 folder is created for the service at the same time as the service.

Ø  In transaction SE80, switch to your ABAP application and select all of the screens for which you want to create a template, and choose Create Template from the context menu (if necessary, through More Functions).

Ø Enter the name of the previously created service and a theme (such as 99) and selection Mobile Devices as the generation style.

Ø On the Parameters tab page, enter all of the required parameters. If you have created the service as screen-based and have already specified the associated transaction during the creation process, the parameter ~TRANSACTION is predefined.

Parameter

Value

Detail

~ITSMOBILE

1

Defines the service as a mobile service and sets the corresponding ITS standards.

~TRANSACTION

<your transaction>

Specifies the transaction to be executed.

~THEME

<your theme>

(for example, 99)

Specifies the desired theme for your service.

Ø Confirm by choosing Save.

You have now generated an ITS template for every selected screen. You now need to publish your newly-created Internet service on the ITS:

Ø In transaction SE80, switch back to your Internet service.

Ø Select the service and choose Publish ® Entire Service from the context menu.

Ø Note at this point, that to publish the entire service, you need to select at least one ITS instance (ITS site). To do this, in the ABAP Workbench, choose Utilities ® Settings. Choose the Internet Transaction Server tab page, and then choose Publish. At this point, you can decide the instances (sites) on which your service is to be published.

A message in the status line shows whether the publishing was successful.

转载地址:http://ygpyx.baihongyu.com/

你可能感兴趣的文章
关于 top 工具的 6 个替代方案
查看>>
程序员最讨厌的9句话,你可有补充?
查看>>
PAT A1037
查看>>
DevOps自动化工具集合
查看>>
淘宝放大镜的两种实现方法JS
查看>>
浅谈RPC
查看>>
绝句二首-杜甫
查看>>
一个有意思的递归定义
查看>>
论文笔记之: Recurrent Models of Visual Attention
查看>>
命令行调用dubbo远程服务
查看>>
discuz 帖子模块用到的表及自动发帖函数
查看>>
如何将finecms链接URL中的list和show去掉
查看>>
SMS短信PDU编码
查看>>
企业级memcached部署(session共享)
查看>>
Eclipse内常用到的一些插件
查看>>
C# 应用程序配置文件操作
查看>>
[原创翻译]Protocol Buffer Basics: C#
查看>>
呵呵!手把手带你在 IIS 上运行 Python(转)
查看>>
Windows 10 1809 版本市场占有率已达 21%
查看>>
一条报警信息的快速处理和分析
查看>>