Start of Content Area

This graphic is explained in the accompanying text Example: BOR and Function Module Parameters  Locate the document in its SAP Library structure

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

 

Note

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).