T5SKI is an SAP Structure so does not store data like a database table does but can be used 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 .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
PERNR | PERSNO | NUMC | 8 |
* | Personnel number | |
TDFORM | TDFORM | CHAR | 16 | Form Name | ||
ORGNO | P23_ORGNO | NUMC | 10 | Organization number | ||
PERID | PRDNI | CHAR | 20 | Personnel ID Number | ||
SPECN | CHAR10 | CHAR | 10 | Character Field Length = 10 | ||
VORNA | PAD_VORNA | CHAR | 40 | First Name | ||
NACHN | PAD_NACHN | CHAR | 40 | Last Name | ||
NAME2 | PAD_CONAM | CHAR | 40 | Contact Name | ||
STRAS | PAD_STRAS | CHAR | 60 | Street and House Number | ||
PSTLZ | PSTLZ_HR | CHAR | 10 | Postal Code | ||
ORT01 | PAD_ORT01 | CHAR | 40 | City | ||
LANDX | LANDX | CHAR | 15 | Country Name | ||
ER_NAME | ADRTX | CHAR | 40 | Address Text (Name, Street, City, Tel. No.) | ||
ER_ADDR1 | ADRTX | CHAR | 40 | Address Text (Name, Street, City, Tel. No.) | ||
ER_ADDR2 | ADRTX | CHAR | 40 | Address Text (Name, Street, City, Tel. No.) | ||
ER_ADDR3 | ADRTX | CHAR | 40 | Address Text (Name, Street, City, Tel. No.) | ||
CORRDATE | SYDATUM | DATS | 8 | System Date | ||
UP_61 | P23_UP_61 | CHAR | 1 | 61 Part-owner | ||
SCBWP | P23_SCBWP | CHAR | 5 | SCB work place number | ||
BEGDA | BEGDA | DATS | 8 | Start Date | ||
ENDDA | ENDDA | DATS | 8 | End Date | ||
UP_48 | P23_UP_48 | CHAR | 1 | 48 Adjusted benefit value | ||
UP_16 | P23_UP_16 | NUMC | 6 | Km with Car-benefit | ||
UP_51 | P23_UP_51 | CHAR | 1 | Allowance Inland | ||
UP_52 | P23_UP_52 | CHAR | 1 | Allowance Abroad | ||
UP_53 | P23_UP_53 | CHAR | 1 | Business journey >3month Inland | ||
UP_54 | P23_UP_54 | CHAR | 1 | Business journey>3month Abroad | ||
UP_65 | P23_UP_65 | CHAR | 36 | 65 Other taxable benefits | ||
UP_66 | P23_UP_66 | CHAR | 36 | 66 Cost compensations | ||
UP_67 | P23_UP_67 | CHAR | 36 | 67 Taxable compensations | ||
UP_68 | P23_UP_68 | CHAR | 36 | 68 Taxable remuneration, no social contribution | ||
UP_70 | P23_UP_70 | CHAR | 36 | 70 Certain deductions | ||
MESS1 | P23_MSSEE | CHAR | 36 | Message to the EE | ||
MESS2 | P23_MSSEE | CHAR | 36 | Message to the EE | ||
UP_92 | P23_UP_92 | CHAR | 1 | Type of KU-type (ATP) | ||
UP_93 | P23_UP_93 | CHAR | 20 | Certificate/Insurance ref | ||
UP_91 | P23_UP_91 | CHAR | 1 | Time working abroad | ||
UP_80 | P23_UP_80 | CHAR | 20 | EE's home country | ||
NATIO | NATTX | CHAR | 15 | Nationality (long text) | ||
UP_90 | P23_UP_90 | CHAR | 20 | Work country | ||
SUBS1 | P23_SUBSI | CHAR | 36 | Subsidiary company address | ||
SUBS2 | P23_SUBSI | CHAR | 36 | Subsidiary company address | ||
SUBS3 | P23_SUBSI | CHAR | 36 | Subsidiary company address | ||
SINKT | P23_SINKT | CHAR | 1 | Type of KU-type (SINK) | ||
UP_14 | P23_UP_14 | CHAR | 7 | RSV-number | ||
UP_15 | P23_UP_15 | NUMC | 2 | Car benefit - number of months if not whole year |
Key field | |
Non-key field |