T5BS4 SAP (Employee remuneration and absence information ( level 4)) Table details

Dictionary Type: Table
Description: Employee remuneration and absence information ( level 4)




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




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

T5BS4 is a standard SAP Table which is used to store Employee remuneration and absence information ( level 4) data and is available within R/3 SAP systems depending on the version and release level.

The T5BS4 table consists of various fields, each holding specific information or linking keys about Employee remuneration and absence information ( level 4) data available in SAP. These include DECID (SI Declaration identifier), STREF (Reference pointing to the detailed declaration info), RSZCA (Employer Class (SI Employer Category) (00036)), RSZNR (SI Registration Number (employer) (00011)).. 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 T5BS4 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
DECIDSI Declaration identifier P12_DECIDNUMC6NUM06
STREFReference pointing to the detailed declaration info P12_STREFNUMC3P12_STREF
RSZCAEmployer Class (SI Employer Category) (00036) RSZCACHAR3Assigned to domainRSZCA
RSZNRSI Registration Number (employer) (00011) RSZNRNUMC9NUM9HRPADBE_RSZNR
RSZKNWorker Code (SI Employee Category) (00037) RSZKNCHAR3Assigned to domainRSZKNH_T5B0J
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
DBPERBegin of Workregime P12_BEGD4DATS8DATS
FNPEREnd of Workregime P12_ENDD4DATS8DATS
NATURNature of remuneration P12_NATURCHAR2CHAR2
TYJRSType of assimilated days TYJRSCHAR2CHAR2
DEBASBegin of assimilated absence P12_DEBASDATS8DATS
ENDASEnd of assimilated absence P12_ENDASDATS8DATS
BERGMWeekly workdays schedule BERGMCHAR1Assigned to domainBERGM
HRSEMHours per week (full time) HRSEMCHAR5CHAR5
CO100Wages at 100% P12_CO100INT410P12_AMOUNT_SI
SPECOSpecial Contribution P12_SPECRINT410P12_AMOUNT_SI
HPRESRemunerated hours P12_HPRESDEC15(2) PRANZHL
JRREMRemunerated days P12_JRREMINT410P12_DAYS_SI
JRVACVacation days P12_JRVACINT410P12_DAYS_SI
JRSASAssimilated days P12_JRSASINT410P12_DAYS_SI

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5BS4
INTO CORRESPONDING FIELDS OF WA_T5BS4
WHERE...

How to access SAP table T5BS4

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