SAP BDL STRICT 1
Get Example source ABAP code based on a different SAP table
ABAP_RAP -
ABAP_SYNTAX
strict;
...>
What does it do?
The addition
A complete list of additional syntax requirements in BDEF strict mode is provided in the development guide for the ABAP RESTful Application Programming Model, section
Related information:
ABAP_EXAMPLE_VX5 - Managed
The following RAP behavior definition demonstrates the syntax for enabling strict mode. It is mandatory that the keyword
In this example, strict mode enforces
ABAP_NOTE This example is intentionally kept short and simple and serves demonstration purposes only. The
BDEF DEMO_RAP_STRICT
ABAP_EXAMPLE_END
ABAP_EXAMPLE_VX5 - Unmanaged
The following RAP behavior definition shows an unmanaged BDEF with strict mode. It is mandatory that the keyword
In this example, strict mode enforces the following:
ABAP_NOTE This example is intentionally kept short and simple and serves demonstration purposes only. The
BDEF DEMO_UNMANAGED_ROOT_STRICT
ABAP_EXAMPLE_END