SAP DERIVED TYPES FAIL ABAP Statements



Get Example source ABAP code based on a different SAP table
  


• %fail ABAP_BDEF_DER_TYP_COMP

%fail

ABAP_USE
%fail is a component of BDEF derived types. It is used as a component of the FAILED RAP response parameter.
%fail itself is a structure that stores the symptom of a failed RAP BO instance in the component cause). The values of the failure cause (for example, NOT_FOUND for untraceable entries) are defined in the interface IF_ABAP_BEHV: IF_ABAP_BEHV=>T_FAIL_CAUSE.
Type
%fail-cause has the following type: Type T_FAILINFO of interface IF_ABAP_BEHV.