LWF1_EMP_DETAILS SAP (Structure for LWF Leagal Form) Structure details

Dictionary Type: Structure
Description: Structure for LWF Leagal Form




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




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

LWF1_EMP_DETAILS 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 "Structure for LWF Leagal Form" 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_LWF1_EMP_DETAILS TYPE LWF1_EMP_DETAILS.

The LWF1_EMP_DETAILS table consists of various fields, each holding specific information or linking keys about Structure for LWF Leagal Form data available in SAP. These include EMP_NAME2 (Name 2), STREET2 (House number and street), POST_CODE2 (Postal code), CITY2 (City).. 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 LWF1_EMP_DETAILS 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
EMP_NAME1Name 1 NAME1_BASCHAR35NAME
EMP_NAME2Name 2 NAME2_BASCHAR35NAME
STREET2House number and street STRAS_GPCHAR35TEXT35
POST_CODE2Postal code PSTLZ_BASCHAR10PSTLZ
CITY2City ORT01_GPCHAR35TEXT35
GRAND_TOTALHR Payroll: Amount MAXBTCURR15(2) PRBETRG
GR_TOT_WRDSCharacter field, length 134 CHAR134CHAR134CHAR134
DED_YEARPayroll year for determining time period PNPPABRJNUMC4GJAHRGJAHR
TOTAL_EMPNatural Number INT4INT410INT4
TOTAL_EMP_CONNatural Number INT4INT410INT4
EE_CONHR Payroll: Amount MAXBTCURR15(2) PRBETRG
ER_CONHR Payroll: Amount MAXBTCURR15(2) PRBETRG
AMT_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PNPPABRPDummy for B20 int1 (Local Everywhere) INT1INT13INT1
EECNTR_RTHR Payroll: Amount MAXBTCURR15(2) PRBETRG
ERCNTR_RTHR Payroll: Amount MAXBTCURR15(2) PRBETRG
ESTCD_1Single-Character Indicator CHAR1CHAR1CHAR1
ESTCD_2Single-Character Indicator CHAR1CHAR1CHAR1
ESTCD_3Single-Character Indicator CHAR1CHAR1CHAR1
ESTCD_4Single-Character Indicator CHAR1CHAR1CHAR1
ESTCD_5Single-Character Indicator CHAR1CHAR1CHAR1
ESTCD_6Single-Character Indicator CHAR1CHAR1CHAR1
ESTCD_7Single-Character Indicator CHAR1CHAR1CHAR1
ESTCD_8Single-Character Indicator CHAR1CHAR1CHAR1
ESTCD_9Single-Character Indicator CHAR1CHAR1CHAR1
EST_CLASSCharacter field of length 40 CHAR40CHAR40CHAR40
PAY_MODEChar 15 CHAR15CHAR15CHAR15
SUB_DATECharacter Field Length = 10 CHAR10CHAR10CHAR10
EE_AMTJ1HR Payroll: Amount MAXBTCURR15(2) PRBETRG
EE_AMTJ2HR Payroll: Amount MAXBTCURR15(2) PRBETRG
EE_AMTD1HR Payroll: Amount MAXBTCURR15(2) PRBETRG
EE_AMTD2HR Payroll: Amount MAXBTCURR15(2) PRBETRG
ER_AMTJ1HR Payroll: Amount MAXBTCURR15(2) PRBETRG
ER_AMTJ2HR Payroll: Amount MAXBTCURR15(2) PRBETRG
ER_AMTD1HR Payroll: Amount MAXBTCURR15(2) PRBETRG
ER_AMTD2HR Payroll: Amount MAXBTCURR15(2) PRBETRG
TOTAL_AMTJ1HR Payroll: Amount MAXBTCURR15(2) PRBETRG
TOTAL_AMTJ2HR Payroll: Amount MAXBTCURR15(2) PRBETRG
TOTAL_AMTD1HR Payroll: Amount MAXBTCURR15(2) PRBETRG
TOTAL_AMTD2HR Payroll: Amount MAXBTCURR15(2) PRBETRG
TOTAL_EMPJ1Natural Number INT4INT410INT4
TOTAL_EMPJ2Natural Number INT4INT410INT4
TOTAL_EMPD1Natural Number INT4INT410INT4
TOTAL_EMPD2Natural Number INT4INT410INT4
EE_CON_N1HR Payroll: Amount MAXBTCURR15(2) PRBETRG
EE_CON_N2HR Payroll: Amount MAXBTCURR15(2) PRBETRG
ER_CON_N1HR Payroll: Amount MAXBTCURR15(2) PRBETRG
ER_CON_N2HR Payroll: Amount MAXBTCURR15(2) PRBETRG
SLAB_1HR Payroll: Amount MAXBTCURR15(2) PRBETRG
TOTAL_EMP_MNatural Number INT4INT410INT4
TOTAL_EMP_SNatural Number INT4INT410INT4
TOTAL_EMP_NONatural Number INT4INT410INT4
TOTAL_EE_CONHR Payroll: Amount MAXBTCURR15(2) PRBETRG
TOTAL_ER_CONHR Payroll: Amount MAXBTCURR15(2) PRBETRG
TOTAL_CONHR Payroll: Amount MAXBTCURR15(2) PRBETRG
DED_DATE19 Characters CHAR19CHAR19CHAR19
SLAB_2HR Payroll: Amount MAXBTCURR15(2) PRBETRG
SLAB_DETAILSComment CHAR50CHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table LWF1_EMP_DETAILS

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