T7SIA3 SAP (M4 - Temporary data) Table details

Dictionary Type: Table
Description: M4 - Temporary data




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




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

T7SIA3 is a standard SAP Table which is used to store M4 - Temporary data data and is available within R/3 SAP systems depending on the version and release level.

The T7SIA3 table consists of various fields, each holding specific information or linking keys about M4 - Temporary data data available in SAP. These include IYEAR (Insurance year), PERNR (Personnel number), ENAME (Formatted Name of Employee or Applicant), PERID (Personnel ID 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T7SIA3 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 MANDTCLNT3Assigned to domainMANDT
IYEARInsurance year PSI_IYEARCHAR4CHAR4
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
PERIDPersonnel ID Number PRDNICHAR20CHAR20
LSPLTReason for line split PSI_LSPLTCHAR1CHAR1
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
PINSURegistry number ( insuranse ...) PSI_INSUCHAR11CHAR11
WOSTDHours per week WOSTDDEC5(2) STDAZ
JRSTDAnnual working hours JRSTDDEC7(2) JRSTD
EMPCTEmployment percentage EMPCTDEC5(2) BSGRD
SLABSCertificate SLABSCHAR2Assigned to domainSLABS
ZDSTMInsurance period M4 -months PSI_ZDSTMCHAR2CHAR2
ZDSTDInsurance period M4 - days PSI_ZDSTDCHAR2CHAR2
REGULRegular hours PSI_REGULDEC7(2) JRSTD
OVERTOvertime hours PSI_OVERTDEC7(2) JRSTD
BRUTO PSI_BRUTOCURR15(2) PRBETRG
PRISP PSI_PRISPCURR15(2) PRBETRG
REFUH PSI_REFUHDEC7(2) JRSTD
REFYRYear of the base for illness PSI_REFYRCHAR4CHAR4
ZDPTM PSI_ZDPTMCHAR2CHAR2
ZDPTD PSI_ZDPTDCHAR2CHAR2
CIPHRIndustry code for beneficial years PSI_CIPHRCHAR4CHAR4
NOTESNotes for M4 PSI_NOTESCHAR15CHAR15
CHNGD PSI_CHNGDDATS8DATUM
VRSPR PSI_VRSPRNUMC1PSI_VRSPR
PRIBD PSI_PRIBDCURR15(2) PRBETRG

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7SIA3
INTO CORRESPONDING FIELDS OF WA_T7SIA3
WHERE...

How to access SAP table T7SIA3

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