T7INJ3 SAP (HR-IN: Loans Eligibility checks and limits) Table details

Dictionary Type: Table
Description: HR-IN: Loans Eligibility checks and limits




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




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

T7INJ3 is a standard SAP Table which is used to store HR-IN: Loans Eligibility checks and limits data and is available within R/3 SAP systems depending on the version and release level.

The T7INJ3 table consists of various fields, each holding specific information or linking keys about HR-IN: Loans Eligibility checks and limits data available in SAP. These include LOGRP (Loan Grouping (India) determined in feature 40LGR), ENDDA (End Date), BEGDA (Start Date), LEXPR (Experience in the Company).. 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: Not classified


SAP T7INJ3 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
LOGRPLoan Grouping (India) determined in feature 40LGR PIN_LOGRPCHAR4PIN_LOGRP
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
LEXPRExperience in the Company PIN_LEXPRNUMC2PIN_LEXPR
LEAGEAge of the employee PIN_LEAGENUMC2PIN_LEAGE
LTORRSelect Previous loan start or end for LCUPR PIN_LTORRCHAR1PIN_LTORR
LCUPRMax. months allowed between current & previous loan S or E PIN_LCUPRNUMC3PIN_LCUPR
LMTIMMax. no of months a loan can be taken to PIN_LMTIMNUMC3PIN_LMTIM
LMNL1Max. no. of loans that can be taken by employee at a time PIN_LMNL1NUMC2PIN_LMNL1
LMNL2Max. no. of loans that can be taken by an employee PIN_LMNL2NUMC2PIN_LMNL2
LMVALMaximum value of loans outstanding for an employee PIN_LMVALCURR12(2) PIN_LMVAL
LSALFSalary Factor (for determining loan amount upper limit) PIN_LSALFDEC5(2) PIN_LSALF
LPERA% Assset Value(for determining loan amount upper limit) PIN_LPERADEC5(2) PIN_LPERA
LFIXAFixed Amount (for determining loan amount upper limit) PIN_LFIXACURR12(2) PIN_LFIXA
WAEHICurrency Key WAERSCUKY5TCURCWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7INJ3
INTO CORRESPONDING FIELDS OF WA_T7INJ3
WHERE...

How to access SAP table T7INJ3

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