SAP ITS Tutorial – Internet Transaction Server
SAP ITS stands for SAP Internet Transaction Server.It is integrated with into the kernel of the SAP Netweaver Application Server.ITS is accessed via the “Internet Communication Manager”.With the integration with ITS a web browser can communicate directly with a SAP System.Here is some SAP ITS Tutorials and PDF guides to download.
Related SAP Tutorials & References
- SAP ALE Tutorial ALE stands for Application Link Enabling.ALE is used for exchanging business data between different...
- ABAP TutorialABAP stands for Advanced Business Application Programming.It is a high-level programming languages used in the...
- SAP EDI Tutorial EDI stands for Electronic Data Interchange.As ALE it is also used for exchanging business...
- SAP BAPI Tutorial BAPI stands for Business Application Programming Interface.It is a precisely defined interface providing access...
- LSMW tutorial LSMW stands for Legacy System Migration Workbench.Its a tools used to transfer data from...
- ALV Tutorial ALV stands for ABAP List Viewer.It unifies and simplifies the use of lists in...
- SAP FI Tutorial SAP FI ( Financial Accounting ) is one the functional module.Company-wide control and integration...
- SAP Dictionary Tutorial – ABAP DDIC SAP DDIC stands for data dictionary.The ABAP dictionary contains all the metadatas about the...
- SAP CTS ( Change&Transport System ) Tutorials CTS stands for Change and Transport System. SAP CTS is a tool that helps...
- SAP IDOC Tutorial IDoc stands for Intermediate Document. It is a standard SAP document format.IDocs enable the...
Google: Facebook:

The WGate component located in a Web Server connects the ITS to the Web Server. Microsoft’s Information Server API, Sun Java System Web Server and Apache Server are the mainly supported Web Server interfaces for ITS.
WGate establishes the connection and send the requests to AGate component which is implemented in a Windows NT service.Agate component is responsible for handle the requests and HTTP requests from WGate component.It will send and receive the desired data from SAP system and send back to WGate component.
There are 5 types of files in ITS they are service file, HTML templates, Flow files, Language resource files and MIME files.
For running a SAP transaction as internet application it should be defined as Web transactions or WebRFC ( or webReporting ).