T74AB SAP (COBRA dependent of qualified beneficiary) Table details

Dictionary Type: Table
Description: COBRA dependent of qualified beneficiary




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




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

T74AB is a standard SAP Table which is used to store COBRA dependent of qualified beneficiary data and is available within R/3 SAP systems depending on the version and release level.

The T74AB table consists of various fields, each holding specific information or linking keys about COBRA dependent of qualified beneficiary data available in SAP. These include PERNR (Personnel number), DSUBT (COBRA dependent subtype), DOBJP (Object Identification), SUBTY (Benefit - type of COBRA dependent).. 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: Cannot Be Enhanced


SAP T74AB 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
PERNRPersonnel number PERSNONUMC8PA0003PERSNOPER
DSUBTCOBRA dependent subtype COB_SUBTYCHAR4T591ASUBTY_591A
DOBJPObject Identification OBJPSCHAR2OBJPSOPS
SUBTYBenefit - type of COBRA dependent COB_DEPTYPCHAR4T591ASUBTY_591A
OBJPSBenefit dependent object ID BEN_DEPIDCHAR2OBJPS
FAVORFirst Name PAD_VORNACHAR40PAD_VORNM
FANAMLast Name PAD_NACHNCHAR40PAD_NACHN
FASEXGender Key GESCHCHAR1GESCH
FGBDTDate of Birth GBDATDATS8PDATEGBDAT
PERIDPersonnel ID Number PRDNICHAR20CHAR20
OWNCRCOBRA indicator dependent person has own COBRA rights COB_OWNCRCHAR1XFELD
NONTXBenefits Indicator: Person is Non-Taxable BEN_NONTXCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T74AB
INTO CORRESPONDING FIELDS OF WA_T74AB
WHERE...

How to access SAP table T74AB

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