Web Transaction Tutorial
This tutorial describes how you can create Web transactions using the Web transaction
programming model. Web transactions are Internet-enabled R/3 transactions.
Thanks to the Internet Transaction Server (ITS), which links the R/3 System to the Internet, you
can turn R/3 transactions into Web transactions, and run them as Internet Application
Components (IACs) from any suitable Web browser. ...
This tutorial is designed to be read as a continuous document. It covers all the steps you have to take to convert R/3 transactions to Web transactions, and demonstrates specific features of interest in the context of Web transaction development.
- Introductory sections cover essential prerequisites and describe how to set up the SAP@Web Studio environment.
- Six lessons covering eight transactions demonstrate how to generate Web transactions from R/3 transactions. In these lessons, you learn how to:
- Convert an existing R/3 transaction to a fully fledged Web transaction that can be run from any Web browser over the Internet
- Modify the transaction progressively in order to add more features.
Due to the inevitable differences between running a transaction from the SAPgui and running a transaction from a Web browser, this involves not only amending the ABAP code of the R/3 transaction, but also the HTML code generated for each R/3 screen in the SAP@Web Studio. - A concluding section shows you how to transfer ITS services created in the SAP@Web Studio to ITS source control in the R/3 System.
Source: help.sap.com
Related PDF Files
Topic:
Comments for Web Transaction Tutorial