Entering content frame

Component documentation HTMLBusiness Language Reference Locate the document in its SAP Library structure

Purpose

HTMLBusiness is an SAP-specific macro language that enables the Internet Transaction Server (ITS) to merge R/3 transaction screen data dynamically into HTML templates.

When a user starts a screen-based Internet application from a Web browser, this triggers an ITS service, which corresponds to an R/3 transaction. For each R/3 transaction screen, there is an HTML template, which contains standard HTML code and HTMLBusiness statements.

When R/3 transaction screen data is passed to the ITS at runtime, the HTMLBusiness interpreter evaluates the HTML Business statements and the ITS merges the data into HTML templates, which are displayed in the user‘s Web browser.

Features

HTMLBusiness is syntactically similar to C.

To differentiate HTMLBusiness from standard HTML, the ITS uses the following delimiters:

<server> … </server>

` … `

By using these delimiters to enclose HTMLBusiness expressions, you do not have to implement multiple tags or mark methods in HTML pages. Also, you can use any suitable HTML authoring tool when writing HTML code to design Web pages.

Note

This documentation assumes that you are familiar with standard HTML R/3 dialog programming and the ITS.

Leaving content frame