SAP CMS_STR_BUS020_DAT_620 CMS Structure for BP:Address(Ext.)(SAP_ABA620) Table data and field list

CMS_STR_BUS020_DAT_620 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "CMS Structure for BP:Address(Ext.)(SAP_ABA620)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CMS_STR_BUS020_DAT_620 TYPE CMS_STR_BUS020_DAT_620.

The CMS_STR_BUS020_DAT_620 table consists of various fields, each holding specific information or linking keys about CMS Structure for BP:Address(Ext.)(SAP_ABA620) data available in SAP. These include ADEXT (Address number in external system), DATE_FROM (Valid-from date - in current Release only 00010101 possible), NATION (Version ID for International Addresses), GUID (UUID in character form)... 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. .

CMS_STR_BUS020_DAT_620 structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CMS_STR_BUS020_DAT_620 structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the CMS_STR_BUS020_DAT_620 table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
XDFADRIndicator: Address is standard address BU_XDFADRCHAR1XFELD
ADEXTAddress number in external system BU_ADEXTCHAR20BU_ADEXT
DATE_FROMValid-from date - in current Release only 00010101 possible AD_DATE_FRDATS8DATUM
NATIONVersion ID for International Addresses AD_NATIONCHAR1Assigned to domainAD_NATIONADDRESS_NATION
GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
ADDRESS_GUIDGUID of a Business Partner Address BU_ADDRESS_GUIDRAW16SYSUUID

Key field Non-key field



How do I retrieve data from SAP structure CMS_STR_BUS020_DAT_620 using ABAP code?

As CMS_STR_BUS020_DAT_620 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CMS_STR_BUS020_DAT_620 as there is no data to select.

How to access SAP table CMS_STR_BUS020_DAT_620

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

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