/
Specific configuration for each process/business unit.
Specific configuration for each process/business unit.
Transaction /EDGE/FC_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.
Currently, there is a standard implementation /EDGE/CL_FC_INTERPRE_EXE_GENE. - Transform.
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.
Currently, there is a standard implementation /EDGE/CL_FC_EXT_STEP_END_PROC.
An example of the configuration is shown below:
Avvale 2024