P10_SHR_F_MWR_CO SAP (Tax Reporter strucute P10_SHR_F_MWR_CO) Structure details

Dictionary Type: Structure
Description: Tax Reporter strucute P10_SHR_F_MWR_CO




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




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

P10_SHR_F_MWR_CO 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_MWR_CO" 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_MWR_CO TYPE P10_SHR_F_MWR_CO.

The P10_SHR_F_MWR_CO table consists of various fields, each holding specific information or linking keys about Tax Reporter strucute P10_SHR_F_MWR_CO data available in SAP. These include T5UTV_TXCMP (Tax company), T5UTV_TAXAU (Tax authority), T5UTV_WKSIT (Worksite), T5UTV_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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP P10_SHR_F_MWR_CO 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
T5UTV_TXCMPTax company TXCMPCHAR4Assigned to domainTXCMP
T5UTV_TAXAUTax authority TAXATCHAR4Assigned to domainTAXAT
T5UTV_WKSITWorksite WKSITCHAR2Assigned to domainWKSIT
T5UTV_ENDDAEnd Date ENDDADATS8DATUM
T5UTV_BEGDAStart Date BEGDADATS8DATUM
T5UTV_LTEXTDescription DESC30CHAR30TEXT30
T5UTV_ADRESAddress Text (Name, Street, City, Tel. No.) ADRTXCHAR40TEXT40
T5UTV_STRASHouse number and street STRASCHAR30TEXT30
T5UTV_ORT01City ORT01CHAR25TEXT25
T5UTV_STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
T5UTV_ZIPCDPostal Code PSTLZ_HRCHAR10PSTLZ
T5UTV_TELNRTelephone Number TELNRCHAR14TELNR
T5UTV_REPUNWorksite Reporting Unit Number P10_REPUNNUMC5NUMC5
T5UTV_NCLOCNC9901 Location Code P10_NCLOCCHAR9CHAR9
T5UTV_NCSTAHR-US: NC-9901 Status P10_NCSTACHAR1P10_NCSTA
T5UTV_NCACTHR-US: NC-9901 Major Activity P10_NCACTCHAR2Assigned to domainP10_NCACT
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 CO0
E001 EID Number FED0
ETOT Grand total of emp0
N000 # of EE recorded0
N0M1 1st mth nbr employee0
N0M2 2nd mth nbr employee0
N0M3 3rd mth nbr employee0
Q000 Quarter Ending0
Q003 Due Date0
S001 State Name0
T001 Unemployment wages0
T002 Excess wages0
TOT1 Grand Total0
DETOT Difference :Grand total of emp0
DN000 Difference :# of EE recorded0
DN0M1 Difference :1st mth nbr employee0
DN0M2 Difference :2nd mth nbr employee0
DN0M3 Difference :3rd mth nbr employee0
DT001 Difference :Unemployment wages0
DT002 Difference :Excess wages0
DTOT1 Difference :Grand Total0
OE000 Old :EID Number CO0
OE001 Old :EID Number FED0
OETOT Old :Grand total of emp0
ON000 Old :# of EE recorded0
ON0M1 Old :1st mth nbr employee0
ON0M2 Old :2nd mth nbr employee0
ON0M3 Old :3rd mth nbr employee0
OQ000 Old :Quarter Ending0
OQ003 Old :Due Date0
OS001 Old :State Name0
OT001 Old :Unemployment wages0
OT002 Old :Excess wages0
OTOT1 Old :Grand Total0

Key field Non-key field



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

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

How to access SAP table P10_SHR_F_MWR_CO

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