SAP Reports / Programs

HMXCGRB0_CE SAP ABAP Report - Maintenance payments: beneficiaries







HMXCGRB0_CE 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 HMXCGRB0_CE 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_M32_CGRB_CE - Prepare evaluation


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 HMXCGRB0_CE. "Basic submit
SUBMIT HMXCGRB0_CE AND RETURN. "Return to original report after report execution complete
SUBMIT HMXCGRB0_CE 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: G_LIST = List
Selection Text: SL_PAYID = Payment ID
Selection Text: SL_PAYTY = Type of payment
Title: Maintenance payments: beneficiaries
Text Symbol: 001 = Type payment
Text Symbol: 002 = Beneficiary name
Text Symbol: 003 = Pension amount
Text Symbol: 004 = Beneficiary signature
Text Symbol: L01 = List types
Text Symbol: L02 = Special payroll
Text Symbol: T01 = Overview generated receipts
Text Symbol: T02 = Date: &1
Text Symbol: X99 = Off-cycle run


INCLUDES used within this REPORT HMXCGRB0_CE

INCLUDE RPCGPD00.
INCLUDE PCGPDMX0.


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:

HR_MX_SEL_MOLGA CALL FUNCTION 'HR_MX_SEL_MOLGA' EXPORTING PERSNR = one_pernr * MOLGA = 32 BEGDA = SEL_BEGDA ENDDA = SEL_ENDDA EXCEPTIONS NOT_FOUND = 4.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING PP0002 = PP0002 MOLGA = T500P-MOLGA LANGU = SY-LANGU FORMAT = '01' IMPORTING EDIT_NAME = t_PERSON-ENAME.

CD_RETROCALC_PERIOD CALL FUNCTION 'CD_RETROCALC_PERIOD' EXPORTING ENTRY = RGDIR IMPORTING CALCD = CALCD EXCEPTIONS OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = PRGNM I_INTERNAL_TABNAME = ITEMNM I_INCLNAME = INCNM CHANGING CT_FIELDCAT = FIELDCAT[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = PRGNM I_INTERNAL_TABNAME = ITBNM I_INCLNAME = INCNM CHANGING CT_FIELDCAT = FIELDCAT[].

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = it_comment.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' "YVHAHRK063250 EXPORTING I_CALLBACK_PROGRAM = PRGNM I_CALLBACK_PF_STATUS_SET = STATN I_CALLBACK_USER_COMMAND = UCMDN I_CALLBACK_TOP_OF_PAGE = const_top_form IS_LAYOUT = i_layout IT_FIELDCAT = FIELDCAT TABLES T_OUTTAB = OUTPUTTAB EXCEPTIONS OTHERS = 0.



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