SAP BDL STRICT 2
Get Example source ABAP code based on a different SAP table
ABAP_RAP -
strict(2);
...>
What does it do?
The addition
Strict mode version 2 must always appear as the second line in a
Strict mode version 2 applies all checks from strict mode version 1, plus some additional syntax checks.
A complete list of additional syntax requirements in BDEF strict mode version 2 is provided in the development guide for the ABAP RESTful Application Programming Model, section
Related information:
ABAP_EXAMPLE_VX5
The following RAP behavior definition
ABAP_NOTE This RAP behavior definition demonstrates the design of a released API, but it is not actually released for C0.
ABAP_NOTE This example is intentionally kept short and simple and serves demonstration purposes only. The
BDEF DEMO_RAP_BASE_DET_VAL
ABAP_EXAMPLE_END