SAP Reports / Programs

RPCDECJ0 SAP ABAP Report - HR-J: Check estimated amount of monthly payroll Dec. before ProYEA







RPCDECJ0 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 RPCDECJ0 into the relevant SAP transactions such as SE38 or SE80


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 RPCDECJ0. "Basic submit
SUBMIT RPCDECJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDECJ0 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: PR_YEAR = Fiscal year
Title: HR-J: Check estimated amount of monthly payroll Dec. before ProYEA
Text Symbol: E01 = 0001
Text Symbol: E02 = Module HR_DISPLAY_BASIC_LIST failed.
Text Symbol: E03 = Module HR_DISPLAY_ERROR_LIST failed.
Text Symbol: F01 = Adjustment amount is included in Overtime Compensation of December
Text Symbol: F02 = Various functions(sort,delete,insert) are possible using buttons above.
Text Symbol: FL1 = Taxable:Nov.
Text Symbol: FL2 = Overtime:Nov.
Text Symbol: FL3 = Taxable:Dec
Text Symbol: FL4 = Overtime:Dec
Text Symbol: FL5 = Adjtmt.:Dec
Text Symbol: FL6 = Increase
Text Symbol: H01 = Field "Increase" is calculated as [Taxable Dec. - Taxable Nov.]
Text Symbol: T01 = Estimation Result compared with Actual Result from November
Text Symbol: TE1 = Error happened during the process


INCLUDES used within this REPORT RPCDECJ0

INCLUDE RPC2CD09.


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_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING * BASIC_LIST_TITLE = TEXT-T01 "JRFPH0K009969 * FILE_NAME = SY-REPID "JRYPH9K004970 FILE_NAME = 'RPCDECJ0' "JRYPH9K004970 HEAD_LINE1 = TEXT-T01 "JRFPH0K009969 HEAD_LINE2 = TEXT-H01 "JRFPH0K009969 * HEAD_LINE1 = TEXT-H01 "JRFPH0K009969 * HEAD_LINE2 = ' ' * FOOT_NOTE1 = TEXT-F01 "JRFPH0K009969 * FOOT_NOTE2 = TEXT-F02 "JRFPH0K009969 * FOOT_NOTE3 = ' ' * LAY_OUT = 0 * DYN_PUSHBUTTON_TEXT1 = * DYN_PUSHBUTTON_TEXT2 = * DYN_PUSHBUTTON_TEXT3 = * DYN_PUSHBUTTON_TEXT4 = * DYN_PUSHBUTTON_TEXT5 = * DYN_PUSHBUTTON_TEXT6 = * DATA_STRUCTURE = ' ' * HEAD_LINE3 = ' ' * HEAD_LINE4 = ' ' HEAD_LINE3 = TEXT-F01 "JRFPH0K009969 HEAD_LINE4 = TEXT-F02 "JRFPH0K009969 * CURRENT_REPORT = * LIST_LEVEL = ' ' * ADDITIONAL_OPTIONS = ' ' * WORD_DOCUMENT = * IMPORTING * RETURN_CODE = TABLES DATA_TAB = INTAB FIELDNAME_TAB = INTAB_FLD * SELECT_TAB = ERROR_TAB = ERROR_TAB EXCEPTIONS DOWNLOAD_PROBLEM = 1 NO_DATA_TAB_ENTRIES = 2 TABLE_MISMATCH = 3 PRINT_PROBLEMS = 4 OTHERS = 5.

HR_DISPLAY_ERROR_LIST * CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' "XYOL9CK010031 * EXPORTING "XYOL9CK010031 * NO_POPUP = ' ' "XYOL9CK010031 * NO_PRINT = 'X' "XYOL9CK010031 * NO_IMG = ' ' "XYOL9CK010031 * NO_MSGNO = 'X' "XYOL9CK010031 * LINESIZE = SY-LINSZ "XYOL9CK010031 * LISTHEADER = TEXT-TE1 "XYOL9CK010031 * COLHEADER = ' ' * HIDEMSG = ' ' * TABLES "XYOL9CK010031 * ERROR = ERROR_TAB "XYOL9CK010031 * EXCEPTIONS "XYOL9CK010031 * INVALID_LINESIZE = 1 "XYOL9CK010031 * OTHERS = 2. "XYOL9CK010031



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