T7SAPBS19 SAP (Common Eligibility Rule Configuration) Table details

Dictionary Type: Table
Description: Common Eligibility Rule Configuration




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




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

T7SAPBS19 is a standard SAP Table which is used to store Common Eligibility Rule Configuration data and is available within R/3 SAP systems depending on the version and release level.

The T7SAPBS19 table consists of various fields, each holding specific information or linking keys about Common Eligibility Rule Configuration data available in SAP. These include ELIGR (Common Eligibility Rule), ENDDA (End Date), BEGDA (Start Date), SRVNO (Minimum Service Duration (Number)).. 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 or numeric)


SAP T7SAPBS19 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
ELIGRCommon Eligibility Rule PSAP_ELIGRCHAR4T7SAPBS17PSAP_ELIGR
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SRVNOMinimum Service Duration (Number) PSAP_SRVN1NUMC3PSAP_NUMC3
SRVUTTime Unit PSAP_LCUPUNUMC2PSAP_TMUNT
SRVN2Maximum Service Duration(Number) PSAP_SRVN2NUMC3PSAP_NUMC3
SRVU2Time Unit PSAP_LCUPUNUMC2PSAP_TMUNT
DATARDate type DATARCHAR2T548YDATAR
TRFRLPay scale group rule CMP_TRFRLCHAR8T71D2RCMP_TRFRL
NASCLNationality PSAP_NASCLCHAR1PSAP_NASCL
GENDRGender PSAP_GESCHCHAR1PSAP_GESCH
AGEMNMinimum Age PSAP_AGEMNNUMC3PSAP_NUMC3
AGEMXMaximum Age PSAP_AGEMXNUMC3PSAP_NUMC3
DTYPESpecial Date Type PSAP_DTYPECHAR2T7SAPBS53PSAP_DTYPE
PACATCountry Category PSAP_PACATCHAR1PSAP_PACAT
JOBCGJob-Based Eligibility Group PSAP_JOBCGCHAR2T7SAPBS25PSAP_JOBCG
MANDAMandate Rule PSAP_MANDACHAR2T7SAPBS38NPSAP_MANDA

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7SAPBS19
INTO CORRESPONDING FIELDS OF WA_T7SAPBS19
WHERE...

How to access SAP table T7SAPBS19

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