/DSD/RP_DEBGEO SAP (Customer's Geo-Coordinates) Table details

Dictionary Type: Table
Description: Customer's Geo-Coordinates




ABAP Code to SELECT data from /DSD/RP_DEBGEO
Related tables to /DSD/RP_DEBGEO
Access table /DSD/RP_DEBGEO




Table field list including key, data, relationships and ABAP select examples

/DSD/RP_DEBGEO is a standard SAP Table which is used to store Customer's Geo-Coordinates data and is available within R/3 SAP systems depending on the version and release level.

The /DSD/RP_DEBGEO table consists of various fields, each holding specific information or linking keys about Customer's Geo-Coordinates data available in SAP. These include KUNNR (Customer Numbers), LONGITUDE (Geo location longitude), LATITUDE (Geo location latitude), PRECISID (Precision (street, postal code, ...) of a Geo location).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /DSD/RP_DEBGEO table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
LONGITUDEGeo location longitude GEOLONDEC15(12) GEOLONLAT
LATITUDEGeo location latitude GEOLATDEC15(12) GEOLONLAT
PRECISIDPrecision (street, postal code, ...) of a Geo location GEOPRECISNUMC4D_GEOPREC
AEDATChanged On AEDATDATS8DATUM
AEZETTime last change was made AEZETTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



How do I retrieve data from SAP table /DSD/RP_DEBGEO using ABAP code

The following ABAP code Example will allow you to do a basic selection on /DSD/RP_DEBGEO to SELECT all data from the table
DATA: WA_/DSD/RP_DEBGEO TYPE /DSD/RP_DEBGEO.

SELECT SINGLE *
FROM /DSD/RP_DEBGEO
INTO CORRESPONDING FIELDS OF WA_/DSD/RP_DEBGEO
WHERE...

How to access SAP table /DSD/RP_DEBGEO

Within an ECC or HANA version of SAP you can also view further information about /DSD/RP_DEBGEO and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!