P01W_DSLW SAP (Data Module: General Information) Table details

Dictionary Type: Table
Description: Data Module: General Information




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




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

P01W_DSLW is a standard SAP Table which is used to store Data Module: General Information data and is available within R/3 SAP systems depending on the version and release level.

The P01W_DSLW table consists of various fields, each holding specific information or linking keys about Data Module: General Information data available in SAP. These include PERNR (Personnel Number), MSGID (HR: Notification Type), DATUM (Key Date), MNR (Message Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP P01W_DSLW 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
MANDTClient MANDTCLNT3T000MANDT
PERNRPersonnel Number P01W_PERNRNUMC8Assigned to domainPERSNO
MSGIDHR: Notification Type P01W_MSGIDNUMC4PCAL_MSGID
DATUMKey Date P01W_DATUMDATS8DATS
MNRMessage Number P01W_MNRNUMC4NUMC04
KEIdentification P01W_KENNGCHAR4TEXT04
VFProcedure P01W_VFCHAR5P01W_VF
BBNRABCompany Number of Creator P01W_BBNRABCHAR15TEXT15
BBNREPCompany Number of Recipient P01W_BBNREPCHAR15TEXT15
VERNRVersion Number of Data Record P01W_VERNRNUMC2NUMC02
EDDate on Which Data Record Was Created P01W_EDNUMC20NUMC20
FEKZError Indicator P01W_FEKZNUMC1NUMC01
FEANNumber of Errors P01W_FEANNUMC1NUMC01
KVNRHealth Insurance Number P01W_KVNRCHAR14TEXT14
BBNRVUCompany Number of Notifying Employer P01W_BBNRVUCHAR15TEXT15
AZVUReference of Notifying Employer P01W_AZVUCHAR20TEXT20
BBNRKKCompany Number of Health Insurer Responsible P01W_BBNRKKCHAR15TEXT15
AZKKHealth Insurer Reference P01W_AZKKCHAR20TEXT20
BBNRASCompany Number of Accounting Office P01W_BBNRASCHAR15TEXT15
GDReason for Statutory Payment P01W_GDNUMC2NUMC02
MMMEData Module DBKR Exists P01W_MMMECHAR1TEXT1
MMNAData Module DBNA Available P01W_MMNACHAR1TEXT1
MMANData Module DBAN Available P01W_MMANCHAR1TEXT1
MMKIData Module DBEK Exists P01W_MMKICHAR1TEXT1
MMMUData Module DBMU Exists P01W_MMMUCHAR1TEXT1
MMVOData Module DBVO Exists P01W_MMVOCHAR1TEXT1
GBDTBirth Date of Insured Person P01W_GBDTNUMC8NUMC8
KNZSTReversal Indicator P01W_KNZSTCHAR1TEXT1
MMALDBAL Data Module Exists P01W_MMALCHAR1TEXT1
MMAEDBAE Data Module Exists P01W_MMAECHAR1TEXT1
MMZKDBZK Data Module Exists P01W_MMZKCHAR1TEXT1
MMZEDBZE Data Module Exists P01W_MMZECHAR1TEXT1
MMFZDBFZ Data Module Exists P01W_MMFZCHAR1TEXT1
MMFRDBFR Data Module Exists P01W_MMFRCHAR1TEXT1
MMUNDBUN Data Module Exists P01W_MMUNCHAR1TEXT1

Key field Non-key field



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

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

SELECT SINGLE *
FROM P01W_DSLW
INTO CORRESPONDING FIELDS OF WA_P01W_DSLW
WHERE...

How to access SAP table P01W_DSLW

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