Example: BOR and Function Module Parameters
The table below shows what the parameter names could look like in the function module and in the BOR.
Contents |
Name in Function Module |
Name in the BOR |
Airline code |
AIRLINEID |
AirlineID |
Additional flight data |
ADDITIONAL_INFO |
AdditionalInfo |
Return Parameters |
RETURN |
Return |

To differentiate between the parts of parameter names, the BOR uses both lower and upper case letters. The Function Builder does not differentiate between upper- and lower-case letters, which is why we recommend that you use underscores ("_") to differentiate between the name parts (ADDITIONAL_INFO, for example). Note that for key fields the name in the BOR must be identical to the corresponding parameter in the function module. That is why underscores are not permitted in the parameter name in the function module (BOR: AirlineID, Function Builder: AIRLINEID, for example).