T7SI1P SAP (Slovenia items for personal areas) Table details

Dictionary Type: Table
Description: Slovenia items for personal areas




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




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

T7SI1P is a standard SAP Table which is used to store Slovenia items for personal areas data and is available within R/3 SAP systems depending on the version and release level.

The T7SI1P table consists of various fields, each holding specific information or linking keys about Slovenia items for personal areas data available in SAP. These include BUKRS (Company Code), WERKS (Personnel Area), BTRTL (Personnel Subarea), ENDDA (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: 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 T7SI1P 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPersonnel Area PERSACHAR4T500PPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4T001PBTRTLPBS
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
PSTATRegistry number (statistics...) PSI_STATCHAR11CHAR11
PINSURegistry number ( insuranse ...) PSI_INSUCHAR11CHAR11
PATCOCompany activity code PSI_ATCOCHAR5CHAR5
PTXNOTax number PSI_TXNOCHAR9CHAR9
PRPERPercentage paid PSI_RPERDEC5(2) PSI_PEDAN
PTYORTyp organization PSI_TYORCHAR3CHAR3
PACTIActivity PSI_ACTICHAR6T7SIBPPSI_ACTI
PMATSMatièna ¹tevilka PSI_MATSCHAR10PSI_MATS
PREGINumber for register PSI_REGICHAR1CHAR01
CMPNA PSI_CMPNACHAR50TEXT50
PSTLZPostal Code PSTLZCHAR10PSTLZ
STRASHouse number and street STRASCHAR30TEXT30
ORT01City ORT01CHAR25TEXT25
ORT02District ORT02CHAR25TEXT25
WOSTDHours per week WOSTDDEC5(2) STDAZ
JRSTDAnnual working hours JRSTDDEC7(2) JRSTD
KDK25 PSI_KDK25CHAR2CHAR2
KDK26 PSI_KDK26CHAR2CHAR2
KDK27 PSI_KDK27CHAR2CHAR2
KDK31 PSI_KDK31CHAR2CHAR2
PRORA PSI_PRORACHAR5CHAR5
INVPO PSI_INVPOCHAR1YESNO
USLUZ PSI_USLUZCHAR10CHAR10
M1OPI PSI_M1OPICHAR4T778USUBTYP
M1JOB PSI_M1JOBCHAR4T778USUBTYP
OLAJSTax relief calculation PSI_OLAJSCHAR1PSI_OLAJS
OBCINASTATE (State, Province, County) REGIOCHAR3T005SREGIO
STATUS PSI_STATPCHAR2PSI_STATP

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7SI1P
INTO CORRESPONDING FIELDS OF WA_T7SI1P
WHERE...

How to access SAP table T7SI1P

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