T7SK1L SAP (Bank accounts of authorities (tax,insurance)) Table details

Dictionary Type: Table
Description: Bank accounts of authorities (tax,insurance)




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




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

T7SK1L is a standard SAP Table which is used to store Bank accounts of authorities (tax,insurance) data and is available within R/3 SAP systems depending on the version and release level.

The T7SK1L table consists of various fields, each holding specific information or linking keys about Bank accounts of authorities (tax,insurance) data available in SAP. These include TXTYP (Output options), KVSFR (Health insurance key for compulsory HI fund), KVGST (Health insurance fund - branch office), BUKRS (Company Code).. 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: Not classified


SAP T7SK1L 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
TXTYPOutput options SORT_SUMCHAR4CHAR4
KVSFRHealth insurance key for compulsory HI fund PSK_KVSCHCHAR8Assigned to domainPSK_KVSCH
KVGSTHealth insurance fund - branch office PSK_KVGSTCHAR6PSK_KVGST
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank number BANKLCHAR15BANKLBLZ
BANKNBank account number BANKNCHAR18BANKN
PSKTOAccount Number of Bank Account At Post Office PSKTOCHAR16PSKTO
ESRNRISR Subscriber Number ESRNRCHAR11ESRNR
ESRREISR Reference Number ESRRECHAR27ALPHAESRRE
ZLSCHPayment Method PCODECHAR1Assigned to domainZLSCH
ZBUKRPaying company code DZBUKRCHAR4Assigned to domainBUKRS
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
ABWAESettlement currency for bank transfers ABWAECUKY5Assigned to domainWAERS
ANARTAddress Type ANARTCHAR2CHAR2
VARGULayout rule for address type VARGACHAR8VARGA
ANOWNAddress Type ANARTCHAR2CHAR2
VAOWNLayout rule for address type VARGACHAR8VARGA
KOMOKTransfer to FI/CO: Symbolic Account P_KOMOK40CHAR4Assigned to domainP_KOMOK40
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BVTYPPartner Bank Type BVTYPCHAR4BVTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7SK1L
INTO CORRESPONDING FIELDS OF WA_T7SK1L
WHERE...

How to access SAP table T7SK1L

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