SAP Reports / Programs

RPLACTJ0 SAP ABAP Report - Employee Action List







RPLACTJ0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to output a list of employees with both new and old organizational assignment information as long as they have a record for the action specified within the indicated period...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 RPLACTJ0 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 RPLACTJ0. "Basic submit
SUBMIT RPLACTJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLACTJ0 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: WAREKI = Wareki display
Selection Text: HIRING = Action
Title: Employee Action List
Text Symbol: H01 = Employee Action List
Text Symbol: 023 = Old job
Text Symbol: 022 = Old position
Text Symbol: 021 = New job
Text Symbol: 020 = New position
Text Symbol: 015 = Please choose action type
Text Symbol: 014 = Sel Dat:
Text Symbol: 013 = -
Text Symbol: 012 = Selc Per:
Text Symbol: 011 = Old organization
Text Symbol: 010 = New organization
Text Symbol: 009 = Name
Text Symbol: 008 = Pernr
Text Symbol: 007 = Action Date
Text Symbol: 006 = Action
Text Symbol: 005 = EESubgroup
Text Symbol: 004 = Subarea
Text Symbol: 003 = EE group
Text Symbol: 002 = Pers.area


INCLUDES used within this REPORT RPLACTJ0

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:

RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' EXPORTING REPID = REPID IMPORTING FORMAT = FORMAT.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING PP0002 = P0002 MOLGA = I001P-MOLGA LANGU = SY-LANGU FORMAT = FORMAT IMPORTING EDIT_NAME = EDITNAME RETCODE = R_CODE.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = lv_repid i_callback_top_of_page = 'TOP_OF_PAGE' is_layout = ls_alv_layout it_fieldcat = lt_alv_field_catalog tables t_outtab = outtab exceptions program_error = 1 others = 2.

RP_CONVERT_JAPAN_DATE_OUT CALL FUNCTION 'RP_CONVERT_JAPAN_DATE_OUT' EXPORTING SEIREKI = W_SEIREKI IMPORTING NENGO = W_NENGO NEN = W_NEN NEN_TEXT = W_NEN_TEXT TSUKI = W_TSUKI TSUKI_TEXT = W_TSUKI_TEXT HI = W_HI HI_TEXT = W_HI_TEXT.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_list_top_of_page.



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