MCADRLSTB is an SAP Structure so does not store data like a database table does but can be used to process "CAS: LIS Address List Reference 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_MCADRLSTB TYPE MCADRLSTB .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
.INCLUDE | MCSUPKZ | Update Indicator for Statistics Updating | ||||
SUPKZ | SUPKZ | CHAR | 1 | Statistics update indicator (post in/post out) | ||
.INCLUDE | MCADRLST | SD/CAS: SIS Address List Communication Structure | ||||
VBELN | CAS_VBELN | CHAR | 10 |
* | SD document no. of a sales activity in sales support | ALPHA |
VERSION | CASVERSION | NUMC | 4 | Version number | ||
ERDAT | ERDAT | DATS | 8 | Date on Which Record Was Created | ||
.INCLUDE | SADLSTLIS | CAS: Address List Fields Relevant for LIS | ||||
.INCLUDE | SADLSTLIS1 | CAS: Fields Relevant to LIS - Address List From KNA1 | ||||
KTOKD | KTOKD | CHAR | 4 |
* | Customer Account Group | |
DEAR1 | DEAR1 | CHAR | 1 | Indicator: Competitor | ||
DEAR2 | DEAR2 | CHAR | 1 | Indicator: Sales partner | ||
DEAR3 | DEAR3 | CHAR | 1 | Indicator: Sales prospect | ||
DEAR4 | DEAR4 | CHAR | 1 | Indicator for customer type 4 | ||
BRSCH | BRSCH | CHAR | 4 |
* | Industry key | |
BRAN1 | BRAN1_D | CHAR | 10 |
* | Industry Code 1 | |
BRAN2 | BRAN2 | CHAR | 10 |
* | Industry code 2 | |
BRAN3 | BRAN3 | CHAR | 10 |
* | Industry code 3 | |
BRAN4 | BRAN4 | CHAR | 10 |
* | Industry code 4 | |
BRAN5 | BRAN5 | CHAR | 10 |
* | Industry code 5 | |
NIELS | NIELS | CHAR | 2 |
* | Nielsen ID | |
KUKLA | KUKLA | CHAR | 2 |
* | Customer classification | |
GFORM | GFORM | CHAR | 2 |
* | Legal status | |
KATR4 | KATR4 | CHAR | 2 |
* | Attribute 4 | |
KATR5 | KATR5 | CHAR | 2 |
* | Attribute 5 | |
KATR6 | KATR6 | CHAR | 3 |
* | Attribute 6 | |
KATR7 | KATR7 | CHAR | 3 |
* | Attribute 7 | |
KATR8 | KATR8 | CHAR | 3 |
* | Attribute 8 | |
KATR9 | KATR9 | CHAR | 3 |
* | Attribute 9 | |
KATR10 | KATR10 | CHAR | 3 |
* | Attribute 10 | |
.INCLUDE | SADLSTLIS2 | CAS: Fields Relevant to LIS - Address List From KNVK | ||||
PAVIP | PAVIP | CHAR | 1 |
* | VIP Partner | |
FAMST | FAMST | CHAR | 1 |
* | Marital Status Key | |
PARGE_LIS | PARGE | CHAR | 1 | Partner's gender | ||
ABTNR | ABTNR | CHAR | 4 |
* | Department number | |
PAFKT | PAFKT | CHAR | 2 |
* | Contact person function | |
PARVO | PARVO | CHAR | 1 |
* | Partner's Authority | |
AKVER | AKVER | CHAR | 2 |
* | Buying habits | |
PARH1 | PAAT1 | CHAR | 2 |
* | Contact person: Attribute 1 | |
PARH2 | PAAT2 | CHAR | 2 |
* | Contact person: Attribute 2 | |
PARH3 | PAAT3 | CHAR | 2 |
* | Contact person: Attribute 3 | |
PARH4 | PAAT4 | CHAR | 2 |
* | Contact person: Attribute 4 | |
PARH5 | PAAT5 | CHAR | 2 |
* | Contact person: Attribute 5 | |
PAKN1 | PAAT6 | CHAR | 3 |
* | Contact person: Attribute 6 | |
PAKN2 | PAAT7 | CHAR | 3 |
* | Contact person: Attribute 7 | |
PAKN3 | PAAT8 | CHAR | 3 |
* | Contact person: Attribute 8 | |
PAKN4 | PAAT9 | CHAR | 3 |
* | Contact person: Attribute 9 | |
PAKN5 | PAAT0 | CHAR | 3 |
* | Contact person: Attribute 10 | |
.INCLUDE | SADLSTLIS3 | CAS: Fields Relevant to LIS - Address List From the Address | ||||
PSTLZ_LIS | PSTLZ | CHAR | 10 | Postal Code | ||
PSTL2_LIS | PSTL2 | CHAR | 10 | P.O. Box Postal Code | ||
PSTL_LIS | PSTL_LIS | CHAR | 10 | Postal code of city or PO box | ||
LAND1_LIS | LAND1 | CHAR | 3 |
* | Country Key | |
CNT_ADR_TO | CNT_ADR_TO | INT4 | 10 | Counter: Total no. addresses in address list | ||
VKORG | VKORG | CHAR | 4 |
* | Sales Organization | |
BUKRS | BUKRS | CHAR | 4 |
* | Company Code |
Key field | |
Non-key field |