Transaction /EDGE/FC_SPRO -> Configuration Folders "Business Units" -> "Business Unit parameters"
...
The columns that need to be configured are:
- Parameter
This corresponds to the name of the parameter or constant. Usually, this value is in a class called "Constants" as a constant attribute.
Example:
- Value
Corresponds to the value of the parameter.
The way to obtain these constants from ABAP code is as follows:
Assuming that the parameter pc_context is present in all methods of the executing step.
...