Transaction / EDGE / FC_SPRO → Configuration folder "Automatic determination of interpreter".
...
The fields that comprise the configuration of an automatic determination are defined below:
- ID.Det.Int
Unique identification of the Business Unit´s determination. - Name of the determination
Business Unit determination name. - BU ID
Business Unit that will be assigned in case this determination results in true. - Sec.Deter.
Sequence for execution of the determination. This field tells the order which the system must execute the determination. The system stops when some returns true or when in the end none returned true. - Dete. type
Indicates logic type that will be used for the determination of the Business Unit. There are four types of logic that can be assigned:- C → for Class:
It indicates that the logic of the determination is made through a class that implements the interface / EDGE / IF_FC_DETERMINE_INTERPRE. - T → for Table/Field structure:
It indicates that the logic of the determination is made through the configurations that are entered in the options that are inside this folder; which correspond to verify if in the context of the beginning of the process there is an internal table or structure with the name configured and whose field or fields have some value of those that are configured here: - X → for XML scheme:
Not in use. - Y → mixed for Table/Field structure and Class:
It corresponds to the determination using first the type T and if this one gives a true as result, it proceeds to verify by the type C; if at the end both result in true, the final result of the determination will be true, otherwise it will be false.
- C → for Class:
- ABAP Class
Class that implements the logic of the determination. It is only used if it has been marked as determination type C or Y. You have to implement the interface / EDGE / IF_FC_DETERMINE_INTERPRE. - External document type
It is only used if it has been marked as determination type X. Not in use. - XML interface definition
It is only used if it has been marked as determination type X. Not in use. - Method with the definition of XML
It is only used if it has been marked as determination type X. Not in use.
The customizing for issued invoices is:
...