PIN_LTC_ELIGIBILITY SAP (LTC Eligibility of Employeea and Dependents) Structure details

Dictionary Type: Structure
Description: LTC Eligibility of Employeea and Dependents




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




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

PIN_LTC_ELIGIBILITY is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "LTC Eligibility of Employeea and Dependents" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PIN_LTC_ELIGIBILITY TYPE PIN_LTC_ELIGIBILITY.

The PIN_LTC_ELIGIBILITY table consists of various fields, each holding specific information or linking keys about LTC Eligibility of Employeea and Dependents data available in SAP. These include SCMCD (LTC Scheme Code), SCTXT (Scheme Text), BEGDA (LTC Eligibility Begin Date), ENDDA (LTC Eligibility End Date).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP PIN_LTC_ELIGIBILITY structure 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
LTCSNLTC Quota Sequence Number PIN_LTC_QUOTANUMC4NUMC4
SCMCDLTC Scheme Code PIN_LTC_SCHEME_CODECHAR4CHAR4
SCTXTScheme Text PIN_LTC_SCHEME_TXTCHAR40TEXT40
BEGDALTC Eligibility Begin Date PIN_LTC_ELG_BEGDADATS8DATE
ENDDALTC Eligibility End Date PIN_LTC_ELG_ENDDADATS8DATE
FAMSAType of Family Record FAMSACHAR4SUBTY
FAMTXName of Subtype SBTTXCHAR40TEXT40
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
FAVORFirst Name PAD_VORNACHAR40PAD_VORNM
FANAMLast Name PAD_NACHNCHAR40PAD_NACHN
FCNAMComplete Name PAD_CNAMECHAR80TEXT80
ISELGIs Eligible for LTC PIN_LTC_ISELGCHAR1XFELD
INFTXText (100 characters) TEXT100CHAR100TEXT100

Key field Non-key field



How do I retrieve data from SAP structure PIN_LTC_ELIGIBILITY using ABAP code?

As PIN_LTC_ELIGIBILITY is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PIN_LTC_ELIGIBILITY as there is no data to select.

How to access SAP table PIN_LTC_ELIGIBILITY

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