T5F1P SAP (Personnel Area/Subarea (FR)) Table details

Dictionary Type: Table
Description: Personnel Area/Subarea (FR)




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




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

T5F1P is a standard SAP Table which is used to store Personnel Area/Subarea (FR) data and is available within R/3 SAP systems depending on the version and release level.

The T5F1P table consists of various fields, each holding specific information or linking keys about Personnel Area/Subarea (FR) data available in SAP. These include WERKS (Personnel Area), BTRTL (Personnel Subarea), SIREN (SIREN number), NUMIC (NIC).. 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: Can be enhanced (character-type)


SAP T5F1P 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 MANDTCLNT3T000MANDT
WERKSPersonnel Area PERSACHAR4T001PPERSAPBR
BTRTLPersonnel Subarea BTRTL_001PCHAR4Assigned to domainBTRTL
SIRENSIREN number SIRENCHAR9CHAR9
NUMICNIC NUMICCHAR5CHAR5
CDAPEAPE indicator (France) CDAPECHAR4CHAR4
URSNAURSSAF - name of agency responsible URSNACHAR25CHAR25
URSSANumber for URSSAF (France) URSSACHAR18CHAR18
ASSEDASSEDIC Number ASSEDCHAR15CHAR15
MODSVCC/PA Modifier for Social Insurance (France) MODSVNUMC2NUM2
TPARTPart-time activity code TPART_DCHAR1P06_TPART
MOTDSDADS-U Data Transfer (TDS) Modifier P06_MOTDSCHAR4T5F1SP06_CHAR4
MOPARProfit sharing modifier P06_MOPARCHAR2T5F3BP06_MOPAR
MOMALContinued pay modifier - personnel area/subarea P06_MOMALNUMC2NUM2
MOCRCCRC modifier (supplementary pension fund) P06_MOCRCCHAR2CHAR2
ASSNAASSEDIC - name of agency responsible P06_ASSNACHAR25CHAR25
IASSEASSEDIC Number ASSEDCHAR15CHAR15
DDTEFIdentification code for DDTEFP P06_DDTEFPCHAR4T5F4ECHAR4
MOCWBEGroup modifier per area/subarea P06_MOCWBCHAR2CHAR2
MOGARGarnishment modifier P06_MOGARCHAR2CHAR2
DOMDPElectoral domain (PD elections) P06_DOMDPCHAR2T5F4FP06_CDRGE
DOMCEElectoral domain (WC elections) P06_DOMCECHAR2T5F4FP06_CDRGE
DOMPHDomain for labor court elections P06_DOMPHCHAR2T5F4FP06_CDRGE
CNACENACE Code (European Union) P_99S_CNACECHAR5CHAR005
REGIOSTATE (State, Province, County) REGIOCHAR3T005SREGIO

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5F1P
INTO CORRESPONDING FIELDS OF WA_T5F1P
WHERE...

How to access SAP table T5F1P

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