P08_FILL_MSA_FCT is an SAP Structure so does not store data like a database table does but can be used to process "Fill MSA Factor" 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_P08_FILL_MSA_FCT TYPE P08_FILL_MSA_FCT .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
.INCLUDE | PC261 | Cluster Directory (For Export and Import of Payroll Results) | ||||
SEQNR | CDSEQ | NUMC | 5 | Sequence Number | ||
ABKRS | ABKRS | CHAR | 2 |
* | Payroll Area | |
FPPER | FAPER | CHAR | 6 | For-period for payroll | ||
FPBEG | FPBEG | DATS | 8 | Start date of payroll period (FOR period) | ||
FPEND | FPEND | DATS | 8 | End of payroll period (for-period) | ||
IABKRS | ABKRS | CHAR | 2 |
* | Payroll Area | |
IPERM | PERMO | NUMC | 2 |
* | Period Parameters | |
INPER | IPERI | CHAR | 6 | In-period for payroll | ||
IPEND | IPEND | DATS | 8 | End of payroll period (IN period) | ||
JUPER | JUPER | CHAR | 4 | Legal Person | ||
SRTZA | SRTZA | CHAR | 1 | Indicator: Status of record | ||
PAYTY | PAYTY | CHAR | 1 | Payroll type | ||
PAYID | PAYID | CHAR | 1 | Payroll Identifier | ||
VOID | VOID | CHAR | 1 | Reversal Indicator | ||
BONDT | BONDT | DATS | 8 | Off-cycle payroll payment date | ||
RUNDT | RUNDT | DATS | 8 | Date of payroll run | ||
RUNTM | RUNTM | TIMS | 6 | Time of payroll run | ||
PERMO | PERMO | NUMC | 2 | T549R | Period Parameters | |
VOIDD | VOID_DATE | DATS | 8 | Void date for payroll results | ||
VOIDT | VOID_TIME | TIMS | 6 | Void time for payroll results | ||
VOIDR | VOID_CODE | CHAR | 2 | Cancellation reason for payroll results | ||
PAYDT | PAY_DATE | DATS | 8 | Pay date for payroll result | ||
DUMMY | RP_DUMMY | CHAR | 1 | Indicator: Dummy result | ||
INPTY | PAYTY | CHAR | 1 | Payroll type | ||
INPID | PAYID | CHAR | 1 | Payroll Identifier | ||
OCRSN | PAY_OCRSN | CHAR | 4 |
* | Reason for Off-Cycle Payroll | |
INOCR | PAY_OCRSN | CHAR | 4 |
* | Reason for Off-Cycle Payroll | |
OCCAT | PAY_OCCAT | CHAR | 2 |
* | Category for off-cycle reason | |
INOCC | PAY_OCCAT | CHAR | 2 |
* | Category for off-cycle reason | |
REVERSAL | VOID | CHAR | 1 | Reversal Indicator | ||
OUTOFSEQ | PAY_OUTOFSEQ | CHAR | 1 | Out-Of-Sequence-Check Indicator | ||
OOSDATE | PAY_OOSDATE | DATS | 8 | Create Out-Of-Sequence Check (acc. to Payroll Control Rec.) | ||
ARC_GROUP | ARC_GROUP | NUMC | 6 | Archiving Group | ||
CALCD | CALCD | CHAR | 1 | Payroll Already Run for Indicator Period | ||
PERSON | PERSONID | NUMC | 8 | Technical Person Number | ||
PERSDATA | PERNR_D | NUMC | 8 | Personnel Number | ||
BRACKET | PAY_BRACKET | NUMC | 5 | Bracket for a Period and its Supplementals | ||
.INCLUDE | PC27J | Maternity and Sickness Absences (GB) | ||||
ATYPE | BEWKL | NUMC | 2 | T554L | Absence valuation rule | |
ENDDA | ENDDA | DATS | 8 | End Date | ||
BEGDA | BEGDA | DATS | 8 | Start Date | ||
WTYPE | LGART | CHAR | 4 |
* | Wage Type | |
PRATE | BETPE | CURR | 15(2) | Payroll: Amount per unit | ||
NUMBR | PRANZ | DEC | 15(2) | HR payroll: Number | ||
AMOUN | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
RTE_CURR | WAERS | CUKY | 5 |
* | Currency Key | |
AMT_CURR | WAERS | CUKY | 5 |
* | Currency Key | |
ADLYE | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
VDLYE | MAXBT | CURR | 15(2) | HR Payroll: Amount | ||
FACTOR | ABRWT | DEC | 9(2) | Value of payroll constants |
Key field | |
Non-key field |
P08_FILL_MSA_FCT - Fill MSA Factor P08_EYU_N - HR-GB: Reporting structure RTI NI P08_EYU_G - HR-GB: Reporting structure RTI Year End Updates P08_EXCEP_ALV - HR-XX: Exception reporting structure for ALV output P08_ERROR_V - UK GovTalk Message Envelope - Error P08_ERROR_LIST - Error List (for backgroung processing only)