KMS_ADDRESS SAP (CRM Middleware Key Mapping Service: Key mapping of addresses) Table details

Dictionary Type: Table
Description: CRM Middleware Key Mapping Service: Key mapping of addresses




ABAP Code to SELECT data from KMS_ADDRESS
Related tables to KMS_ADDRESS
Access table KMS_ADDRESS




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

KMS_ADDRESS is a standard SAP Table which is used to store CRM Middleware Key Mapping Service: Key mapping of addresses data and is available within R/3 SAP systems depending on the version and release level.

The KMS_ADDRESS table consists of various fields, each holding specific information or linking keys about CRM Middleware Key Mapping Service: Key mapping of addresses data available in SAP. These include GLOBAL_KEY (Global key (16 byte GUID)), SITE_ID (Site ID of the 'home' of the local key), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), LOCAL_KEY (Local Address Key).. 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: Not classified


SAP KMS_ADDRESS 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GLOBAL_KEYGlobal key (16 byte GUID) KMS_GLOKEYRAW16KMS_GUID16
SITE_IDSite ID of the 'home' of the local key KMS_SITEIDRAW16KMS_GUID16
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) KMS_TMSTMPDEC15TSTPSBCOS_TSTMP
LOCAL_KEYLocal Address Key CRMT_KMS_ADDRESS_LOCALKEYCHAR32CRMT_KMS_ADDRESS_LOCALKEY

Key field Non-key field



How do I retrieve data from SAP table KMS_ADDRESS using ABAP code

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

SELECT SINGLE *
FROM KMS_ADDRESS
INTO CORRESPONDING FIELDS OF WA_KMS_ADDRESS
WHERE...

How to access SAP table KMS_ADDRESS

Within an ECC or HANA version of SAP you can also view further information about KMS_ADDRESS 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!