Get Example source ABAP code based on a different SAP table
• %perm ABAP_BDEF_DER_TYP_COMP
%perm>
ABAP_USE %perm> is a component group> in BDEF derived types>. It is used to summarize the permissions in nested structures under a single name. Type> The components of %perm> are nested structures that comprise those elements for which permissions can be retrieved. Where used> The component group can occur in the following type declarations of TYPE STRUCTURE FOR ...>>:
PERMISSIONS RESULT>
ABAP_EXAMPLE_ABEXA The example BDEF Derived Type Components in the Context of Requesting Permissions> demonstrates the use of various BDEF derived type components and touches upon %perm> with a managed RAP BO. ABAP_EXAMPLE_END