Get Example source ABAP code based on a different SAP table
RAP VERSION 5 IN
RAP response parameter Implicit changing parameters of RAP handler methods and RAP saver methods (implicitly) typed with the BDEF derived type ... TYPE RESPONSE FOR .... Depending on the RAP handler or saver method, the signatures of the individual methods can include all of the following three formal parameters mapped, failed and reported, a subset or none of them. The names of the parameters are predefined. They are used to provide a RAP BO consumer with information by a RAP BO provider. Parameters:
failed: Information for identifying the data set for which an error occurred in a RAP operation
reported: Used to exchange messages (for example, error messages) for each entity defined in the BDEF and not related to a specific entity.
mapped: Used to provide mapping information on RAP BO instances, for example, which key values were created for given content IDs ( %cid).