ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

Internet Transaction Server (ITS)

Print This Post Email This Post Written by jimstex on May 12th, 2009 | Filed under: Integration

Internet Transaction Server (ITS) is the transaction processing system that connects the web HTTP server and the standard R/3 system. ITS is available since SAP release 3.1G. All the Internet Application Components (IAC) of SAP will be transacted through ITS.

Using ITS & IAC the standard R/3 transactions can be performed through the World Wide Web. Some of the business components that are pre-web-enabled by SAP are, • HR Employee Self-Service (ESS)

  • Components in SAP Retail Store
  • SAP B2B Procurement

It is also possible to web-enable the custom transactions and other standard transactions using ITS, using the following tools and components supplied by SAP.

  • SAP@Web Studio
  • SAP GUI for HTML
  • Web RFC
  • Web Reporting
  • Web Transactions

These components support generation of dynamic HTMLs, HTMLBusiness, JavaScript, Common Gateway Interface (CGI), Microsoft Information Server API (ISAPI), Netscape Server API (NSAPI)
and can interact with Java, C++ or VB programs.

Share

If you like this post, you may as well like these too:

  1. Different Instances in Application Server Application Server is a physical server which is used to handle and process the user request. In SAP naming convention we define them as an Instance and it is possible...
  2. ABAP Program:Transferring data to a file (presentation server) REPORT ZSOURCE2603. * Data declarations for later use PARAMETERS FILENAME(128) DEFAULT 'c:usersdefaulttestfile.dat' LOWER CASE. TABLES CUSTOMERS. DATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE. * Get data for file...
  3. ABAP Programs:Reading data from a file (presentation server) REPORT ZSOURCE2604. * Data declarations for later use PARAMETERS FILENAME(128) DEFAULT 'c:usersdefaulttestfile.dat' LOWER CASE. TABLES CUSTOMERS. DATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE. CALL FUNCTION 'WS_UPLOAD' EXPORTING FILENAME...
  4. Transaction Code to Access Other Transaction Code with Values Many times in SAP, you may come across situations where in the users wants to have a separate transaction codes for some of the tables which can be easily maintained...



Leave a Reply