SADLSTLIS2 SAP (CAS: Fields Relevant to LIS - Address List From KNVK) Structure details

Dictionary Type: Structure
Description: CAS: Fields Relevant to LIS - Address List From KNVK




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




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

SADLSTLIS2 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 "CAS: Fields Relevant to LIS - Address List From KNVK" 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_SADLSTLIS2 TYPE SADLSTLIS2.

The SADLSTLIS2 table consists of various fields, each holding specific information or linking keys about CAS: Fields Relevant to LIS - Address List From KNVK data available in SAP. These include FAMST (Marital Status Key), PARGE_LIS (Partner's gender), ABTNR (Department number), PAFKT (Contact person function).. 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)


SAP SADLSTLIS2 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
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

Key field Non-key field



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

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

How to access SAP table SADLSTLIS2

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