SAP Reports / Programs | Materials Management | Defense Forces and Public Security | Materials Management(IS-DFS-MM) SAP IS

/ISDFPS/CHECK_CHANGE_WERKS SAP ABAP Report - Cross-Plant Reorganization: Check Open Documents







/ISDFPS/CHECK_CHANGE_WERKS 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 /ISDFPS/CHECK_CHANGE_WERKS 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 /ISDFPS/CHECK_CHANGE_WERKS. "Basic submit
SUBMIT /ISDFPS/CHECK_CHANGE_WERKS AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/CHECK_CHANGE_WERKS 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: P_BEGDA = Start Date of Reorganization
Selection Text: P_ENDDA = End Date of Reorganization
Selection Text: P_OBJ_S = D .
Selection Text: P_TYP = D .
Title: Cross-Plant Reorganization: Check Open Documents
Text Symbol: 001 = Doc.
Text Symbol: 002 = Item
Text Symbol: 003 = Is Still Open
Text Symbol: 100 = Error Log
Text Symbol: 101 = Check Open Documents: Cross-Plant Reorganization
Text Symbol: 102 = No (More) Open Documents Exist
Text Symbol: 111 = Check Open Documents of Cross-Plant Reorganization
Text Symbol: SRC = Force Element To Reorganized
Text Symbol: TYP = Stock/Provis.


INCLUDES used within this REPORT /ISDFPS/CHECK_CHANGE_WERKS

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:

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = lt_handles EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = 'Fehlerprotokoll'(100) i_structure_name = 'BAPIRET2' TABLES t_outtab = gt_messages EXCEPTIONS program_error = 1 OTHERS = 2.

BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING job_read_jobcount = gs_org_um_w-jobnr_mat_move job_read_jobname = gs_org_um_w-jobname_mat_move job_read_opcode = 20 IMPORTING job_read_jobhead = gs_job_data TABLES job_read_steplist = gt_jobsteps EXCEPTIONS invalid_opcode = 1 job_doesnt_exist = 2 job_doesnt_have_steps = 3 OTHERS = 4.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = gs_org_um_w-jobnr_mat_move jobname = gs_org_um_w-jobname_mat_move commitmode = 'X' EXCEPTIONS cant_delete_event_entry = 1 cant_delete_job = 2 cant_delete_joblog = 3 cant_delete_steps = 4 cant_delete_time_entry = 5 cant_derelease_successor = 6 cant_enq_predecessor = 7 cant_enq_successor = 8 cant_enq_tbtco_entry = 9 cant_update_predecessor = 10 cant_update_successor = 11 commit_failed = 12 jobcount_missing = 13 jobname_missing = 14 job_does_not_exist = 15 job_is_already_running = 16 no_delete_authority = 17 OTHERS = 18.

K_BATCH_REQUEST CALL FUNCTION 'K_BATCH_REQUEST' EXPORTING par_dialg = ' ' par_jname = l_jobname par_print = ' ' par_rname = cl_repid par_sdmsg = 'X' par_stnow = 'X' par_perkz = ' ' TABLES tab_selpa = lt_selektionen CHANGING par_kaba01 = ls_job_data EXCEPTIONS delete_report_incorrect = 1 edlin_too_long = 2 generate_report_incorrect = 3 insert_report_incorrect = 4 jname_missing = 5 job_close_incorrect = 6 job_not_released = 7 job_open_incorrect = 8 lock_report_impossible = 9 option_wrong = 10 read_report_incorrect = 11 report_in_trdir_missing = 12 rname_missing = 13 sign_wrong = 14 start_date_impossible = 15 start_date_missing = 16 submit_incorrect = 17 server_group_missing = 18 target_system_missing = 19 report_variant_missing = 20 pname_missing = 21 selname_too_long = 22 selname_low_too_long = 23 selname_high_too_long = 24 tab_selpa_type_wrong = 25 start_date_before_hday_in_past = 26 start_date_out_of_calid_range = 27 start_date_is_a_holiday = 28 calendar_id_not_defined = 29 calendar_unknown_error_occured = 30 no_workday_number_given = 31 invalid_workday_number_given = 32 start_time_on_workday_missing = 33 start_date_not_before_missing = 34 period_too_small_for_limits = 35 incomplete_last_start_date = 36 incomplete_start_date = 37 invalid_event = 38 predecessor_job_not_unique = 39 invalid_predecessor_job_name = 40 last_start_date_in_the_past = 41 no_event_given = 42 invalid_operation_mode = 43 start_date_in_the_past = 44 pred_job_and_period_impossible = 45 no_period_data_given = 46 no_job_selected = 47 system_error = 48 start_date_interval_too_large = 49 target_server_missing = 50 OTHERS = 51.

K_BATCH_REQUEST CALL FUNCTION 'K_BATCH_REQUEST' EXPORTING par_dialg = ' ' par_jname = l_jobname par_print = ' ' par_rname = cl_check_rep par_sdmsg = 'X' par_stday = l_end_dat par_sttme = l_start_time par_perkz = ' ' TABLES tab_selpa = lt_selektionen EXCEPTIONS delete_report_incorrect = 1 edlin_too_long = 2 generate_report_incorrect = 3 insert_report_incorrect = 4 jname_missing = 5 job_close_incorrect = 6 job_not_released = 7 job_open_incorrect = 8 lock_report_impossible = 9 option_wrong = 10 read_report_incorrect = 11 report_in_trdir_missing = 12 rname_missing = 13 sign_wrong = 14 start_date_impossible = 15 start_date_missing = 16 submit_incorrect = 17 server_group_missing = 18 target_system_missing = 19 report_variant_missing = 20 pname_missing = 21 selname_too_long = 22 selname_low_too_long = 23 selname_high_too_long = 24 tab_selpa_type_wrong = 25 start_date_before_hday_in_past = 26 start_date_out_of_calid_range = 27 start_date_is_a_holiday = 28 calendar_id_not_defined = 29 calendar_unknown_error_occured = 30 no_workday_number_given = 31 invalid_workday_number_given = 32 start_time_on_workday_missing = 33 start_date_not_before_missing = 34 period_too_small_for_limits = 35 incomplete_last_start_date = 36 incomplete_start_date = 37 invalid_event = 38 predecessor_job_not_unique = 39 invalid_predecessor_job_name = 40 last_start_date_in_the_past = 41 no_event_given = 42 invalid_operation_mode = 43 start_date_in_the_past = 44 pred_job_and_period_impossible = 45 no_period_data_given = 46 no_job_selected = 47 system_error = 48 start_date_interval_too_large = 49 target_server_missing = 50 OTHERS = 51.

PS_BAPI_MESSAGE_APPEND CALL FUNCTION 'PS_BAPI_MESSAGE_APPEND' TABLES return = lt_return.



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 /ISDFPS/CHECK_CHANGE_WERKS or its description.