USMD_CHECK_CREQUEST 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 USMD_CHECK_CREQUEST 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: COMP_NO = Stop at First Error
Selection Text: COMP_YES = Execute Complete Check
Title: Report USMD_CHECK_CREQUEST
Text Symbol: 001 = Display Logs of Change Request Checks
Text Symbol: 002 = Evaluate Logs of Change Request Checks
Text Symbol: 004 = Check Options
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SUBMIT_INFO call function 'RS_SUBMIT_INFO' importing p_submit_info = ls_submit_info.
RS_SET_SELSCREEN_STATUS call function 'RS_SET_SELSCREEN_STATUS' exporting p_status = 'BUTTONS' tables p_exclude = lt_exclude.
JOB_OPEN call function 'JOB_OPEN' exporting jobname = l_jobname importing jobcount = l_jobcount exceptions cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 others = 4.
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = sy-repid tables selection_table = lt_selection exceptions not_found = 1 no_report = 2 others = 3.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobcount = l_jobcount jobname = l_jobname strtimmed = 'X' importing job_was_released = l_job_released 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.
APPL_LOG_DISPLAY call function 'APPL_LOG_DISPLAY' exporting object = cl_usmd_appl_log=>gc_object_fmdm subobject = cl_usmd_appl_log=>gc_subobj_cr_check external_number = cl_usmd_appl_log=>gc_extnumber_cr_check object_attribute = 1 subobject_attribute = 1 external_number_attribute = 2 title_list_screen = l_title_list column_selection = ls_column_selection suppress_selection_dialog = 'X' * COLUMN_SELECTION_MSG_JUMP = '1' * EXTERNAL_NUMBER_DISPLAY_LENGTH = 20 * I_S_DISPLAY_PROFILE = I_S_DISPLAY_PROFILE * I_VARIANT_REPORT = ' ' i_srt_by_timstmp = 'X' importing number_of_protocols = l_number_protocols exceptions no_authority = 1 others = 2.
APPL_LOG_DISPLAY call function 'APPL_LOG_DISPLAY' exporting object = cl_usmd_appl_log=>gc_object_fmdm subobject = cl_usmd_appl_log=>gc_subobj_cr_check external_number = cl_usmd_appl_log=>gc_extnumber_cr_check object_attribute = 1 subobject_attribute = 1 external_number_attribute = 2 title_selection_screen = l_title_select title_list_screen = l_title_list column_selection = ls_column_selection * SUPPRESS_SELECTION_DIALOG = ' ' * COLUMN_SELECTION_MSG_JUMP = '1' * EXTERNAL_NUMBER_DISPLAY_LENGTH = 20 * I_S_DISPLAY_PROFILE = I_S_DISPLAY_PROFILE * I_VARIANT_REPORT = ' ' i_srt_by_timstmp = 'X' exceptions no_authority = 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.
USMD_CHECK_CREQUEST - Report USMD_CHECK_CREQUEST USMD_CHECK_CREQUEST - Report USMD_CHECK_CREQUEST USMD_CHANGE_REQUEST - Program for Object Type USMD_CREQ: Application Log USMD_CHANGE_REQUEST - Program for Object Type USMD_CREQ: Application Log USMD_CHANGE_DOCUMENT - Program for Object Type USMD_CDOC: Application Log USMD_CHANGE_DOCUMENT - Program for Object Type USMD_CDOC: Application Log