...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Transaction /EDGE/FC_
...
...
SPRO → Configuration Folder "Business object", and all the subfolders within it.
The first configuration for the interpreters is related to their creation. To create or modify an interpreter, you must fill in the following fields:
- Id. Intérp
Código o identificación única del intérpreteCode or unique identifier of the business object. - Nombre del intérprete
Nombre o descripción del intérpreteName or description of the business object. - Inicio Aut
Indicador si intérprete inicia automáticamente a través Indicator if the business object starts automatically through a JOB. - Canal entrada
Canal responsable de obtener la información para iniciar las instancias para este intérpreteThe channel responsible for obtaining the information to initiate instances for this business object. - Canal salida
Opcional. Canal responsable en enviar información a sistemas externos que participan en el flujo de los procesos. Como se mencionó en la configuración de canales, este tipo de canales no es muy común que se desarrollen o configuren, ya que las salidas del proceso podrían tener diferentes protocolos de comunicación o en algunas ocasiones los procesos no necesitan comunicarse de forma externa.
Tipo objeto
Este tipo de objeto corresponde al Business Object desde donde proviene el intérprete o a donde va a llegar el intérprete. La explicación se encuentra relacionada en el capítulo de "Configuración de Business Objects aceptados". En este campo, solo se permite seleccionar de los Business Objects que previamente se configuraron.
Clase ABAP
Corresponde a la implementación de ejecución del intérprete. Actualmente, se tiene una implementación estándar que cumple con las reglas definidas para el orquestador. Estas reglas son las que se están indicando a la largo de los capítulos de esta guía. Si se requiere cambiar el funcionamiento de las reglas para un intérprete en particular, entonces se debería hacer otra implementación, la cual debe implementar la interfaz 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. - Tipo objeto
This type of object corresponds to the Business Object from which the interpreter comes or where the interpreter 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. - Clase ABAP
Corresponds to the execution implementation of the interpreter. 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 interpreter, 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 "TransformacionesIndicates the input XML transformation associated with the interpreter. This transformation must be defined in "Transformations". - 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 The initial state with which an instance should be persisted at the time of its creation. - ContRep
Content repository used to store documents that enter, are generated, or exit the instances of the interpreter in question. This content repository must be defined through transaction OAC0. This configuration is related to "Configuration of External Document Types". - Paso final 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ónAn example of the configuration is shown below: