RCF_MODIFY_RD_LAST_ACTIVITY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Once the business function
If you would like to execute this report or see the full code listing simply enter RCF_MODIFY_RD_LAST_ACTIVITY 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: P_ALV = Output as ALV
Selection Text: P_NA = Candidates
Selection Text: P_ND = Applications
Selection Text: P_NE = Candidacies
Selection Text: P_TEST = Test
Selection Text: SO_NA = ID
Selection Text: SO_ND = ID
Selection Text: SO_NE = ID
Title: Determination of Last Changed Activity
Text Symbol: 001 = Number of Selected Objects:
Text Symbol: 002 = Of Which Are Objects with Activities:
Text Symbol: 003 = Of Which Are Objects with Errors:
Text Symbol: ERR = List of Objects with Errors:
Text Symbol: RUN = Processing Mode
Text Symbol: SLT = Selection Options
Text Symbol: SNA = Candidates
Text Symbol: SND = Applications
Text Symbol: SNE = Candidacies
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' EXPORTING set_default_plvar = 'X' IMPORTING act_plvar = gv_plvar EXCEPTIONS no_active_plvar = 0 OTHERS = 0.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING is_layout = gs_layout it_fieldcat = gt_fieldcat TABLES t_outtab = gt_out EXCEPTIONS program_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCF_MODIFY_RD_LAST_ACTIVITY - Determination of Last Changed Activity RCF_MODIFY_RD_LAST_ACTIVITY - Determination of Last Changed Activity RCF_MODIFY_RD_DOC_STATISTICS - Determination of Questionnaire Information RCF_MODIFY_RD_DOC_STATISTICS - Determination of Questionnaire Information RCF_JOB_PRG - Program for Object Type HRJOB_NAV: Job RCF_JOB_PRG - Program for Object Type HRJOB_NAV: Job