SAP Reports / Programs | Cross-Application Components | Master Data Governance | Application Framework(CA-MDG-AF) SAP CA

USMD_CHECK_CREQUEST SAP ABAP Report - Report USMD_CHECK_CREQUEST







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


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 USMD_CHECK_CREQUEST. "Basic submit
SUBMIT USMD_CHECK_CREQUEST AND RETURN. "Return to original report after report execution complete
SUBMIT USMD_CHECK_CREQUEST 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: 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


INCLUDES used within this REPORT USMD_CHECK_CREQUEST

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:

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.



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