PESREDDAM2 SAP (Data related to the transaction) Structure details

Dictionary Type: Structure
Description: Data related to the transaction




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




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

PESREDDAM2 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 related to the transaction" 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_PESREDDAM2 TYPE PESREDDAM2.

The PESREDDAM2 table consists of various fields, each holding specific information or linking keys about Data related to the transaction data available in SAP. These include FECHAINI (Contracts start date), IND_SUBROG (Partial subrogation indicator), REL_LABORA (Special work relationship), NUSS (Replaced employee Social Insurance 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PESREDDAM2 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
FECHAINIContracts start date PES_FECH_IDATS8DATUM
IND_SUBROGPartial subrogation indicator PES_INDSUBCHAR1CHAR1
REL_LABORASpecial work relationship PES_RELLABCHAR4PES_RELLAB
NUSSReplaced employee Social Insurance number PES_NUSSNUMC12NUM12
CAUSA_SUSTReason for substitution PES_CAUSASCHAR2PES_CAUSAS
COEENRetentions: Whole part of the coefficient PES_COEENNUMC1NUMC1
COEDERetentions: Coefficient decimal fraction PES_COEDENUMC2NUMC2
DIASIRetentions: working days (coefficient applied) PES_DIASINUMC3NUMC3
DIANORetentions: days coefficient not applied PES_DIANONUMC3NUMC3
REDJBRetirement age reduction coefficient PES_REDJBNUMC2NUMC2
RELEVRelief contract PES_RELEVCHAR1CAT_FLAG
DTRTPDays worked part-time PES_DTRTPNUMC2NUMC2
RESERVADO1Reserved PES_RES07CHAR7CHAR7
CPTRAChange of work center PES_CPTRANUMC2PES_CPTRA
INDPBBenefits loss indicator PES_INDPBCHAR2PES_INDPB
VIFAMFamily tie indicator PES_VIFAMCHAR1PES_VIFAM
FOEMAGRAProgram for the promotion of agricultural employment PES_FOMAGCHAR1CHAR1
MOD_COTIZContribution type PES_MODCOCHAR1CHAR1
CEXCARED system: Reserved PES_RES02CHAR2CHAR2
OCUPAEmployment (IA and ID contribution) PES_OCUPACHAR2PES_OCUPA
EXCEDENTERED system: Textile industry surplus PES_EXCEDCHAR2PES_EXCED
RESERVADORED system: Reserved PES_RES06CHAR6CHAR6

Key field Non-key field



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

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

How to access SAP table PESREDDAM2

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