P10_SHR_F_UNEMP_OH SAP (Tax Reporter strucute P10_SHR_F_UNEMP_OH) Structure details

Dictionary Type: Structure
Description: Tax Reporter strucute P10_SHR_F_UNEMP_OH




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




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

P10_SHR_F_UNEMP_OH 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 "Tax Reporter strucute P10_SHR_F_UNEMP_OH" 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_P10_SHR_F_UNEMP_OH TYPE P10_SHR_F_UNEMP_OH.

The P10_SHR_F_UNEMP_OH table consists of various fields, each holding specific information or linking keys about Tax Reporter strucute P10_SHR_F_UNEMP_OH data available in SAP. These include T5UTL_TXCMP (Tax company), T5UTL_LTEXT (Description), T5UTL_STRAS (House number and street), T5UTL_ORT01 (City).. 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: Can Be Enhanced (Deep)


SAP P10_SHR_F_UNEMP_OH 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
T5UTL_TXCMPTax company TXCMPCHAR4Assigned to domainTXCMP
T5UTL_LTEXTDescription DESC40CHAR40TEXT40
T5UTL_STRASHouse number and street STRASCHAR30TEXT30
T5UTL_ORT01City ORT01CHAR25TEXT25
T5UTL_STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
T5UTL_ZIPCDPostal Code PSTLZ_HRCHAR10PSTLZ
T5UTL_TELNRTelephone Number TELNRCHAR14TELNR
P0002_NACHNLast Name PAD_NACHNCHAR40PAD_NACHN
P0002_PERIDPersonnel ID Number PRDNICHAR20CHAR20
P0002_PERNRPersonnel Number PERNR_DNUMC8PERNRPER
P0002_VORNAFirst Name PAD_VORNACHAR40PAD_VORNM
P0002_FNAMKFirst name (Katakana) P22J_PFNMKCHAR40P22J_PNAME
P0002_MIDNMMiddle Name PAD_MIDNMCHAR40PAD_VORNM
P0002_NAME2Name at Birth PAD_NAME2CHAR40PAD_NACHN
P0002_NAMZUOther Title NAMZUCHAR15Assigned to domainTITEL
P0006_LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
P0006_LOCAT2nd Address Line PAD_LOCATCHAR40PAD_LOCAT
P0006_ORT01City PAD_ORT01CHAR40PAD_ORT01
P0006_PSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
P0006_STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
P0006_STRASStreet and House Number PAD_STRASCHAR60PAD_STRAS
CURKYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
T005T_LANDXCountry Name LANDXCHAR15TEXT15
E000 EID Number OH0
E001 EID Number Fed0
ETOT Grand total of emp0
N000 # of EE recorded0
N0F3 female worked0
N0M1 1st mnth No Employee0
N0M2 2nd month # Employee0
N0M3 rd month # Employee0
N0W0 # of weeks worked0
PAGE Page number on PDF0
Q000 Quarter ended0
Q001 Quarter0
Q002 Year0
Q003 Due Date0
S001 State Name0
T001 Total gross wages0
T002 Excess Wages0
T003 Unemployment taxable0
T004 Employers Unemp rate0
T005 ER UI tax(calculate)0
T030 Unemployment ceiling0
T036 Credits0
TOT1 Grand total T0010
TOT4 Grand total N0M10
TOT5 Grand total N0M20
TOT6 Grand total N0M30
TPAG Total number of page0
DETOT Difference :Grand total of emp0
DN000 Difference :# of EE recorded0
DN0F3 Difference :female worked0
DN0M1 Difference :1st mnth No Employee0
DN0M2 Difference :2nd month # Employee0
DN0M3 Difference :rd month # Employee0
DN0W0 Difference :# of weeks worked0
DPAGE Difference :Page number on PDF0
DT001 Difference :Total gross wages0
DT002 Difference :Excess Wages0
DT003 Difference :Unemployment taxable0
DT005 Difference :ER UI tax(calculate)0
DT036 Difference :Credits0
DTOT1 Difference :Grand total T0010
DTOT4 Difference :Grand total N0M10
DTOT5 Difference :Grand total N0M20
DTOT6 Difference :Grand total N0M30
DTPAG Difference :Total number of page0
OE000 Old :EID Number OH0
OE001 Old :EID Number Fed0
OETOT Old :Grand total of emp0
ON000 Old :# of EE recorded0
ON0F3 Old :female worked0
ON0M1 Old :1st mnth No Employee0
ON0M2 Old :2nd month # Employee0
ON0M3 Old :rd month # Employee0
ON0W0 Old :# of weeks worked0
OPAGE Old :Page number on PDF0
OQ000 Old :Quarter ended0
OQ001 Old :Quarter0
OQ002 Old :Year0
OQ003 Old :Due Date0
OS001 Old :State Name0
OT001 Old :Total gross wages0
OT002 Old :Excess Wages0
OT003 Old :Unemployment taxable0
OT004 Old :Employers Unemp rate0
OT005 Old :ER UI tax(calculate)0
OT030 Old :Unemployment ceiling0
OT036 Old :Credits0
OTOT1 Old :Grand total T0010
OTOT4 Old :Grand total N0M10
OTOT5 Old :Grand total N0M20
OTOT6 Old :Grand total N0M30
OTPAG Old :Total number of page0

Key field Non-key field



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

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

How to access SAP table P10_SHR_F_UNEMP_OH

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