SAP TYPES IMPLICIT ABAP Statements
Get Example source ABAP code based on a different SAP table
ABAP_SYNTAX_OBS
$| ${ dtype(len) $}
$| ${ dtype LENGTH len $}
$| ${ dtype TYPE c$|n$|p$|x $}
$| ${ dtype(len) TYPE p$}
$| ${ dtype TYPE p LENGTH len$}
$| ${ dtype TYPE p DECIMALS dec$}.>
What does it do?
Obsolete short forms of the statement
Latest notes:
For reasons of readability, all additions should be specified completely.
ABAP_HINT_END
ABAP_EXAMPLE_BAD
ABEXA 00722
ABAP_EXAMPLE_END
ABAP_EXAMPLE_GOOD
ABEXA 00723
ABAP_EXAMPLE_END
Return to menu