SAP CALL METHOD METH IDENT STAT ABAP Statements
Get Example source ABAP code based on a different SAP table
ABAP_SYNTAX
ABAP_ALTERNATIVES:
1
2
3
What does it do?
These names are used for to specify methods statically, where
Latest notes:
The name of a method can be the name of the method declared in
NON_V5_HINTS
ABAP_HINT_END
ABAP Alternative 1
What does it do?
Can be specified in method implementations for any method
ABAP_EXAMPLE_VX5
Call of method
ABEXA 00064
ABAP_EXAMPLE_END
ABAP Alternative 2
What does it do?
Can be specified in processing blocks in which any method
This applies to both
ABAP_EXAMPLE_VX5
Call of the instance method
ABEXA 00065
ABAP_EXAMPLE_END
ABAP Alternative 3
What does it do?
Can be specified in processing blocks in which a
ABAP_EXAMPLE_VX5
Call of the static method
ABEXA 00066
ABAP_EXAMPLE_END
Return to menu