P10_SHR_F_UNEMP_MN SAP (Tax Reporter strucute P10_SHR_F_UNEMP_MN) Structure details

Dictionary Type: Structure
Description: Tax Reporter strucute P10_SHR_F_UNEMP_MN




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




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

P10_SHR_F_UNEMP_MN 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_MN" 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_MN TYPE P10_SHR_F_UNEMP_MN.

The P10_SHR_F_UNEMP_MN table consists of various fields, each holding specific information or linking keys about Tax Reporter strucute P10_SHR_F_UNEMP_MN 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_MN 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 MN0
E001 EID Number Fed0
N000 # of EE recorded0
N0H0 # of hours worked0
N0M1 1st mnth No Employee0
N0M2 2nd month # Employee0
N0M3 3rd month # Employee0
PAGE Page number on PDF0
Q000 Quarter ended0
Q001 Quarter0
Q002 Year0
Q003 Due Date0
S001 State Name0
T001 Unemployment wages0
T002 Excess Wages0
T003 Unemployment taxable0
T004 Employers Unemp rate0
T005 ER UI tax(calculate)0
T020 Dsloc Wrker Asmnt Rt0
T021 Dsloc Wrker Asmnt Tx0
T022 ER Job Dev. Ass. tax0
T023 ER Job Dev. Ass. Rt0
T024 UI Int. Assessm. Fee0
T025 UI Int. Assessm. Fee0
T030 Unemployment ceiling0
TPAG Total number of page0
DN000 Difference :# of EE recorded0
DN0H0 Difference :# of hours worked0
DN0M1 Difference :1st mnth No Employee0
DN0M2 Difference :2nd month # Employee0
DN0M3 Difference :3rd month # Employee0
DPAGE Difference :Page number on PDF0
DT001 Difference :Unemployment wages0
DT002 Difference :Excess Wages0
DT003 Difference :Unemployment taxable0
DT005 Difference :ER UI tax(calculate)0
DT021 Difference :Dsloc Wrker Asmnt Tx0
DT022 Difference :ER Job Dev. Ass. tax0
DT024 Difference :UI Int. Assessm. Fee0
DTPAG Difference :Total number of page0
OE000 Old :EID Number MN0
OE001 Old :EID Number Fed0
ON000 Old :# of EE recorded0
ON0H0 Old :# of hours worked0
ON0M1 Old :1st mnth No Employee0
ON0M2 Old :2nd month # Employee0
ON0M3 Old :3rd month # Employee0
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 :Unemployment wages0
OT002 Old :Excess Wages0
OT003 Old :Unemployment taxable0
OT004 Old :Employers Unemp rate0
OT005 Old :ER UI tax(calculate)0
OT020 Old :Dsloc Wrker Asmnt Rt0
OT021 Old :Dsloc Wrker Asmnt Tx0
OT022 Old :ER Job Dev. Ass. tax0
OT023 Old :ER Job Dev. Ass. Rt0
OT024 Old :UI Int. Assessm. Fee0
OT025 Old :UI Int. Assessm. Fee0
OT030 Old :Unemployment ceiling0
OTPAG Old :Total number of page0

Key field Non-key field



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

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

How to access SAP table P10_SHR_F_UNEMP_MN

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