SAP Reports / Programs

HMXCREGPBS SAP ABAP Report - Report for Employee Category 2008







HMXCREGPBS 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 HMXCREGPBS 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_PBS_CREG - Report for Employee Category


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 HMXCREGPBS. "Basic submit
SUBMIT HMXCREGPBS AND RETURN. "Return to original report after report execution complete
SUBMIT HMXCREGPBS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Report for Employee Category 2008
Text Symbol: 001 = Distr.
Text Symbol: 002 = Sing. acct
Text Symbol: 003 = Protected
Text Symbol: 004 = - EE basic salary
Text Symbol: 005 = - Five-year bonus
Text Symbol: 006 = - ER basic salary
Text Symbol: 007 = - Employee no.
Text Symbol: 008 = - Employees with loans
Text Symbol: E91 = Cannot include payroll area
Text Symbol: E92 = Specify the payroll area
Text Symbol: T01 = Period


INCLUDES used within this REPORT HMXCREGPBS

INCLUDE HMXCREGPBS_DATA.
INCLUDE RPPPXD10. "COMMON PART BUFFER PCL1/PCL2


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:

CD_RETROCALC_PERIOD CALL FUNCTION 'CD_RETROCALC_PERIOD' EXPORTING entry = ex_payper IMPORTING calcd = l_is_retro.

CD_READ_PREVIOUS CALL FUNCTION 'CD_READ_PREVIOUS' EXPORTING in_record = ex_payper exact = 'X' * LAST = ' ' * IGNORE_ABKRS = ' ' TABLES rgdir = rgdir out_rgdir = can_payper EXCEPTIONS no_record_found = 1 OTHERS = 2. "#EC *

CD_RETROCALC_PERIOD CALL FUNCTION 'CD_RETROCALC_PERIOD' EXPORTING entry = rgdir IMPORTING calcd = l_is_retro.

CD_READ_PREVIOUS CALL FUNCTION 'CD_READ_PREVIOUS' EXPORTING in_record = rgdir exact = 'X' TABLES rgdir = rgdir out_rgdir = h_rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2. "#EC *

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'PMXLIST_REG' CHANGING CT_FIELDCAT = lt_fieldcat.

REUSE_ALV_GRID_DISPLAY_LVC CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC' EXPORTING IS_LAYOUT_LVC = ls_layout IT_FIELDCAT_LVC = lt_fieldcat I_GRID_TITLE = ls_title TABLES T_OUTTAB = alv_data_table.



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