Show TOC

Background documentationEnabling the Web Transaction API Locate this document in the navigation structure

 

To use the macros and function modules of the Web Transaction API, you must include the module avwrtcxm in the ABAP program.

Example Example

program sapmpw02.

include avwrtcxm. ...

End of the example.

avwrtcxm stands for ALE via Web Runtime Context Macros.