Ansicht
Dokumentation

ABENDDICDDL_DEFINE_TABLE_SRPRPS - DDICDDL DEFINE TABLE SRPRPS

ABENDDICDDL_DEFINE_TABLE_SRPRPS - DDICDDL DEFINE TABLE SRPRPS

ABAP Short Reference   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

- DEFINE TABLE, geo_annos

@AbapCatalog.geo.spatialRefSystem : 'id'

Effect

Specifies a special property for table fields with the geodata type GEOM_EWKB.

Currently, the annotation @AbapCatalog.geo.spatialRefSystem is possible. This annotation is used to specify the ID id of a spatial reference system as an integer value in quotation marks. If the annotation is not specified when the DDIC database table (or DDIC structure) is specified, the default value 0 is used implicitly and the annotation inserted accordingly. The spatial reference system can no longer be modified after activation.

Notes

  • Spatial reference systems are not managed by ABAP. A spatial reference system that is available in one system is not necessarily available in a follow-up system.

Example

Annotation @AbapCatalog.geo.spatialRefSystem for a table field LOCATION of a DDIC database table.

...
define table ... {
  ...
  @AbapCatalog.geo.spatialRefSystem : '4326'
  location  : abap.geom_ewkb;
  ...
}






ROGBILLS - Synchronize billing plans   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

Length: 2264 Date: 20240329 Time: 003258     sap01-206 ( 33 ms )