Introducing the SDK
The project source includes a list of core classes that are part of the SDK and required to execute the automation project. These classes are included under Framework in the Scripts panel of the Editor perspective. Most of these class names will start with Ctx
, which refers to Contextor, the former name of SAP Intelligent RPA.
The source code and the methods provided by each of these classes can be explored by double-clicking the file to open it in the Code editor panel. It is not recommended to edit these files, as they are part of the framework.
Furthermore, you will also see additional framework libraries such as CRM Applications after Framework. The list of libraries included in the source is dependent on the libraries included in the project while editing the project. You can refer to the Editing project details section in Chapter 10, Creating and Managing Projects, on including additional libraries to the project. The list of files generated for the...