SAP METHODS FOR EVENT RAP OBS ABAP Statements



Get Example source ABAP code based on a different SAP table
  


• FOR EVENT, FOR METHODS (obsolete)

METHODS, FOR EVENT, FOR

ABAP_SYNTAX
METHODS ... FOR EVENT ... FOR ...


What does it do?
Obsolete declaration of ABP handler methods in the handler class of an ABAP behavior pool.
The declaration METHODS ... FOR ENTITY EVENT ... FOR ... should be used.

Return to menu