T7XAS6 SAP (Claim variant for Plan) Table details

Dictionary Type: Table
Description: Claim variant for Plan




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




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

T7XAS6 is a standard SAP Table which is used to store Claim variant for Plan data and is available within R/3 SAP systems depending on the version and release level.

The T7XAS6 table consists of various fields, each holding specific information or linking keys about Claim variant for Plan data available in SAP. These include BAREA (Benefit area), BPLAN (Benefit plan), CLMFM (Claim variant for Plan), PERNO (No. of units).. 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: Cannot Be Enhanced

Text table = T7XAS7


SAP T7XAS6 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
BAREABenefit area BEN_AREACHAR2T5UB3BEN_AREABEN
BPLANBenefit plan BEN_PLANCHAR4T5UBABEN_PLAN
CLMFMClaim variant for Plan CLM_CLMFMCHAR4CLM_CLMFM
PERNONo. of units CLM_NOUNITSDEC3DEC3
PERUNClaims Period CLM_PERUNNUMC2PFREQ
SALINBenefit indicator salary is relevant BEN_SALINCHAR1XFELD
AGEINBenefit Age group relevance indicator BEN_AGEINCHAR1XFELD
LOSINBenefit indicator seniority is relevant BEN_LOSINCHAR1XFELD
GENINGender indicator for claim formula CLM_GENINCHAR1XFELD
CLMINClaim grouping indicator for claim variant for plan CLM_CLMINCHAR1XFELD
SPOINUse Spouse details for reading formula calculation rule CLM_SPOINCHAR1XFELD
CRGRPBenefit Parameter Group for Grouping BEN_CRGRPCHAR4T5UBYBEN_CRGRP
SALMOBenefit cut-off month for salary calculation BEN_SALMONUMC2BEN_MONTH
SALDYBenefit cut-off day for salary calculation BEN_SALDAYNUMC2BEN_DAY
AGEMOBenefit Cutoff month for age group determination BEN_AGEMONUMC2BEN_MONTH
AGEDYBenefit Cut-off day for age group determination BEN_AGEDAYNUMC2BEN_DAY
SRVMOBenefit seniority calculation cut-off month for cost variant BEN_SRVMONUMC2BEN_MONTH
SRVDYBenefit seniority calculation cut-off day for cost variant BEN_SRVDAYNUMC2BEN_DAY
DATTYDate type DATARCHAR2T548YDATAR
ENDTYDate type DATARCHAR2T548YDATAR
PERULCalculation process for time specifications PERULCHAR4T525PPSEN_PROCEHRSEN00PROCE
BSALMClaims cutoff month for calculating salary CLM_BSALMNUMC2BEN_MONTH
BSALDClaims cutoff day for calculating the salary CLM_BSALDNUMC2BEN_DAY
RESEMClaims cutoff month for claim limit re-set CLM_RESEMNUMC2BEN_MONTH
RESEDClaims cutoff day for claim limit re-set CLM_RESEDNUMC2BEN_DAY
RESFLReserved CLM_RESFLCHAR1CLM_RESFL
CYPCTPercentage of carry forward amount CLM_CYPCTDEC5(2) DEC3_2
USBYMClaims cutoff month for processing last year claims CLM_USBYMNUMC2BEN_MONTH
USBYDClaims cutoff day for processing last year claims CLM_USBYDNUMC2BEN_DAY
PRORTProration option for claim amount CLM_PRORTCHAR1CLM_PRORT
OVRCLOverclaim Proccessing CLM_OVRCLCHAR1CLM_OVRCL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7XAS6
INTO CORRESPONDING FIELDS OF WA_T7XAS6
WHERE...

How to access SAP table T7XAS6

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