SAP Reports / Programs

HPHRHDM0 SAP ABAP Report - HDMF Membership Registration/Remittance Form







HPHRHDM0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for HDMF Membership Registration/Remittance Form...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter HPHRHDM0 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_RHDM - HDMF Monthly Remit.


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 HPHRHDM0. "Basic submit
SUBMIT HPHRHDM0 AND RETURN. "Return to original report after report execution complete
SUBMIT HPHRHDM0 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: HDMFGRP = Pag-Ibig Group
Selection Text: CUMYR_PR = Calendar Month
Selection Text: CUMNO_PR = Calendar Year
Title: HDMF Membership Registration/Remittance Form
Text Symbol: X01 = Employer ID :
Text Symbol: E02 = Invalid remarks &1
Text Symbol: E01 = You must specify reason for O remark
Text Symbol: 072 = Employer's Pag-ibig ID No.
Text Symbol: 071 = REMARKS
Text Symbol: 068 = Agency/Branch/Division Code
Text Symbol: 067 = For Government Agencies
Text Symbol: 066 = Tin
Text Symbol: 065 = Pag-Ibig Grouping
Text Symbol: 061 = Employee has multiple Pag-Ibig groupings.
Text Symbol: 058 = Period
Text Symbol: 057 = Download
Text Symbol: 056 = Directory
Text Symbol: 055 = Filename
Text Symbol: 054 = File Download
Text Symbol: 052 = | | |
Text Symbol: 051 = APPROVED BY: ___________________ DATE: ________ |OFFICIAL DESIGNATION |PAGE NO. |NO. OF PAGES
Text Symbol: 050 = | |
Text Symbol: 049 = POSTED BY: _____________________ DATE: ________ |SIGNATURE OVER PRINTED NAME |DATE
Text Symbol: 048 = | | | | |
Text Symbol: X24 = NAME OF MEMBERS
Text Symbol: X23 = PERIOD
Text Symbol: X22 = MONTHLY
Text Symbol: X21 = COMPENSATION
Text Symbol: X20 = TOTAL
Text Symbol: X19 = CONTRIBUTIONS
Text Symbol: X18 = Covered
Text Symbol: X17 = PROGRAM
Text Symbol: X16 = No./RTN
Text Symbol: X15 = REMARKS
Text Symbol: X14 = ER SHARE
Text Symbol: X13 = EE SHARE
Text Symbol: X12 = COVERED
Text Symbol: X11 = MIDDLE NAME





Text Symbol: X10 = NAME EXTENSION
Text Symbol: X09 = FIRST NAME
Text Symbol: X08 = LAST NAME
Text Symbol: X07 = MEMBERSHIP
Text Symbol: X06 = ACCOUNT NO
Text Symbol: X05 = Pag-IBIG MID
Text Symbol: X04 = Total Remittance
Text Symbol: X03 = Address :
Text Symbol: X02 = Employer Name :
Text Symbol: 047 = No. of Employees on this page:
Text Symbol: 023 = June
Text Symbol: 022 = May
Text Symbol: 021 = April
Text Symbol: 020 = March
Text Symbol: 019 = February
Text Symbol: 018 = January
Text Symbol: 017 = Calendar Year
Text Symbol: 016 = Calendar Month
Text Symbol: 015 = FOR Pag-IBIG USE ONLY
Text Symbol: 014 = TOTAL
Text Symbol: 013 = Employer
Text Symbol: 012 = Employee
Text Symbol: 011 = MEMBERSHIP CONTRIBUTIONS
Text Symbol: 010 = Middle Name
Text Symbol: 009 = First Name
Text Symbol: 008 = Last Name
Text Symbol: 007 = Pag-IBIG No./Birth Date
Text Symbol: 006 = Agency/Branch/Division Code
Text Symbol: 005 = Period Covered
Text Symbol: 004 = SSS Id No.
Text Symbol: 003 = Address
Text Symbol: 002 = Employer
Text Symbol: 001 = Membership Contributions Remittance Form (MCRF)
Text Symbol: 046 = TOTAL FOR THIS PAGE >
Text Symbol: 045 = Contact No/s.
Text Symbol: 044 = Membership Contributions Remittance Form (MCRF)
Text Symbol: 043 = Comp. Code
Text Symbol: 042 = Personal Nr
Text Symbol: 041 = Messages Report





Text Symbol: 040 = Employee is exempted from Pag-IBIG contributions
Text Symbol: 039 = Unknown
Text Symbol: 038 = Government
Text Symbol: 037 = Private
Text Symbol: 036 = Could not retrieve complete details for company &1
Text Symbol: 035 = Total No. of Employees:
Text Symbol: 034 = GRAND TOTAL >
Text Symbol: 033 = FOR Pag-IBIG USE ONLY | CERTIFIED CORRECT BY:
Text Symbol: 032 = Could not retrieve payroll results
Text Symbol: 031 = Could not read table &1
Text Symbol: 030 = Payroll results for this month exist partially only until payroll period &1 &2 .
Text Symbol: 029 = December
Text Symbol: 028 = November
Text Symbol: 027 = October
Text Symbol: 026 = September
Text Symbol: 025 = August
Text Symbol: 024 = July


INCLUDES used within this REPORT HPHRHDM0

INCLUDE HPHRHDMD.
INCLUDE HPHRHDMF.


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 HPHRHDM0 or its description.