Add Cus Fields
Add Cus Fields
need to
follow these steps:
Additional Notes:
The CDS view extension should be of the consumption type and can be annotated with VDM.viewExtension : true to
support further extensions.
If you are working within the Output Parameter Determination (OPD) framework, ensure your custom fields are also
integrated there for full processing
For release strategy or workflow scenarios, you may need to map BRF+ functions to characteristics and classes accordingly
In summary, the key is to extend the underlying data structure (usually via CDS view extension), refresh the BRF+ decision table
bindings, add the custom fields as columns, and handle any required data population via exits or helper methods before the BRF+
logic executes.
This approach is confirmed by SAP community discussions and technical blogs where users have successfully added custom fields
to BRF+ decision tables by enhancing CDS views and structures, refreshing bindings, and implementing necessary data
provisioning logic.