HRDEBW_DSLW_OUT01 SAP (Data Record: DSLW (Data Exchange Statements of Earnings)) Structure details

Dictionary Type: Structure
Description: Data Record: DSLW (Data Exchange Statements of Earnings)




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




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

HRDEBW_DSLW_OUT01 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 "Data Record: DSLW (Data Exchange Statements of Earnings)" 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_HRDEBW_DSLW_OUT01 TYPE HRDEBW_DSLW_OUT01.

The HRDEBW_DSLW_OUT01 table consists of various fields, each holding specific information or linking keys about Data Record: DSLW (Data Exchange Statements of Earnings) data available in SAP. These include VF (Procedure), BBNRAB (Company Number of Creator), BBNREP (Company Number of Recipient), VERNR (Version Number of Data Record).. 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: Cannot Be Enhanced


SAP HRDEBW_DSLW_OUT01 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
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
RESERVE01Reserve Field of Length 3 P01W_CHAR3CHAR3TEXT3
GDReason for Statutory Payment P01W_GDNUMC2NUMC02
RESERVE02Reserve Field of Length 3 P01W_CHAR3CHAR3TEXT3
MMMEData Module DBKR Exists P01W_MMMECHAR1TEXT1
MMNAData Module DBNA Available P01W_MMNACHAR1TEXT1
RESERVE03Reserve Field of Length 1 P01W_CHAR1CHAR1TEXT1
MMANData Module DBAN Available P01W_MMANCHAR1TEXT1
MMKIData Module DBEK Exists P01W_MMKICHAR1TEXT1
MMMUData Module DBMU Exists P01W_MMMUCHAR1TEXT1
MMVOData Module DBVO Exists P01W_MMVOCHAR1TEXT1
RESERVE04Reserve Field of Length 13 P01W_CHAR13CHAR13TEXT13

Key field Non-key field



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

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

How to access SAP table HRDEBW_DSLW_OUT01

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