MCADRLST SAP (SD/CAS: SIS Address List Communication Structure) Structure details

Dictionary Type: Structure
Description: SD/CAS: SIS Address List Communication Structure




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




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

MCADRLST 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 "SD/CAS: SIS Address List Communication Structure" 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_MCADRLST TYPE MCADRLST.

The MCADRLST table consists of various fields, each holding specific information or linking keys about SD/CAS: SIS Address List Communication Structure data available in SAP. These include VERSION (Version number), ERDAT (Date on Which Record Was Created), KTOKD (Customer Account Group), DEAR1 (Indicator: Competitor).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MCADRLST structure 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
VBELNSD document no. of a sales activity in sales support CAS_VBELNCHAR10Assigned to domainALPHAVBELNVCA
VERSIONVersion number CASVERSIONNUMC4NUM04
ERDATDate on Which Record Was Created ERDATDATS8DATUM
KTOKDCustomer Account Group KTOKDCHAR4Assigned to domainKTOKDKGD
DEAR1Indicator: Competitor DEAR1CHAR1XFELD
DEAR2Indicator: Sales partner DEAR2CHAR1XFELD
DEAR3Indicator: Sales prospect DEAR3CHAR1DEAR3
DEAR4Indicator for customer type 4 DEAR4CHAR1XFELD
BRSCHIndustry key BRSCHCHAR4Assigned to domainBRSCH
BRAN1Industry Code 1 BRAN1_DCHAR10Assigned to domainBRACO
BRAN2Industry code 2 BRAN2CHAR10Assigned to domainBRACO
BRAN3Industry code 3 BRAN3CHAR10Assigned to domainBRACO
BRAN4Industry code 4 BRAN4CHAR10Assigned to domainBRACO
BRAN5Industry code 5 BRAN5CHAR10Assigned to domainBRACO
NIELSNielsen ID NIELSCHAR2Assigned to domainNIELS
KUKLACustomer classification KUKLACHAR2Assigned to domainKUKLA
GFORMLegal status GFORMCHAR2Assigned to domainGFORM
KATR1Attribute 1 KATR1CHAR2Assigned to domainATTR1
KATR2Attribute - 2 KATR2CHAR2Assigned to domainATTR2
KATR3Attribute 3 KATR3CHAR2Assigned to domainATTR3
KATR4Attribute 4 KATR4CHAR2Assigned to domainATTR4
KATR5Attribute 5 KATR5CHAR2Assigned to domainATTR5
KATR6Attribute 6 KATR6CHAR3Assigned to domainATTR6
KATR7Attribute 7 KATR7CHAR3Assigned to domainATTR7
KATR8Attribute 8 KATR8CHAR3Assigned to domainATTR8
KATR9Attribute 9 KATR9CHAR3Assigned to domainATTR9
KATR10Attribute 10 KATR10CHAR3Assigned to domainATTR10
PAVIPVIP Partner PAVIPCHAR1Assigned to domainPAVIP
FAMSTMarital Status Key FAMSTCHAR1Assigned to domainFAMST
PARGE_LISPartner's gender PARGECHAR1GESCH
ABTNRDepartment number ABTNRCHAR4Assigned to domainABTNR
PAFKTContact person function PAFKTCHAR2Assigned to domainPAFKT
PARVOPartner's Authority PARVOCHAR1Assigned to domainPARVO
AKVERBuying habits AKVERCHAR2Assigned to domainAKVER
PARH1Contact person: Attribute 1 PAAT1CHAR2Assigned to domainPARHO
PARH2Contact person: Attribute 2 PAAT2CHAR2Assigned to domainPAAT2
PARH3Contact person: Attribute 3 PAAT3CHAR2Assigned to domainPAAT3
PARH4Contact person: Attribute 4 PAAT4CHAR2Assigned to domainPAAT4
PARH5Contact person: Attribute 5 PAAT5CHAR2Assigned to domainPAAT5
PAKN1Contact person: Attribute 6 PAAT6CHAR3Assigned to domainPAAT6
PAKN2Contact person: Attribute 7 PAAT7CHAR3Assigned to domainPAAT7
PAKN3Contact person: Attribute 8 PAAT8CHAR3Assigned to domainPAAT8
PAKN4Contact person: Attribute 9 PAAT9CHAR3Assigned to domainPAAT9
PAKN5Contact person: Attribute 10 PAAT0CHAR3Assigned to domainPAAT0
PSTLZ_LISPostal Code PSTLZCHAR10PSTLZ
PSTL2_LISP.O. Box Postal Code PSTL2CHAR10PSTLZ
PSTL_LISPostal code of city or PO box PSTL_LISCHAR10PSTLZ
LAND1_LISCountry Key LAND1CHAR3Assigned to domainLAND1LND
REGIO_LISSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
CNT_ADR_TOCounter: Total no. addresses in address list CNT_ADR_TOINT410INT4

Key field Non-key field



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

As MCADRLST 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 MCADRLST as there is no data to select.

How to access SAP table MCADRLST

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