Show TOC

Programming the TransactionLocate this document in the navigation structure

Use

From an ABAP coding point of view, Web transactions started from a Web browser are no different from transactions started in the SAP system.

However, since the HTML graphical user interface is more restricted than the SAP GUI, some graphical elements used on SAP system screens are not supported by HTML. For this reason, you must remove them from Web transaction screens, or handle them differently. This means that you have to modify HTML templates accordingly.

For a brief comparison of features in ABAP and HTML, see:

Quick Guide to ABAP Elements in HTML