CNVTDMS_11_SCADR SAP (Scrambling Addresses) Table details

Dictionary Type: Table
Description: Scrambling Addresses




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




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

CNVTDMS_11_SCADR is a standard SAP Table which is used to store Scrambling Addresses data and is available within R/3 SAP systems depending on the version and release level.

The CNVTDMS_11_SCADR table consists of various fields, each holding specific information or linking keys about Scrambling Addresses data available in SAP. These include ADDRNUMBER (Address number), TITLE (Form-of-Address Key), NAME1 (Name 1), NAME2 (Name 2).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNVTDMS_11_SCADR 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 MANDTCLNT3T000MANDT
ADDRNUMBERAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
TITLEForm-of-Address Key AD_TITLECHAR4Assigned to domainAD_TITLE
NAME1Name 1 AD_NAME1CHAR40TEXT40
NAME2Name 2 AD_NAME2CHAR40TEXT40
NAME3Name 3 AD_NAME3CHAR40TEXT40
NAME4Name 4 AD_NAME4CHAR40TEXT40
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
CITY2District AD_CITY2CHAR40TEXT40CITY_PART
HOME_CITYCity (different from postal city) AD_CITY3CHAR40TEXT40
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
POST_CODE2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
POST_CODE3Company Postal Code (for Large Customers) AD_PSTCD3CHAR10CHAR10
PO_BOXPO Box AD_POBXCHAR10CHAR10
PO_BOX_LOCPO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
PO_BOX_REGRegion for PO Box (Country, State, Province, ...) AD_POBXREGCHAR3Assigned to domainREGIO
PO_BOX_CTYPO box country AD_POBXCTYCHAR3Assigned to domainLAND1
POSTALAREA(Not Supported) Post Delivery District AD_PSTLARCHAR15TEXT15
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
REGIONSTATE (State, Province, County) REGIOCHAR3T005SREGIO
SORT1Search Term 1 AD_SORT1CHAR20CHAR20
SORT2Search Term 2 AD_SORT2CHAR20CHAR20
TEL_NUMBERFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
TEL_EXTENSFirst Telephone No.: Extension AD_TLXTNS1CHAR10CHAR10
FAX_NUMBERFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
FAX_EXTENSFirst fax no.: extension AD_FXXTNS1CHAR10CHAR10
MC_NAME1Name (field NAME1) in upper case for matchcode AD_MC_NAMECHAR25CHAR25
MC_CITY1City name in upper case for search help AD_MC_CITYCHAR25CHAR25
MC_STREETStreet name in upper case for search help AD_MC_STRTCHAR25CHAR25
TAXJURCODETax Jurisdiction AD_TXJCDCHAR15AD_TXJCDTXJ
SMTP_ADDRE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVTDMS_11_SCADR
INTO CORRESPONDING FIELDS OF WA_CNVTDMS_11_SCADR
WHERE...

How to access SAP table CNVTDMS_11_SCADR

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