P12DMFA_T_PATH SAP (Path) Structure details

Dictionary Type: Structure
Description: Path




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




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

P12DMFA_T_PATH 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" 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 TYPE P12DMFA_T_PATH.

The P12DMFA_T_PATH table consists of various fields, each holding specific information or linking keys about Path 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: Not classified


SAP P12DMFA_T_PATH 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

Key field Non-key field



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

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

How to access SAP table P12DMFA_T_PATH

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