IDWT_EMPDATA_VE SAP (To store the employee data for Venezuela payroll) Table details

Dictionary Type: Table
Description: To store the employee data for Venezuela payroll




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




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

IDWT_EMPDATA_VE is a standard SAP Table which is used to store To store the employee data for Venezuela payroll data and is available within R/3 SAP systems depending on the version and release level.

The IDWT_EMPDATA_VE table consists of various fields, each holding specific information or linking keys about To store the employee data for Venezuela payroll data available in SAP. These include PERNR (Personnel Number), BUKRS (Company Code), RIFNUMBER (Tax Number 1), PAY_YEAR (Fiscal Year).. 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: Can be enhanced (character-type or numeric)


SAP IDWT_EMPDATA_VE 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 MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RIFNUMBERTax Number 1 STCD1CHAR16STCD1
PAY_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
SUM_1Withholding tax base amount (local currency) WT_BSCURR15(2) WERTV8
RATE_1Withholding Tax Rate QSATZDEC4(2) PRZ22
SUM_2Withholding tax base amount (local currency) WT_BSCURR15(2) WERTV8
RATE_2Withholding Tax Rate QSATZDEC4(2) PRZ22
SUM_3Withholding tax base amount (local currency) WT_BSCURR15(2) WERTV8
RATE_3Withholding Tax Rate QSATZDEC4(2) PRZ22
SUM_4Withholding tax base amount (local currency) WT_BSCURR15(2) WERTV8
RATE_4Withholding Tax Rate QSATZDEC4(2) PRZ22
SUM_5Withholding tax base amount (local currency) WT_BSCURR15(2) WERTV8
RATE_5Withholding Tax Rate QSATZDEC4(2) PRZ22
SUM_6Withholding tax base amount (local currency) WT_BSCURR15(2) WERTV8
RATE_6Withholding Tax Rate QSATZDEC4(2) PRZ22
SUM_7Withholding tax base amount (local currency) WT_BSCURR15(2) WERTV8
RATE_7Withholding Tax Rate QSATZDEC4(2) PRZ22
SUM_8Withholding tax base amount (local currency) WT_BSCURR15(2) WERTV8
RATE_8Withholding Tax Rate QSATZDEC4(2) PRZ22
SUM_9Withholding tax base amount (local currency) WT_BSCURR15(2) WERTV8
RATE_9Withholding Tax Rate QSATZDEC4(2) PRZ22
SUM_10Withholding tax base amount (local currency) WT_BSCURR15(2) WERTV8
RATE_10Withholding Tax Rate QSATZDEC4(2) PRZ22
SUM_11Withholding tax base amount (local currency) WT_BSCURR15(2) WERTV8
RATE_11Withholding Tax Rate QSATZDEC4(2) PRZ22
SUM_12Withholding tax base amount (local currency) WT_BSCURR15(2) WERTV8
RATE_12Withholding Tax Rate QSATZDEC4(2) PRZ22

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDWT_EMPDATA_VE
INTO CORRESPONDING FIELDS OF WA_IDWT_EMPDATA_VE
WHERE...

How to access SAP table IDWT_EMPDATA_VE

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