Symptom
The field identifiers in Manage Business Configuration (BCUI) differ from the Property Names in the OData API Data Dictionary. This can make it challenging to map fields accurately between the two tools. This article provides tips to help you identify which field in BCUI corresponds to the OData API Data Dictionary.
Resolution
To accurately match fields between BCUI and the OData API Data Dictionary, follow these guidelines:
Identifier Mapping
- In the OData API Data Dictionary, Property Names do not include hyphens (-).
- Therefore, the Property Name is the same as the BCUI identifier but without the hyphen.
- Example:
- BCUI identifier: birth-name
- OData Property Name: birthName
Label Matching
- You can also match fields using their labels, as the labels are identical in both BCUI and the OData API Data Dictionary.
- Example
- BCUI label: Birth Name
- OData label: Birth Name
By recognizing that OData Property Names exclude hyphens and that field labels remain consistent across both tools, you can effectively map fields between Manage Business Configuration (BCUI) and the OData API Data Dictionary. This ensures accuracy and consistency in your data integration and reporting tasks.
Keywords
bcui, identifier, label, property name, external code, manage business configuration, dictionary, odata api, odata api data dictionary , KBA , LOD-SF-INT-ODATA , OData API Framework , How To
SAP Knowledge Base Article - Public