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
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.
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
INCLUDE RPC2CD09.
No SAP DATABASE tables are accessed within this REPORT code!
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
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCDECJ0 - HR-J: Check estimated amount of monthly payroll Dec. before ProYEA RPCDECJ0 - HR-J: Check estimated amount of monthly payroll Dec. before ProYEA RPCDECI0 - documentation and ABAP source code RPCDECG0PBS_FORMS - Include RPCDECG0PBS_FORMS RPCDECG0PBS_FILL_COSTS_02 - Country-specific NATIO Definitions RPCDECG0PBS_FILL_COSTS_01 - Country-specific Payroll Definitions