Ir al final de los metadatos
Ir al inicio de los metadatos

Estás viendo una versión antigua de esta página. Ve a la versión actual.

Comparar con el actual View Version History

« Anterior Versión 3 Siguiente »

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
    Code or unique identifier of the business object.

  • Nombre del intérprete
    Name or description of the business object.

  • Inicio Aut
    Indicator if the business object starts automatically through a JOB. 

  • Canal entrada
    The channel responsible for obtaining the information to initiate instances for this business object.

  • Canal salida
    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.
    Currently, there is a standard implementation /EDGE/CL_FC_INTERPRE_EXE_GENE.

  • Transform.
    Indicates the input XML transformation associated with the interpreter. This transformation must be defined in "Transformations".

  • Estado in.
    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.
    Currently, there is a standard implementation /EDGE/CL_FC_EXT_STEP_END_PROC.


An example of the configuration is shown below:

  • Sin etiquetas