T7CCE_CUM_RT_PER SAP (Cumulate Wage Types from RT in RT_PERSON) Table details

Dictionary Type: Table
Description: Cumulate Wage Types from RT in RT_PERSON




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




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

T7CCE_CUM_RT_PER is a standard SAP Table which is used to store Cumulate Wage Types from RT in RT_PERSON data and is available within R/3 SAP systems depending on the version and release level.

The T7CCE_CUM_RT_PER table consists of various fields, each holding specific information or linking keys about Cumulate Wage Types from RT in RT_PERSON data available in SAP. These include MOLGA (Country Grouping), APPLICATION (Distribution application), MODIF (Employee Grouping for Wage Type Cumulation in RT_PERSON), PA_WAGETYPE (Wage Type in Personnel Assignment).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T7CCE_CUM_RT_PER 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
MOLGACountry Grouping MOLGACHAR2Assigned to domainMOLGAMOL
APPLICATIONDistribution application PCCE_DIST_APPLICATIONCHAR4T7CCE_DIST_APPL
MODIFEmployee Grouping for Wage Type Cumulation in RT_PERSON PCCE_CUM_MODIFCHAR2CHAR2
PA_WAGETYPEWage Type in Personnel Assignment PCCE_PA_WAGETYPECHAR4T512WLGART
PER_WAGETYPEWage Type on Person Level PCCE_PER_WAGETYPECHAR4T7CCE_PERS_WGTYPLGART
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
WPBP_SPLITTreatment of Splits During Cumulation PCCE_CUM_RT_PERS_SPLITSCHAR1XFELD
CNTR1_SPLITTreatment of Splits During Cumulation PCCE_CUM_RT_PERS_SPLITSCHAR1XFELD
CNTR2_SPLITTreatment of Splits During Cumulation PCCE_CUM_RT_PERS_SPLITSCHAR1XFELD
CNTR3_SPLITTreatment of Splits During Cumulation PCCE_CUM_RT_PERS_SPLITSCHAR1XFELD
V0_SPLITTreatment of Splits During Cumulation PCCE_CUM_RT_PERS_SPLITSCHAR1XFELD
C1_SPLITTreatment of Splits During Cumulation PCCE_CUM_RT_PERS_SPLITSCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7CCE_CUM_RT_PER
INTO CORRESPONDING FIELDS OF WA_T7CCE_CUM_RT_PER
WHERE...

How to access SAP table T7CCE_CUM_RT_PER

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