PESREDDEC4 SAP (Economic data) Structure details

Dictionary Type: Structure
Description: Economic data




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




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

PESREDDEC4 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 "Economic data" 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_PESREDDEC4 TYPE PESREDDEC4.

The PESREDDEC4 table consists of various fields, each holding specific information or linking keys about Economic data data available in SAP. These include BASE_PE (Whole part), BASE_PD (Decimal part), SUMA_PE (FDI: Sum of contribution bases (whole no.)+), SUMA_PD (FDI: Sum of contribution bases (decimal part)).. 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 PESREDDEC4 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
CABECERASegment header PES_REDCABCHAR3PES_REDCAB
BASE_PEWhole part PES_ENTRANUMC6
BASE_PDDecimal part PES_DECIMNUMC2
SUMA_PEFDI: Sum of contribution bases (whole no.)+ PES_SUM_ENUMC6NUMC6
SUMA_PDFDI: Sum of contribution bases (decimal part) PES_SUM_DNUMC2NUMC2
COT_H_PEFDI: Previous year's contribution for overtime (whole no.) PES_CHX_ENUMC6NUMC6
COT_H_PDFDI: Previous year's contribution for overtime (dec. part) PES_CHX_DNUMC2NUMC2
COT_O_PEFDI: Prev year's contribution for other concepts (whole no.) PES_COC_ENUMC6NUMC6
COT_O_PDFDI: Prev.year's contributions for other concepts (dec.part) PES_COC_DNUMC2NUMC2
CARENCIARED system: Waiting period PES_CARENCHAR1CHAR1
DIAS_COTDay of SI coverage/ month PES_DIA_CNUMC2NUMC2
SUMA_COTFDI: Sum of days that qualify for SI cover PES_DIA_SNUMC3NUMC3
RESERVADOReserved PES_RES35CHAR35

Key field Non-key field



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

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

How to access SAP table PESREDDEC4

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