SAP Reports / Programs | Payroll | Philippines(PY-PH) SAP PY

HPHCMP00 SAP ABAP Report - HR-PH: Advance Payment Multiple Runs







HPHCMP00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter HPHCMP00 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M48_CMP0 - Adv pay multiple runs calc. program


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT HPHCMP00. "Basic submit
SUBMIT HPHCMP00 AND RETURN. "Return to original report after report execution complete
SUBMIT HPHCMP00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: ZERO_AL = Total amount is not positive
Selection Text: ZERO_08 = Basic salary is not positive
Selection Text: TEST = Test run
Selection Text: PHP = PHP
Selection Text: PAY_DATE = Pay date
Selection Text: NO_08 = No basic salary
Selection Text: MAP_NAME = Batch input/queue
Selection Text: LLIM_ADV = Lower limit
Selection Text: LGADV = Wage type
Selection Text: INFTY = Infotype
Selection Text: HLIM_ADV = Higher limit
Selection Text: BAS_DATE = Base date
Selection Text: 10PHP = 10 PHP
Selection Text: 100PHP = 100 PHP
Title: HR-PH: Advance Payment Multiple Runs
Text Symbol: 902 = Batch
Text Symbol: 901 = Application Log
Text Symbol: 103 = Create batch
Text Symbol: 102 = Incorrect date or period modifier in tables
Text Symbol: 101 = Total amount:
Text Symbol: 100 = Error in RP_FILL_WAGE_TYPE_TABLE
Text Symbol: 045 = 100 PHP
Text Symbol: 044 = 10 PHP
Text Symbol: 043 = PHP
Text Symbol: 042 = Rounding
Text Symbol: 041 = Pay date
Text Symbol: 040 = Base date
Text Symbol: 038 = One Time Pay. Off-Cycle
Text Symbol: 037 = 0267
Text Symbol: 036 = Infotype
Text Symbol: 001 = Advance Payment
Text Symbol: 002 = Wage type
Text Symbol: 003 = Number of selected personnel:
Text Symbol: 004 = Number of successful personnel:
Text Symbol: 005 = Total amount to be paid
Text Symbol: 006 = Test:
Text Symbol: 008 = Advance Payment
Text Symbol: 009 = Paid on





Text Symbol: 010 = No model found
Text Symbol: 011 = in function RP_CHECK_PAY_PERIOD
Text Symbol: 012 = No table entry
Text Symbol: 013 = No rate found
Text Symbol: 014 = in function CONVERT_TO_LOCAL_CURRENCY
Text Symbol: 015 = Overflow
Text Symbol: 016 = Error at indirect evaluation
Text Symbol: 017 = in function RP_FILL_WAGE_TYPE_TABLE_EXT
Text Symbol: 018 = Processing list ...
Text Symbol: 019 = Base date:
Text Symbol: 020 = Period modifier inconsistant
Text Symbol: 023 = List Error
Text Symbol: 024 = ...
Text Symbol: 025 = Pers.no.
Text Symbol: 026 = Country grouping
Text Symbol: 027 = Error in reading feature: &1
Text Symbol: 028 = Currency
Text Symbol: 030 = List of advanced payment
Text Symbol: 031 = Period:
Text Symbol: 032 = To
Text Symbol: 033 = Pay date in infotype 0015:
Text Symbol: 034 = Pay date in infotype 0267:


INCLUDES used within this REPORT HPHCMP00

INCLUDE PCMP0PH1_ALV. " DATA DEFINITION
INCLUDE PCMP0PH2_ALV. " MAIN ROUTINES (EVENTS)
INCLUDE PCMP0PH3_ALV. " INCLUDES
INCLUDE RPUMKC00. " READ FEATURE


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name HPHCMP00 or its description.