T5SKI SAP (Printstructure for Annual Tax Statement) Structure details

Dictionary Type: Structure
Description: Printstructure for Annual Tax Statement




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




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

T5SKI 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 "Printstructure for Annual Tax Statement" 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_T5SKI TYPE T5SKI.

The T5SKI table consists of various fields, each holding specific information or linking keys about Printstructure for Annual Tax Statement data available in SAP. These include TDFORM (Form Name), ORGNO (Organization number), PERID (Personnel ID Number), SPECN (Character Field Length = 10).. 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: Cannot Be Enhanced


SAP T5SKI 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
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
TDFORMForm Name TDFORMCHAR16TDFORM
ORGNOOrganization number P23_ORGNONUMC10P23_ORGNO
PERIDPersonnel ID Number PRDNICHAR20CHAR20
SPECNCharacter Field Length = 10 CHAR10CHAR10CHAR10
VORNAFirst Name PAD_VORNACHAR40PAD_VORNM
NACHNLast Name PAD_NACHNCHAR40PAD_NACHN
NAME2Contact Name PAD_CONAMCHAR40PAD_NACHN
STRASStreet and House Number PAD_STRASCHAR60PAD_STRAS
PSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
ORT01City PAD_ORT01CHAR40PAD_ORT01
LANDXCountry Name LANDXCHAR15TEXT15
ER_NAMEAddress Text (Name, Street, City, Tel. No.) ADRTXCHAR40TEXT40
ER_ADDR1Address Text (Name, Street, City, Tel. No.) ADRTXCHAR40TEXT40
ER_ADDR2Address Text (Name, Street, City, Tel. No.) ADRTXCHAR40TEXT40
ER_ADDR3Address Text (Name, Street, City, Tel. No.) ADRTXCHAR40TEXT40
CORRDATESystem Date SYDATUMDATS8SYDATS
UP_6161 Part-owner P23_UP_61CHAR1CHAR1_X
SCBWPSCB work place number P23_SCBWPCHAR5P23_SCBWP
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
UP_4848 Adjusted benefit value P23_UP_48CHAR1CHAR1_X
UP_16Km with Car-benefit P23_UP_16NUMC6NUMC6
UP_51Allowance Inland P23_UP_51CHAR1CHAR1_X
UP_52Allowance Abroad P23_UP_52CHAR1CHAR1_X
UP_53Business journey >3month Inland P23_UP_53CHAR1CHAR1_X
UP_54Business journey>3month Abroad P23_UP_54CHAR1CHAR1_X
UP_6565 Other taxable benefits P23_UP_65CHAR36TEXT36
UP_6666 Cost compensations P23_UP_66CHAR36TEXT36
UP_6767 Taxable compensations P23_UP_67CHAR36TEXT36
UP_6868 Taxable remuneration, no social contribution P23_UP_68CHAR36TEXT36
UP_7070 Certain deductions P23_UP_70CHAR36TEXT36
MESS1Message to the EE P23_MSSEECHAR36TEXT36
MESS2Message to the EE P23_MSSEECHAR36TEXT36
UP_92Type of KU-type (ATP) P23_UP_92CHAR1P23_UP_92
UP_93Certificate/Insurance ref P23_UP_93CHAR20TEXT20
UP_91Time working abroad P23_UP_91CHAR1P23_UP_91
UP_80EE's home country P23_UP_80CHAR20CHAR20
NATIONationality (long text) NATTXCHAR15TEXT15
UP_90Work country P23_UP_90CHAR20CHAR20
SUBS1Subsidiary company address P23_SUBSICHAR36CHAR36
SUBS2Subsidiary company address P23_SUBSICHAR36CHAR36
SUBS3Subsidiary company address P23_SUBSICHAR36CHAR36
SINKTType of KU-type (SINK) P23_SINKTCHAR1P23_SINKT
UP_14RSV-number P23_UP_14CHAR7P23_UP_14
UP_15Car benefit - number of months if not whole year P23_UP_15NUMC2NUMC2

Key field Non-key field



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

As T5SKI 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 T5SKI as there is no data to select.

How to access SAP table T5SKI

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