SAP BEHAVIOR POOL - Glossary



Get Example source ABAP code based on a different SAP table
  


RAP
VERSION 5 IN
VERSION X IN

ABAP behavior pool
ABP for short. A special class pool for an ABAP behavior implementation. A behavior pool is based on a RAP behavior definition. The name of the global class of a behavior pool is usually prefixed with BP_ but does not implement the behavior itself. The behavior implementation is coded in local ABP handler classes and ABP saver classes in the CCIMP include of the behavior pool. These classes implement the unmanaged RAP BO provider that is called by the RAP runtime engine when the RAP BO is accessed.
ABAP_MORE_INFO