T5BCISIC SAP (Complementary Indemnity: Social Insurance Contributions) Table details

Dictionary Type: Table
Description: Complementary Indemnity: Social Insurance Contributions




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




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

T5BCISIC is a standard SAP Table which is used to store Complementary Indemnity: Social Insurance Contributions data and is available within R/3 SAP systems depending on the version and release level.

The T5BCISIC table consists of various fields, each holding specific information or linking keys about Complementary Indemnity: Social Insurance Contributions data available in SAP. These include RSZKN (Worker Code (SI Employee Category) (00037)), RSZCA (Employer Class (SI Employer Category) (00036)), CRSKN (Contribution Worker code), CSTYP (Complementary Indemnity Contribution type).. 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)


SAP T5BCISIC 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
RSZKNWorker Code (SI Employee Category) (00037) RSZKNCHAR3T5B01RSZKNH_T5B0J
RSZCAEmployer Class (SI Employer Category) (00036) RSZCACHAR3T5B02RSZCA
CRSKNContribution Worker code P12_CI_SI_CT_RSZKNCHAR3T5B0JRSZKN
CSTYPComplementary Indemnity Contribution type P12_CI_STYPENUMC1P12_CI_STYPE
CONDTForms: Conditions P_99S_CONDTCHAR4T5F99FCCHAR4
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
CBAWGContribution Assesment Base wage group P12_CI_SI_BASE_SOUWTCHAR4T5F99FVP_99S_SOUWT
CFIBAFixed base for complementary indemnity contributions P12_CI_SI_CFIBACURR15(2) PRBETRG
CRATEContribution Rate % P12_CI_SI_RATEDEC5(2) DEC3_2
CFAMTContribution Fixed amount P12_CI_SI_FAMTCURR15(2) PRBETRG
CLGARContribution Wage type of the indemnity payment P12_CI_SI_CT_LGARTCHAR4T512WLGART
CMINMContribution Minimum by Month. P12_CI_SI_MINMHCURR9(2) P12_CI_MINMH
BFACTBasis multiplication factor to apply P12_CI_SI_BFACTDEC5(2) DEC3_2

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5BCISIC
INTO CORRESPONDING FIELDS OF WA_T5BCISIC
WHERE...

How to access SAP table T5BCISIC

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