P12_BHOL_RESULT_ALV SAP (Holiday Pay : Table for the ALV result) Structure details

Dictionary Type: Structure
Description: Holiday Pay : Table for the ALV result




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




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

P12_BHOL_RESULT_ALV 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 "Holiday Pay : Table for the ALV result" 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_P12_BHOL_RESULT_ALV TYPE P12_BHOL_RESULT_ALV.

The P12_BHOL_RESULT_ALV table consists of various fields, each holding specific information or linking keys about Holiday Pay : Table for the ALV result data available in SAP. These include FPPER (For-period for payroll), ENDDA (End Date), BEGDA (Start Date), ANSTA (Employment status).. 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 P12_BHOL_RESULT_ALV 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
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
FPPERFor-period for payroll FAPERCHAR6CHAR6
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
ANSTAEmployment status ANSTANUMC1NUM1
HOLGRHoliday Pay - Grouping P12_HP_GROUPINGCHAR2CHAR2
MWHWKHoliday Pay - Mean weekly working hours P12_HP_MEANWRKHOURSNUMC4P12_HP_WEEKLYWORKINGHOURS
RFMWHHoliday Pay - Reference weekly working hours P12_HP_REFWRKHOURSNUMC4P12_HP_WEEKLYWORKINGHOURS
WDSHoliday Pay - Working Days System P12_HP_WDSNUMC3
VACUNHoliday Pay - Vacation Unit P12_HP_VACATION_UNITCHAR1P12_HP_UNIT
ADVUNHoliday Pay - Additional Vacation Unit P12_HP_ADD_VACATION_UNITCHAR1P12_HP_UNIT
DECALHoliday Pay - December Calculation P12_HP_DECEMBER_CALCULATIONCHAR2CHAR2
EMFACHoliday Pay - Employment Factor P12_HP_EMPLOYMENT_FACTORDEC7(2) DEC5_2
SSOLLHoliday Pay - Planned working time P12_HP_SSOLLDEC7(2) DEC5_2
NOABSHoliday Pay - Not Assimilated Absences P12_HP_NOT_ASSIMILATED_ABSENCEDEC7(2) DEC5_2
NOAUNHoliday Pay - Unit used for not assimilated absences. Hours P12_HP_NOT_ASSIM_ABS_UNITCHAR1P12_HP_UNIT
RFMTHHoliday Pay - Reference months P12_HP_REFERENCE_MONTHSDEC7(2) DEC5_2
GROEXHoliday Pay - Gross Salary For Exit P12_HP_GROSS_SALARY_FOR_EXITCURR15(2) PRBETRG
GRODEHoliday Pay - Gross Salary For December P12_HP_GROSS_SALARY_FOR_DECCURR15(2) PRBETRG
NDHPPHoliday Pay - Normal Double Holiday Pay Paid P12_HP_FLAG_DHP_PAIDCHAR1CHAR1
ESHPPHoliday Pay - Exit Single Holiday Pay paid P12_HP_FLAG_EXIT_SHP_PAIDCHAR1CHAR1
EDHPPHoliday Pay - Exit Double Holiday Pay paid P12_HP_FLAG_EXIT_DHP_PAIDCHAR1CHAR1
DSHPPHoliday Pay - December Single Holiday Pay Paid P12_HP_FLAG_DEC_SHP_PAIDCHAR1CHAR1
DDHPPHoliday Pay - December Double Holiday Pay paid P12_HP_FLAG_DEC_DHP_PAIDCHAR1CHAR1
SHPHoliday Pay - SHP already Paid during the year P12_HP_AMT_SHPCURR15(2) PRBETRG
SHPEHoliday Pay - SHP Paid at Exit P12_HP_AMT_SHP_AT_EXITCURR15(2) PRBETRG
RSHPEHoliday Pay - Rate used to calculate the single HP at exit P12_HP_RATE_SHP_EXITDEC7(2) DEC5_2
DBHPEHoliday Pay - DHP Paid at Exit P12_HP_AMT_DHP_AT_EXITCURR15(2) PRBETRG
RDHPEHoliday Pay - Rate to calculate the double HP at exit P12_HP_RATE_DHP_EXITDEC7(2) DEC5_2
ADHPEHoliday Pay - Additionnal DHP Paid at Exit P12_HP_AMT_ADDIT_DHP_AT_EXITCURR15(2) PRBETRG
RADHPHoliday Pay - Rate to calculate the add double HP at exit P12_HP_RATE_ADDHP_EXITDEC7(2) DEC5_2
SHPDHoliday Pay - SHP Paid in December P12_HP_AMT_SHP_DECEMBERCURR15(2) PRBETRG
DHPDHoliday Pay - DHP Paid in December P12_HP_AMT_DHP_DECEMBERCURR15(2) PRBETRG
ADHPDHoliday Pay - Additional DHP Paid in December P12_HP_AMT_ADDIT_DHP_DECEMBERCURR15(2) PRBETRG
IVAENHoliday Pay - Initial vacation entitlement P12_HP_INITIAL_VAC_ENTITLMTDEC7(2) DEC5_2
VATAKHoliday Pay - Vacation Taken P12_HP_VACATION_TAKENDEC7(2) DEC5_2
ADDVEHoliday Pay - Additional Vacation Entitlement P12_HP_ADD_VACATION_ENTMENTDEC7(2) DEC5_2
ADDVTHoliday Pay - Additional Vacation Taken P12_HP_ADD_VACATION_TAKENDEC7(2) DEC5_2
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NACHNLast Name PAD_NACHNCHAR40PAD_NACHN
VORNAFirst Name PAD_VORNACHAR40PAD_VORNM
ICONDText for translation TEXT200CHAR200TEXT200
INFORInformation About Payroll Run P12_FLOW_INFORMATIONCHAR100CHAR100

Key field Non-key field



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

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

How to access SAP table P12_BHOL_RESULT_ALV

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