Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

Transaction /EDGE/FC_SPRO → Settings → Configuration folder "General parameters".

...

  • Business Object of the whole process (Column "Object type")
    Set fixed "/EDGE/FCBO".

  • Log level (Column "Log level")
    Corresponds to the log level to be persisted in the technical log of the product processes. This setting can be overwritten in each of the interpretersbusiness objects; however, if the parameter is not set in any interpreterbusiness object, then it applies to that interpreterbusiness object.
    Possible values are:
    • 1 → All types of messages are saved.
    • 2 → Only message types S, W, E are saved.
    • 3 → Only message types W, E are saved.
    • 4 → Only E message types are saved.

  • ID Product ("ID Product" column)
    Corresponds to the same product ID as the one under which the licence was installed in the step "Installing the licence". 

  • Class for external file uploading (Column "External file receiving implementation")
    This parameter is optional, and is used to assign the class that is able to receive files externally to start the b+ Core Framework processes, without knowing to which interpreters business objects each of the files belong. This class must implement the /EDGE/IF_FC_START_PROCESS_EXT interface.
    This class has the responsibility to start the b+ Core Framework processes using the interpreter business object corresponding to each of the incoming files.
    In case there is a scenario in which it is not possible to 'hard-code' the interpreter business object that will be executed, it is recommended to configure the class /EDGE/CL_FC_START_PROCESS_EXT in this field and set up the entire module for automatic interpreter business object determination.

Example of the configuration for these parameters:

...