SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

RHMOVE00 SAP ABAP Report - Transport Personnel Planning Data Records to Sequential File







RHMOVE00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for On the basis of the selection criteria, this report creates a sequential file using records from the Personnel Planning database...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 RHMOVE00 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

OOMV - Create Sequential File for PD


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 RHMOVE00. "Basic submit
SUBMIT RHMOVE00 AND RETURN. "Return to original report after report execution complete
SUBMIT RHMOVE00 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: ANZE = Display transported objects
Selection Text: LFILE = File Name
Selection Text: LOG_FILE = Logical File Name
Selection Text: PFILE = File Name
Selection Text: PHY_FILE = Physical File Name
Selection Text: SANZ = Display transported records
Selection Text: S_INFTY = Restricted to infotype
Selection Text: TEST = Test
Title: Transport Personnel Planning Data Records to Sequential File
Text Symbol: 000 = T E S T R U N
Text Symbol: 003 = List of transported records
Text Symbol: 004 = Sequential file
Text Symbol: 005 = Report-Specific Settings
Text Symbol: E01 = Legacy Data Transfer File Does not Exist
Text Symbol: IAN = Number of Records:
Text Symbol: OAN = Number of Objects:
Text Symbol: STA = Only SPACE (= all) or 1 allowed for data status


INCLUDES used within this REPORT RHMOVE00

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:

FILE_LOGFILE_ALIAS_PAI CALL FUNCTION 'FILE_LOGFILE_ALIAS_PAI' EXPORTING ed_logfile_appl = gc_logfile CHANGING cd_logfile = dslognam EXCEPTIONS OTHERS = 1.

FILE_LOGFILE_ALIAS_F4 CALL FUNCTION 'FILE_LOGFILE_ALIAS_F4' EXPORTING ed_logfile_appl = gc_logfile ed_parameter_name = 'FILENAME' CHANGING cd_logical_file = gv_filename.

F4_DXFILENAME_TOPRECURSION CALL FUNCTION 'F4_DXFILENAME_TOPRECURSION' EXPORTING i_location_flag = 'A' i_server = ' ' i_path = l_path IMPORTING o_path = l_path EXCEPTIONS communication_failure = 1 system_failure = 2 rfc_error = 3.

FILE_LOGFILE_ALIAS_PBO CALL FUNCTION 'FILE_LOGFILE_ALIAS_PBO' EXPORTING ed_logfile_appl = gc_logfile ed_parameter_name = 'LFILE' CHANGING cd_logfile_param = gv_filename.

RH_APPLICATION_SYSTEM_CHECK CALL FUNCTION 'RH_APPLICATION_SYSTEM_CHECK' EXCEPTIONS system_type_unknown = 1 basis_system = 2 OTHERS = 3.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = dslognam IMPORTING file_name = dataset EXCEPTIONS file_not_found = 08.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gv_checkfilename CHANGING physical_filename = dataset EXCEPTIONS OTHERS = 1.

RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' EXPORTING authority = 'DISP' with_stru_auth = 'X' infty = infotype istat = pc-istat extend = extend * SUBTY = ' ' begda = pc-begda endda = pc-endda condition = condition inftb = '0' * SORT = 'X' * VIA_T777D = ' ' TABLES innnn = infty_tab objects = objects_infty_list EXCEPTIONS all_infty_with_subty = 1 nothing_found = 2 no_objects = 3 wrong_condition = 4 OTHERS = 5.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = 'X' i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_program = g_repid i_callback_pf_status_set = g_formname_pf_status i_callback_user_command = g_formname_user_command i_structure_name = 'wplog' is_layout = gs_layout it_fieldcat = gt_fieldcat[] TABLES t_outtab = output_tab EXCEPTIONS program_error = 1 OTHERS = 2.

RH_PNNNN_IDOCSDATA_CONVERT CALL FUNCTION 'RH_PNNNN_IDOCSDATA_CONVERT' EXPORTING act_pnnnn = tr_record act_infty = tr_ppkey-infty act_subty = tr_ppkey-subty IMPORTING act_idoc = spool_satz EXCEPTIONS pnnnn_not_active = 1 idoc_not_active = 2 padnn_not_active = 3 pnnnn_too_short = 4 idoc_too_short = 5 padnn_too_short = 6 conversion_error = 7 OTHERS = 8.

RH_CONDITION_DATES_ADD CALL FUNCTION 'RH_CONDITION_DATES_ADD' EXPORTING begda = pc-begda endda = pc-endda TABLES condition_tab = condtab.

RH_CONDITION_BUILD CALL FUNCTION 'RH_CONDITION_BUILD' EXPORTING infty = '1001' IMPORTING condition = condition TABLES condtab = condtab EXCEPTIONS empty_condtab = 1 no_db_field = 2 unknown_infty_db = 3 wrong_condition = 4 unknown_pad_db = 5 OTHERS = 6.

RH_TABINFTY_EXPAND CALL FUNCTION 'RH_TABINFTY_EXPAND' EXPORTING infty = et_infty_tab-infty refresh = 'X' TABLES innnn = et_infty_tab innnn_expand = et_innnn_expand EXCEPTIONS no_table_infty = 04 innnn_empty = 03.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

DX_FILE_EDIT CALL FUNCTION 'DX_FILE_EDIT' EXPORTING objecttype = 'PDOTYPES' loadprg = 'RHALTD00' loadtype = 'BINP' filetype = lv_filetype filename = lv_filename edit = 'X' EXCEPTIONS OTHERS = 10.

DX_FILE_EDIT CALL FUNCTION 'DX_FILE_EDIT' EXPORTING objecttype = 'PDOTYPES' loadprg = 'RHALTD00' loadtype = 'BINP' filetype = lv_filetype filename = lv_filename edit = ' ' EXCEPTIONS OTHERS = 10.



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