Transacción Transaction /EDGE/FC_SPRO → Carpeta de configuración "Intérpretes", y todas las subcarpetas dentro de ésta:
La primera configuración de los intérpretes se relaciona con la creación del mismo. Para la creación o modificación de un intérprete se deben diligenciar los siguientes campos:
...
SPRO → Configuration Folder "Business units", and all the subfolders within it.
The first configuration for the business units is related to their creation. To create or modify a business unit, you must fill in the following fields:
- BU ID
Code or unique identifier of the business unit. - Business Unit name
Name or description of the business unit. - Home Aut
Indicator if the business unit starts automatically through a JOB. - Input channel
The channel responsible for obtaining the information to initiate instances for this business unit. - Output channel
Optional. Channel responsible for sending information to external systems participating in the process flow. As mentioned in the channel configuration, this type of channel is not very common to be developed or configured, as the process outputs may have different communication protocols or, in some cases, the processes do not need external communication. - Object type
This type of object corresponds to the Business Object from which the business unit comes or where the business unit will arrive. The explanation is related in the chapter "Configuration of accepted Business Objects". In this field, you can only select from the Business Objects previously configured. - ABAP Class
Corresponds to the execution implementation of the business unit. Currently, there is a standard implementation that complies with the rules defined for the orchestrator. These rules are being indicated throughout the chapters of this guide. If it is necessary to change the functioning of the rules for a particular business unit, another implementation should be done, which must implement the interface /EDGE/IF_FC_INTERPRE_EXECUTOR.
Actualmente, se tiene la implementación estándar Currently, there is a standard implementation /EDGE/CL_FC_INTERPRE_EXE_GENE. - Transform.
Opcional. Indica la transformación XML de entrada que tiene asociada el intérprete. Esta transformación se debe definir en "Transformaciones".
Estado in.
Estada inicial con el cual se debe persistir una instancia al momento de crearse.
ContRep
Repositorio de contenidos que se va a utilizar para almacenar los documentos que entran, se generan o salen de las instancias del intérprete en cuestión. Este repositorio de contenidos se debe definir a través de la transacción OAC0. Esta configuación está relacionada con "Configuración de tipos de documentos externos".
Paso final manual
Clase que implementa la lógica para ejecutar la finalización de una instancia de un proceso de forma manual por un usuario desde el monitor. Esta clase de implementar la interfaz Indicates the input XML transformation associated with the business unit. This transformation must be defined in "Transformations". - Ini. State
The initial state with which an instance should be persisted at the time of its creation. - Cont. Rep.
Content repository used to store documents that enter, are generated, or exit the instances of the business unit in question. This content repository must be defined through transaction OAC0. This configuration is related to "Configuration of External Document Types". - Final Step Manual
Class that implements the logic for manually executing the finalization of an instance of a process by a user from the monitor. This class should implement the interface /EDGE/IF_FC_INTERPRE_STEP.
Actualmente, se tiene la implementación estándar Currently, there is a standard implementation /EDGE/CL_FC_EXT_STEP_END_PROC.
A continuación, se muestra un ejemplo de la configuración:
An example of the configuration is shown below: