T7KRIC SAP (Korea Social Insurance Contribution) Table details

Dictionary Type: Table
Description: Korea Social Insurance Contribution




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




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

T7KRIC is a standard SAP Table which is used to store Korea Social Insurance Contribution data and is available within R/3 SAP systems depending on the version and release level.

The T7KRIC table consists of various fields, each holding specific information or linking keys about Korea Social Insurance Contribution data available in SAP. These include INFTY (Infotype), SUBTY (Subtype), SIGRP (PS Grouping for Employment Insurance), RPELG (Reserved field/unused field of length 4).. 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 T7KRIC 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
INFTYInfotype INFTYCHAR4T582AINFOTYPITP
SUBTYSubtype SUBTY_591ACHAR4T591ASUBTY_591A
SIGRPPS Grouping for Employment Insurance PKR_SIGRPCHAR2CHAR2
RPELGReserved field/unused field of length 4 NUSED4CHAR4CHAR4
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SICMPSocial Insurance Compensation PKR_SICMPCHAR1PKR_SICMP
SUPRTSupplement Rate Identifier PKR_SUPRTCHAR2T7KR33PKR_SIPID
EXMRTExemption Rate Identifier PKR_EXMRTCHAR2T7KR33PKR_SIPID
WCICDClassification Code for Workers' Compensation Insurance PKR_WCICDCHAR5CHAR5
WCIE1Exempt from Wage Claim PKR_WCIE1CHAR1XFELD
WCIE2Exempt from Asbestos Relief Contribution PKR_WCIE2CHAR1XFELD
ERBRTEmployer's Basic Rate for Social Insurances PKR_ERBRTDEC6(3) DEC3_3
ERSRTEmployer's Supplement Rate for Social Insurances PKR_ERSRTDEC6(3) DEC3_3
EEERTEmployee's Exemption Rate for Social Insurances PKR_EEERTDEC6(3) DEC3_3
ERERTEmployer's Exemption Rate for Social Insurances PKR_ERERTDEC6(3) DEC3_3
EMBRTEnable Modifying Basic Rate of Social Insurances PKR_EMBRTCHAR1XFELD
EMSRTEnable Modifying Supplement Rate of Social Insurances PKR_EMSRTCHAR1XFELD
EMERTEnable Modifying Exemption Rate of Social Insurances PKR_EMERTCHAR1XFELD
EXSRTEmployer's Exemption Rate for Supplement Rate(PSD) PKR_ERZRTDEC6(3) DEC3_3
EXRTIExemption Rate Identifier PKR_EXMRTCHAR2T7KR33PKR_SIPID
EMZRTEnable Modifying Exemption Rate of Supplement Rate PKR_EMZRTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7KRIC
INTO CORRESPONDING FIELDS OF WA_T7KRIC
WHERE...

How to access SAP table T7KRIC

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