T7BRT0 SAP (Legal rights associated with employee situation) Table details

Dictionary Type: Table
Description: Legal rights associated with employee situation




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




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

T7BRT0 is a standard SAP Table which is used to store Legal rights associated with employee situation data and is available within R/3 SAP systems depending on the version and release level.

The T7BRT0 table consists of various fields, each holding specific information or linking keys about Legal rights associated with employee situation data available in SAP. These include MASSN (Action Type), MASSG (Reason for Action), ENDDA (End Date), BEGDA (Start Date).. 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: Cannot Be Enhanced


SAP T7BRT0 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
MASSNAction Type MASSNCHAR2T529AMASSN
MASSGReason for Action MASSGCHAR2T530MASSG
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
TRANFTransfer PBR_TRANFCHAR1CHAR1
CAGEMMovement code for General Register of Employed and Unempl. PBR_CAGEMCHAR2CHAR2
FGTSRFGTS movement reference code PBR_FGTSRCHAR4T7BRFMPBR_FGTSR
PRENONumber of notice days PBR_PRENONUMC3NUMC3
FGTFLFGTS fine percentage upon termination PBR_FGTFLNUMC3NUMC3
SCBONChristmas allowance payment eligibility PBR_SCBONCHAR1XFELD
SVACTLeave payment eligibility upon termination PBR_SVACTCHAR1XFELD
FL479Fine referring to article 479 of LLC PBR_479FLCHAR1PBR_479FL
PPRFLProfits and Results Sharing eligibility upon termination PBR_PPRFLCHAR1XFLAG
F479VFine referring to article 479 of LLC for leave PBR_479FVCHAR1PBR_479FL
F479XFine referring to article 479 of LLC for Christmas allowance PBR_479FXCHAR1PBR_479FL
AVPWOIndicator of working notice period PBR_AVPWOCHAR1PBR_AVPWO
NRAISSIAL movement code PBR_NRAISCHAR2T7BRRACHAR2
SAQUEReference code for FGTS withdrawal PBR_SAQUECHAR2T7BRSACHAR2
RSNHNFire reason PBR_HMN_FIRE_REASONCHAR3PBR_HMN_FIRE_REASON
HMNTSMovement code PBR_HMN_MOVTRANSFCHAR4T7BRFMPBR_FGTSR
AVPADDo not add notice period days PBR_AVPADCHAR1XFLAG
EFD_MOV_TYPEeSocial code HRPADBR_EFD_MOVEMENT_TYPECHAR3T7BREFDMEVENTSHRPADBR_EFD_MOVEMENT_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7BRT0
INTO CORRESPONDING FIELDS OF WA_T7BRT0
WHERE...

How to access SAP table T7BRT0

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