T7ROER SAP (HR Cluster 2 - ER Insurances) Table details

Dictionary Type: Table
Description: HR Cluster 2 - ER Insurances




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




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

T7ROER is a standard SAP Table which is used to store HR Cluster 2 - ER Insurances data and is available within R/3 SAP systems depending on the version and release level.

The T7ROER table consists of various fields, each holding specific information or linking keys about HR Cluster 2 - ER Insurances data available in SAP. These include RELID (Area identification on import/export database PCL2), SRTFD (PCLx key), SRTF2 (Sort field for PCLx (dup.key)), INPER (In-period for payroll).. 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: Cannot Be Enhanced


SAP T7ROER 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
RELIDArea identification on import/export database PCL2 RELID_PCL2CHAR2RELID_PCL2
SRTFDPCLx key PCLKEYCHAR40CHAR40
SRTF2Sort field for PCLx (dup.key) PCLSRTFDINT410SYBIN4
INPERIn-period for payroll IPERICHAR6CHAR6
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
INSGRHR-RO Insurance no. PRO_INSNOCHAR2CHAR2
INSTYInsurance type PRO_INSTYCHAR1PRO_INSTY
HISTOHistorical Record Flag HISTOCHAR1CHAR1
AEDTMChanged On AEDATDATS8DATUM
PUTIMTime of last change PUTIMTIMS6UZEIT
UNAMEUser Name UNAMECHAR12UNAME
PGMIDABAP: Program Name OLD_PROGCHAR8OLD_PROGRID
VERSNVersion in cluster files PVRSNCHAR2CHAR2
CLUSTRCluster for PCLx PCLCLUSTRINT25SYBIN2
CLUSTDVARC(3916) for PTXT PCLDATALRAW3900PCLDATA

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7ROER
INTO CORRESPONDING FIELDS OF WA_T7ROER
WHERE...

How to access SAP table T7ROER

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