SAP Reports / Programs | Industry Solution Catch Weight Management | Industry Solution Catch Weight Management(IS-CWM) SAP IS

/CWM/MIGA_COCKPIT_F01 SAP ABAP INCLUDE - /CWM/MIGACOCKPITF01







/CWM/MIGA_COCKPIT_F01 is a standard ABAP INCLUDE 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 /CWM/MIGA_COCKPIT_F01 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 /CWM/MIGA_COCKPIT_F01. "Basic submit
SUBMIT /CWM/MIGA_COCKPIT_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT /CWM/MIGA_COCKPIT_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT /CWM/MIGA_COCKPIT_F01

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:

DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING id = lc_dialog_text_id langu = sy-langu object = lc_docu_obj TABLES line = lt_lines EXCEPTIONS no_docu_on_screen = 1 no_docu_self_def = 2 no_docu_temp = 3 ret_code = 4 OTHERS = 5.

HELP_DOCULINES_SHOW CALL FUNCTION 'HELP_DOCULINES_SHOW' EXPORTING help_infos = ls_help_info classic_sapscript = 'X' " TABLES excludefun = lt_exclude helplines = lt_lines.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = lv_jobname IMPORTING jobcount = lv_jobno EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = lv_jobno jobname = lv_jobname strtimmed = 'X' IMPORTING job_was_released = lv_rel EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 invalid_target = 8 OTHERS = 9.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = lv_jobno jobname = lv_jobname * FORCEDMODE = ' ' * 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 = lc_dummy_lit-l11 commit_failed = lc_dummy_lit-l12 jobcount_missing = lc_dummy_lit-l13 jobname_missing = lc_dummy_lit-l14 job_does_not_exist = lc_dummy_lit-l15 job_is_already_running = 16 no_delete_authority = lc_dummy_lit-l17 OTHERS = lc_dummy_lit-l18.

SFW_IS_BFUNC_SWITCHED_ON CALL FUNCTION 'SFW_IS_BFUNC_SWITCHED_ON' EXPORTING bfunc_name = /cwm/if_mig_prot_const=>c_bf_cwm_cm_1 IMPORTING is_switched_on = lv_on.



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 /CWM/MIGA_COCKPIT_F01 or its description.