SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Screen Painter(BC-DWB-TOO-SCR) SAP BC

SCRP_UTIL_LOCAL_CLASSES_IMPL SAP ABAP INCLUDE - SCRPUTILLOCALCLASSESIMPL







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

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:

RFC_IS_GUI_ON CALL FUNCTION 'RFC_IS_GUI_ON' EXPORTING login_check = 'X' IMPORTING on = lv_answer.

RPY_EXISTENCE_CHECK_FUNC CALL FUNCTION 'RPY_EXISTENCE_CHECK_FUNC' EXPORTING name = lv_check_function EXCEPTIONS not_exist = 1 OTHERS = 2.

RPY_EXISTENCE_CHECK_FUNC CALL FUNCTION 'RPY_EXISTENCE_CHECK_FUNC' EXPORTING name = lv_repair_function EXCEPTIONS not_exist = 1 OTHERS = 2.

RS_PROGNAME_CONCATENATE CALL FUNCTION 'RS_PROGNAME_CONCATENATE' EXPORTING fugr_group = lv_fugr IMPORTING fugr_progname_group = lv_progname-prog EXCEPTIONS OTHERS = 4.

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING object = lv_dynpro object_class = 'DYNP' korrnum = g_corrnum "Korrekturnummer * use_korrnum_immediatedly = con_true IMPORTING korrnum = g_corrnum EXCEPTIONS cancelled = 1 permission_failure = 2 unknown_objectclass = 3 OTHERS = 4.

TR_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING wi_kurztext = lv_short_text wi_trfunction = 'T' * WI_STRKORR = ' ' * WI_CATEGORY = ' ' * IV_TARSYSTEM = ' ' * WI_CLIENT = ' ' * WI_TARGET_CLIENT = ' ' * IV_TARDEVCL = ' ' * IV_DEVCLASS = ' ' * IV_TARLAYER = ' ' * WI_PROTECT = ' ' * IV_SIMULATION = ' ' IMPORTING we_trkorr = lv_transport_nr we_e070 = tmp_e070_trp we_e07t = tmp_e07t_trp * WE_E070C = * ES_E070M = EXCEPTIONS OTHERS = 4.

TR_MODIFY_COMM CALL FUNCTION 'TR_MODIFY_COMM' EXPORTING wi_e070 = tmp_e070_trp wi_e07t = tmp_e07t_trp wi_sel_e071 = 'X' * WI_SEL_E071K = ' ' * WI_SEL_E07T = ' ' * WI_SEL_E070C = ' ' * WI_E070C = ' ' * IMPORTING * WE_E070 = * WE_E07T = * WE_E070C = TABLES wt_e071 = lt_e071 * WT_E071K = EXCEPTIONS db_access_error = 1 chosen_project_closed = 2 locked_entries = 3 locked_object_not_deleted = 4 ordername_forbidden = 5 ordernumber_empty = 6 order_change_but_locked_object = 7 order_released = 8 order_user_locked = 9 tr_check_keysyntax_error = 10 tr_enqueue_failed = 11 no_authorization = 12 wrong_client = 13 unallowed_source_client = 14 unallowed_user = 15 unallowed_trfunction = 16 unallowed_trstatus = 17 no_systemname = 18 no_systemtype = 19 OTHERS = 20 .

TR_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING wi_kurztext = lv_short_text wi_trfunction = 'T' * WI_STRKORR = ' ' * WI_CATEGORY = ' ' * IV_TARSYSTEM = ' ' * WI_CLIENT = ' ' * WI_TARGET_CLIENT = ' ' * IV_TARDEVCL = ' ' * IV_DEVCLASS = ' ' * IV_TARLAYER = ' ' * WI_PROTECT = ' ' * IV_SIMULATION = ' ' IMPORTING we_trkorr = lv_transport_nr we_e070 = tmp_e070_trp we_e07t = tmp_e07t_trp * WE_E070C = * ES_E070M = EXCEPTIONS OTHERS = 4.

TR_MODIFY_COMM CALL FUNCTION 'TR_MODIFY_COMM' EXPORTING wi_e070 = tmp_e070_trp wi_e07t = tmp_e07t_trp wi_sel_e071 = 'X' * WI_SEL_E071K = ' ' * WI_SEL_E07T = ' ' * WI_SEL_E070C = ' ' * WI_E070C = ' ' * IMPORTING * WE_E070 = * WE_E07T = * WE_E070C = TABLES wt_e071 = lt_e071 * WT_E071K = EXCEPTIONS db_access_error = 1 chosen_project_closed = 2 locked_entries = 3 locked_object_not_deleted = 4 ordername_forbidden = 5 ordernumber_empty = 6 order_change_but_locked_object = 7 order_released = 8 order_user_locked = 9 tr_check_keysyntax_error = 10 tr_enqueue_failed = 11 no_authorization = 12 wrong_client = 13 unallowed_source_client = 14 unallowed_user = 15 unallowed_trfunction = 16 unallowed_trstatus = 17 no_systemname = 18 no_systemtype = 19 OTHERS = 20 .

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING suppress_language_check = con_true mode = i_operation object = lv_dynpro object_class = 'DYNP' EXCEPTIONS canceled_in_corr = 1 enqueued_by_user = 2 enqueue_system_failure = 3 illegal_parameter_values = 4 locked_by_author = 5 no_modify_permission = 6 no_show_permission = 7 permission_failure = 8 request_language_denied = 9 OTHERS = 10.

RS_DYNPRO_RELEASE_GET CALL FUNCTION 'RS_DYNPRO_RELEASE_GET' EXPORTING dynpro_header = lv_dynp_header IMPORTING dynpro_release = dynp_rel.

JOB_OPEN call function 'JOB_OPEN' exporting jobname = lv_job_name importing jobcount = lv_job_count exceptions others = 4.

JOB_CLOSE call function 'JOB_CLOSE' exporting jobcount = lv_job_count jobname = lv_job_name strtimmed = abap_true exceptions cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 others = 8.

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING iv_category = 'SYST' IMPORTING ev_task = g_corrnum EXCEPTIONS OTHERS = 4.

PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = i_msg i_processed = i_processed i_total = i_total i_output_immediately = 'X'.

RFC_IS_GUI_ON CALL FUNCTION 'RFC_IS_GUI_ON' EXPORTING login_check = 'X' IMPORTING on = lv_answer.



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