SAP ABAP BEHAVIOR POOLS



Get Example source ABAP code based on a different SAP table
  



ABAP Behavior Pools ( ABAP_BP )
The ABAP behavior pool (ABP) is a special class pool for an ABAP behavior implementation and based on a RAP behavior definition (BDEF) . The global class of the behavior pool does not implement the behavior itself. Instead, the behavior implementation is coded in one or more local RAP handler classes and one RAP saver class in the CCIMP include of the behavior pool. These classes provide the unmanaged parts that are called by the RAP runtime engine when the RAP BO is accessed.
SUBNODES