Naming Parameters in the BOR
Process Flow
You can now assign names to the individual method parameters in the Business Object Repository (BOR).
These names are based on the names of the parameters in the function module that you assigned in
Naming Parameters in the Function Module.When naming BAPI parameters in the BOR follow the guidelines below:
Programming Standardized Parameters.
If you create your BAPI in the BOR using the BOR/BAPI Wizard, the Wizard uses the parameter names in the function module as the default names of the method parameters. For information about the BOR/BAPI Wizard see
Defining Methods in the BOR Using the BOR/BAPI Wizard.

In the example in the previous steps, four parameters for one BAPI were identified and the names of these parameters specified in the function module.
The table below shows what the parameter names could look like in the function module and in the BOR.
Parameters and their Names in the Function Module and in the BOR
Contents |
Name in Function Module |
Name in the BOR |
Company code |
COMPANYCODE |
CompanyCode |
Detailed data of company code |
COMPANYCODEDETAIL |
CompanyCodeDetail |
Address data of company code |
COMPANYCODEADDRESS |
CompanyCodeAddress |
Return Parameters |
RETURN |
Return |