T7RUCOUNSEN1 SAP (Calculated Seniority) Table details

Dictionary Type: Table
Description: Calculated Seniority




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




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

T7RUCOUNSEN1 is a standard SAP Table which is used to store Calculated Seniority data and is available within R/3 SAP systems depending on the version and release level.

The T7RUCOUNSEN1 table consists of various fields, each holding specific information or linking keys about Calculated Seniority data available in SAP. These include MOLGA (Country Grouping), COUSE (Calculated Seniority Code), PARA0 (Exclude Parameter Zero), PARD0 (Parameter description for senioiry).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = T7RUCOUNSEN1T


SAP T7RUCOUNSEN1 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 MANDTCLNT3T000MANDT
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
COUSECalculated Seniority Code P33_COUNT_SEN_CODECHAR7P33_COUNT_SEN_CODEHRPADRU_COUNSEN
PARA0Exclude Parameter Zero P33_COUN_SEN_NEC0CHAR1P33_COUN_SEN_NEC
PARD0Parameter description for senioiry P33_PAR_DESC_CODECHAR3T7RUPARDESC1P33_PAR_DESC_CODE
PARA1Exclude Parameter One P33_COUN_SEN_NEC1CHAR1P33_COUN_SEN_NEC
PARD1Parameter description for senioiry P33_PAR_DESC_CODECHAR3T7RUPARDESC1P33_PAR_DESC_CODE
PARA2Exclude Parameter Two P33_COUN_SEN_NEC2CHAR1P33_COUN_SEN_NEC
PARD2Parameter description for senioiry P33_PAR_DESC_CODECHAR3T7RUPARDESC1P33_PAR_DESC_CODE
PARA3Exclude Parameter Three P33_COUN_SEN_NEC3CHAR1P33_COUN_SEN_NEC
PARD3Parameter description for senioiry P33_PAR_DESC_CODECHAR3T7RUPARDESC1P33_PAR_DESC_CODE
ADD1DAdd One Day During Senoirity Calculation P33_SENCALC_ADD1DCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7RUCOUNSEN1
INTO CORRESPONDING FIELDS OF WA_T7RUCOUNSEN1
WHERE...

How to access SAP table T7RUCOUNSEN1

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