T7SK1K SAP (Health insurance institutions) Table details

Dictionary Type: Table
Description: Health insurance institutions




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




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

T7SK1K is a standard SAP Table which is used to store Health insurance institutions data and is available within R/3 SAP systems depending on the version and release level.

The T7SK1K table consists of various fields, each holding specific information or linking keys about Health insurance institutions data available in SAP. These include KVSCH (Health insurance key for compulsory HI fund), ENDDA (End Date), BEGDA (Start Date), KVGES (Health insurance fund - branch office).. 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)


SAP T7SK1K 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
KVSCHHealth insurance key for compulsory HI fund PSK_KVSCHCHAR8PSK_KVSCH
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
KVGESHealth insurance fund - branch office PSK_KVGSTCHAR6PSK_KVGST
LGARTWage Type LGARTCHAR4Assigned to domainLGART
TXT01Short text for branch office PSK_TXTGSCHAR20TEXT20
KVPSKRecipient fund for reporting PSK_KVPSKCHAR1XFELD
KZARTHealth Insurance Fund Category PSK_KZARTCHAR2Assigned to domainKZART
TXT02Fund description PSK_TXTKRCHAR25TEXT25
TXT03Fund description PSK_TXTKRCHAR25TEXT25
TXT04House number and street STRASCHAR30TEXT30
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01CHAR25TEXT25
TELNRTelephone Number TELNRCHAR14TELNR
BTRNRCorporation name KONTXCHAR8KONTX
BANKSCountry Key LAND1CHAR3Assigned to domainLAND1LND
BLZZSBank number BANKLCHAR15BANKLBLZ
KNRZSBank account number BANKNCHAR18BANKN
KVBFEIndicator BLANKCHAR1CHAR1
KVBFRIndicator BLANKCHAR1CHAR1
WOKNZ PSK_REFERCHAR1CHAR1
KONSYConstant symbol PSK_KONSYCHAR10CHAR10
VARSYVariable symbol PSK_VARSYCHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7SK1K
INTO CORRESPONDING FIELDS OF WA_T7SK1K
WHERE...

How to access SAP table T7SK1K

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