SAP NEWS-30-OLE
Get Example source ABAP code based on a different SAP table
OLE2 Automation Controller in ABAP Release 3.0
In ABAP_RELEASE 3.0, the ABAP interpreter command set has been expanded to include key words that allow application programmers to edit external objects. OLE2 was supported as the first object model. The new language elements
make it possible to address all applications that provide functions in the form of an OLE2 Automation Server from ABAP. Examples of this are Microsoft products such as <(>EXCEL<)> or <(>WINWORD<)>.
All applications addressed from ABAP must be entered in a table edited using the transaction
SAP recommends that only the English names of the methods and object properties are used in ABAP. In this way, the ABAP program can edit the applications, regardless of the language in which they were installed.
The transaction
Apart from the ABAP enhancements, an OLE-compatible
AS ABAP as OLE Automation Server
Conversely, an