SAP METHODS FOR BEHAVIOR ABAP Statements
Get Example source ABAP code based on a different SAP table
• FOR BEHAVIOR METHODS (obsolete)
ABAP_SYNTAX
$| ${ METHODS modify FOR BEHAVIOR ... $}
$| ${ METHODS lock FOR BEHAVIOR ... $}>
What does it do?
Obsolete declaration of
Instead the following declarations should be used:
Here, the name of the method is not prescribed. The meaning of the methods is defined by the addition
Return to menu