Get Example source ABAP code based on a different SAP table
ABAP Dictionary in ABAP Release 7.54 ITOC
ABAP_MODIFICATION_NN New Built-In Data Types>
The following new built-in data types > were introduced in ABAP Dictionary:
Decimal floating point numbers>
DECFLOAT16>>
DECFLOAT34>>
Date fields, time fields, and time stamp fields>
DATN>>
TIMN>>
UTCLONG>>
Geodata types>
GEOM_EWKB>> These data types are currently only supported by SAP HANA databases. These types can be mapped to HANA-specific data types but not to other vendor-specific data types. ABAP-managed database objects> where these types are used can only be created on SAP HANA databases.
ABAP_MODIFICATION_NN Flagging of Obsolete Data in Check Tables>
A special column can be used to flag obsolete data> in check tables. This flag modifies input checks> and input help> in dynpros and Web Dynpros. This flag was ported back to all releases including ABAP_RELEASE 7.40. BEGIN_SECTION SAP_INTERNAL_HINT See also SAP Note 2708906. END_SECTION SAP_INTERNAL_HINT
ABAP_MODIFICATION_NN Dynamic Cached Views>
Dynamic cached views> are a kind of HANA tuning object> defined using the statement DEFINE DYNAMIC CACHE>>. A dynamic cache is a DDIC integration of an SAP HANA Dynamic Result Cache>>.