T7RO01P SAP (Personnel Area/Subarea Groupings for Romania) Table details

Dictionary Type: Table
Description: Personnel Area/Subarea Groupings for Romania




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




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

T7RO01P is a standard SAP Table which is used to store Personnel Area/Subarea Groupings for Romania data and is available within R/3 SAP systems depending on the version and release level.

The T7RO01P table consists of various fields, each holding specific information or linking keys about Personnel Area/Subarea Groupings for Romania data available in SAP. These include WERKS (Personnel Area), BTRTL (Personnel Subarea), INSU1 (Grouping for A - Unemployment insurance EE), INSU2 (Grouping for B - Pension insurance EE).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T7RO01P table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
WERKSPersonnel Area PERSACHAR4T500PPERSAPBR
BTRTLPersonnel Subarea BTRTL_001PCHAR4T001PBTRTL
INSU1Grouping for A - Unemployment insurance EE PRO_INSU1CHAR2CHAR2
INSU2Grouping for B - Pension insurance EE PRO_INSU2CHAR2CHAR2
INSU3Grouping for C - Health insurance EE PRO_INSU3CHAR2CHAR2
INSUAGrouping for A - Unemployment insurance ER PRO_INSUACHAR2CHAR2
INSUBGrouping for B - Pension insurance ER PRO_INSUBCHAR2CHAR2
INSUCGrouping for C - Health insurance ER PRO_INSUCCHAR2CHAR2
INSUDGrouping for D - CASS ER PRO_INSUDCHAR2CHAR2
INSUEGrouping for E - WorkAccident ER PRO_INSUECHAR2CHAR2
INSUFGrouping for F - ITM ER PRO_INSUFCHAR2CHAR2
INSUGGrouping for G - NotHiring ER PRO_INSUGCHAR2CHAR2
INSUHGrouping for H - SL fund PRO_INSUHCHAR2CHAR2
INSUIGrouping for I - Granting Fund PRO_INSUICHAR2CHAR2
INSUJGrouping for J - Work Accidents PRO_INSUJCHAR2CHAR2
INSUKGrouping for K - Work Accidents (Posting) PRO_INSUKCHAR2CHAR2
GECOPGrouping Tax COPyright PRO_GECOPCHAR2CHAR2
GEFULGrouping Tax FUL employee PRO_GEFULCHAR2CHAR2
GEPRIGrouping Tax PRI awards PRO_GEPRICHAR2CHAR2
GESERGrouping Tax SER providers PRO_GESERCHAR2CHAR2
GEFTXGrouping Tax FTX PRO_GEFTXCHAR2CHAR2
GRVA2Personal area/subarea grouping for seniority bonus PRO_GRVA2CHAR2CHAR2
STAT1Grouping for statistical report S1 PRO_STAT1CHAR2CHAR2
ACTIVActivity PRO_ACTIVCHAR4CHAR4
STOCCSubtype of 1051 infotype for occupational catalogue code PRO_STOCCCHAR4T778USUBTYP
ST33SSubtype IT33 Statistics PRO_ST33SCHAR4T591ASUBTY_591A
ST33MSubtype IT33 Military service PRO_ST33MCHAR4T591ASUBTY_591A
EEREGGrouping for EE register PRO_EEREGCHAR2CHAR2

Key field Non-key field



How do I retrieve data from SAP table T7RO01P using ABAP code

The following ABAP code Example will allow you to do a basic selection on T7RO01P to SELECT all data from the table
DATA: WA_T7RO01P TYPE T7RO01P.

SELECT SINGLE *
FROM T7RO01P
INTO CORRESPONDING FIELDS OF WA_T7RO01P
WHERE...

How to access SAP table T7RO01P

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