T5BSR SAP (Reductions for an employee reported on level 3) Table details

Dictionary Type: Table
Description: Reductions for an employee reported on level 3




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




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

T5BSR is a standard SAP Table which is used to store Reductions for an employee reported on level 3 data and is available within R/3 SAP systems depending on the version and release level.

The T5BSR table consists of various fields, each holding specific information or linking keys about Reductions for an employee reported on level 3 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: Can be enhanced (character-type or numeric)


SAP T5BSR 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
RECIDRecord identification on SI tape P12_RECIDCHAR3CHAR3
RSZWGSI contribution reduction RSZWGCHAR2Assigned to domainRSZWG
RDATEStartdate Reduction P12_BEGDRDATS8DATS
BETRGReduction calculated amount P12_REDAMINT410P12_AMOUNT_SI
BASISReduction base amount P12_REDBAINT410P12_AMOUNT_SI
ANZHLReduction rate P12_REDRADEC15(2) PRANZHL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5BSR
INTO CORRESPONDING FIELDS OF WA_T5BSR
WHERE...

How to access SAP table T5BSR

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