P12DMFA_T_PATH_2010Q3 SAP (Path - from 2010 Q3) Structure details

Dictionary Type: Structure
Description: Path - from 2010 Q3




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




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

P12DMFA_T_PATH_2010Q3 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 "Path - from 2010 Q3" 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_P12DMFA_T_PATH_2010Q3 TYPE P12DMFA_T_PATH_2010Q3.

The P12DMFA_T_PATH_2010Q3 table consists of various fields, each holding specific information or linking keys about Path - from 2010 Q3 data available in SAP. These include QUART (DmfA Quarter (00013)), RSZNR (SI Registration Number (employer) (00011)), NOSSP (NOSS LPA Registration Number), TRSTE (Trusteeship (00012)).. 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: Cannot Be Enhanced


SAP P12DMFA_T_PATH_2010Q3 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
SECTNForms: Section P_99S_SECTNCHAR4P_99S_SECTN
QUARTDmfA Quarter (00013) P12_QUARTERNUMC5NUMC5
RSZNRSI Registration Number (employer) (00011) RSZNRNUMC9NUM9HRPADBE_RSZNR
NOSSPNOSS LPA Registration Number P12_NOSSPNUMC8NUM8
TRSTETrusteeship (00012) P12_TRUSTEESHIPNUMC1P12_TRUSTEESHIP
COMIDCompany ID (00014) P12_COMIDNUMC10NUMC10
CRECLEmployer Class (00019) P12_CRECLNUMC3NUM3
CRCODContribution Code (00020) P12_CRCODNUMC3NUM3
SEQNRSequential Number for Natural Person (00023) P12_NATSQNNUMC7NUM7
RSZRRINSS - National ID Number (00024) RSZRRNUMC11NUM11
RSZCAEmployer Class (SI Employer Category) (00036) RSZCACHAR3Assigned to domainRSZCA
RSZKNWorker Code (SI Employee Category) (00037) RSZKNCHAR3Assigned to domainRSZKNH_T5B0J
NREMPOccupation Sequential Number (00043) P12_OCNUMNUMC2NUMC2
SENUMService Sequential Number (00061) P12_SENUMNUMC2NUMC2
SERCDDmfA Service Codes (00062) P12_SERCDNUMC3Assigned to domainP12_SERCD
RENUMRemuneration Sequential Number (00066) P12_RENUMNUMC2NUMC2
REMCDDmfA Remuneration Codes (00067) P12_REMCDNUMC3Assigned to domainP12_REMCD
PAYFRDMFA Payment Frequency P12_PAYFRNUMC2P12_PAYFR
RMPCTPercentage Paid for DmfA (0069) P12_RMPCTNUMC5NUMC5
CODDEDmfA Deduction Code (00086) P12_CODDENUMC4NUMC4
DTCODDeduction Detail Sequence Number (00138) P12_DTCODNUMC2NUMC2
COCODContribution Worker Code (00082) P12_COCODNUMC3NUMC3
COTYPContribution Type (00083) P12_STYPENUMC1P12_STYPE
PRCODSystem of Unemployment Code (00079) P12_PRCODCHAR1P12_PRCOD
INCODCompensation Type (00144) P12_INCODNUMC2NUMC2
INDEGDisability Percentage (00145) P12_INDEGCHAR6CHAR6
NPURFNatural Person User Reference (00615) P12_NPUSERREFCHAR20CHAR20
WRURFWorker Record User Reference (00616) P12_WRUSERREFCHAR20CHAR20
OCURFOccupation User Reference (00617) P12_OCUSERREFCHAR20CHAR20
CSQNRSequence Number for Company Car (00780) P12_CSQNRNUMC5NUMC5
EMPNTEmployer Notion (00815) P12_EMPNTNUMC11NUMC11
OCCOMJoint Commission Number (00046) P12_OCCOMCHAR9CHAR9
CMANTComplementary Indemnity Agreement / Amt adjustment P12_CMANTNUMC1NUMC1
CMHNTHalf Time Career Interruption Notion (00825) P12_CMHNTCHAR1CHAR1
CMSNTService Exemption Notion (00826) P12_CMSNTCHAR1CHAR1
CMRNTReplacement Accordance WCC Notion (00827) P12_CMRNTCHAR1CHAR1
CIAMTComplementary indemnity agreement P12_CIAANNUMC1NUMC1
NPCAMNatural Person Calculated Amount P12_NPCAMCHAR16CHAR16
CUCAMContribution unrelated to Natural Person Calculated Amount P12_CUCAMCHAR16CHAR16
A30IDActor30bisId P12_A30IDNUMC9NUMC09
ACTCOActivity Code P12_ACTCONUMC5NUM05
CSENRContribution Sequence Number (00955) P12_CSENRNUMC3NUM03
OCPSDOccupation PSD Start Date P12_OCPSDCHAR10CHAR10
PSITYPublic Sector Institution Type (00961) P12_PSITYNUMC2NUM02
PSPCAPublic Sector Personnel Category (00962) P12_PSPCANUMC2NUM02
ASSMTAssignment Type (00967) P12_ASSMTNUMC1NUM01
FUNATFunction Nature (00968) P12_FUNATNUMC1NUM01
SSASDScale Salary Start Date P12_SSASDDATS8DATUM
PSESDPecuniary Seniority Start Date P12_PSESDCHAR7CHAR07
SSCRFSalary Scale Reference P12_SSCRFNUMC12NUM12
ASSRFAdditional Scale Salary Reference P12_ASSRFNUMC12NUM12
ASSSDAdditional Scale Salary Start Date P12_ASSSDDATS8DATUM

Key field Non-key field



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

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

How to access SAP table P12DMFA_T_PATH_2010Q3

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