SAP Reports / Programs | Personnel Management | Personnel Administration | Japan(PA-PA-JP) SAP PA

RPUJSCJ0 SAP ABAP Report - HR-J: Batch Inpurt Utility for T5JSC Renewal







RPUJSCJ0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Update master Data due to standard compensation update Standard compensation date was updated on the same specified date...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 RPUJSCJ0 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_M22_UUSC - Refresh EE's monthly std. comp. data


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 RPUJSCJ0. "Basic submit
SUBMIT RPUJSCJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUJSCJ0 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: CHG_DATE = New table is effective as of
Selection Text: CHG_REAS = The reason for Legal Change
Selection Text: EP = Employee's Pension Ins.
Selection Text: HI = Health Ins.
Selection Text: OVERWR? = Overwrite
Title: HR-J: Batch Inpurt Utility for T5JSC Renewal
Text Symbol: 001 = IT0141 record after legal change already exists
Text Symbol: E01 = Batch Input error records:
Text Symbol: E02 = IT0141 error records:
Text Symbol: E03 = Employees for IT0141 error:
Text Symbol: F01 = Social Insurance Type
Text Symbol: L01 = Updated records (HI):
Text Symbol: L02 = Updated records (EP):
Text Symbol: L03 = Error records :


INCLUDES used within this REPORT RPUJSCJ0

No INCLUDES are used within this REPORT code!


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:

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = SY-UNAME KEEP = 'X' USER = SY-UNAME.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'PA30' TABLES DYNPROTAB = BDCDATA.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

HR_PAL_STATS_STANDARD_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_STANDARD_MSG_ADD' EXPORTING I_SELECTED_EE = lv_count I_SUCCESSFUL_EE = cnt I_ERRONEOUS_EE = cnt2 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING I_PERNR = error_table-pernr I_MSGID = '5J' I_MSGTY = 'E' I_MSGNO = '016' I_MSGV1 = lv_text EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = lv_display_profile I_S_FLAT_PROFILE = lv_flat_profile "JPMSAL0K114312 EXCEPTIONS PROGRAM_ERROR = 1 NO_LOGS = 2 OTHERS = 3.



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