SAP EML RESPONSES ABAP Statements



Get Example source ABAP code based on a different SAP table
  



response_param, Nondynamic Forms of ABAP_EML Statements

ABAP_SYNTAX
... $[FAILED failed_resp$]
$[MAPPED mapped_resp$]
$[REPORTED reported_resp$] ...

What does it do?
Used for RAP responses in the context of nondynamic (i. e. short or long) forms of ABAP_EML statements, for example, MODIFY ENTITY or MODIFY ENTITIES. All variants can be used together where possible. The operands failed_resp, mapped_resp and reported_resp after the respective ABAP word represent deep structures that must be typed with the BDEF derived type TYPE RESPONSE FOR. These structures can be constructed inline using the declaration operators DATA and FINAL .
The deep structures contain one internal table as nested component for each entity of the RAP BO. Therefore, all information on all entities of a RAP BO can be retrieved at once.