T5TA2 SAP (Medium for health insurance) Table details

Dictionary Type: Table
Description: Medium for health insurance




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




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

T5TA2 is a standard SAP Table which is used to store Medium for health insurance data and is available within R/3 SAP systems depending on the version and release level.

The T5TA2 table consists of various fields, each holding specific information or linking keys about Medium for health insurance data available in SAP. These include LAUFD (Date on Which the Program Is to Be Run), LAUFI (Additional Identification), KVSCH (Health insurance key for compulsory HI fund), 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: 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)


SAP T5TA2 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
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFIAdditional Identification LAUFICHAR6LAUFI
KVSCHHealth insurance key for compulsory HI fund P18_KVSCHCHAR8Assigned to domainP18_KVSCH
KVGESHealth insurance fund - branch office P18_KVGSTCHAR6P18_KVGST
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
KODCode for medium for VZP P18_ZKODCHAR1P18_ZKOD
DATUMStart Date BEGDADATS8DATUM
MITNRMembership number P18_MITNRCHAR15CHAR15
VORNAFirst Name VORNACHAR25VORNM
NACHNLast Name NACHNCHAR25NACHN
PLATNYIndicator: active/inactive AKTKNCHAR1CHAR1
VYMAZIndicator: active/inactive AKTKNCHAR1CHAR1
OSTRYIndicator: active/inactive AKTKNCHAR1CHAR1
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
VDSK1Organizational Key VDSK1CHAR14Assigned to domainVDSK1

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5TA2
INTO CORRESPONDING FIELDS OF WA_T5TA2
WHERE...

How to access SAP table T5TA2

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