Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Editors

Former Member
0 Kudos

What r the standard editors?

and what is OLE?

1 REPLY 1

Former Member
0 Kudos

Hi,

The ABAP Editor is a new dedicated tool, specialized on writing and analyzing source code. It is a new ActiveX control written in C++ which offers all modern code editing features.The control can be used instead of the old editor in all standard transactions as SE80, SE38, SE24 etc. and in the new ABAP debugger from SAP_BASIS 7.0 on.

<b>Editor's features</b> The ABAP objects Editor is generic and works with most programming language with defined syntax schemas, such as ABAP, eCATT, BSP etc.

The editor has customizable syntax highlighting, outlining of code (folding of blocks), highlighting of the current scope (current block), code templates (user and language dependant), a clipboard ring (clipboard for more then one item), incremental search, block selection, extended pretty print functionality, embedded print preview, customizable keyboard shortcuts etc.

<b>OLE: -</b>

An ABAP program can call up an OLE Automation Server (such as Excel) on the desktop. The ABAP OLE Automation Controller consists of a set of ABAP language elements that an ABAP client program can use to drive an OLE Automation server on either Windows or Apple Macintosh frontends. Special OLE functions contained in the SAPGUI are called via RFC. SAPGUI represents the actual OLE client that calls the server program.

http://help.sap.com/saphelp_46c/helpdata/en/59/ae3c98488f11d189490000e829fbbd/frameset.htm

Regards

Sudheer

Message was edited by:

Sudheer Junnuthula