SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Customer Enhancements(BC-DWB-CEX) SAP BC

RS_CLM_MODINF_RESTORE_F01 SAP ABAP INCLUDE - RSCLMMODINFRESTOREF01







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

FUNCTION_INCLUDE_SPLIT CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT' IMPORTING group = group no_function_include = flag CHANGING include = include.

FUNCTION_INCLUDE_INFO CALL FUNCTION 'FUNCTION_INCLUDE_INFO' CHANGING funcname = funcname group = group EXCEPTIONS function_not_exists = 1 include_not_exists = 2 group_not_exists = 3 no_selections = 4 no_function_include = 5 OTHERS = 6.

RS_PROGNAME_SPLIT CALL FUNCTION 'RS_PROGNAME_SPLIT' EXPORTING progname_with_namespace = include IMPORTING namespace = name_space fugr_is_name = flag fugr_group = group EXCEPTIONS delimiter_error = 1 OTHERS = 2.

CLM_UTIL2_RESTORE CALL FUNCTION 'CLM_UTIL2_RESTORE' EXPORTING i_object = l_object autom_korrnum_selection = p_korrnr without_db_changes = l_without_db_change IMPORTING db_changed = p_saving_done it_differs = p_differenz db_save_necessary = p_db_save_necessary inf_or_source_new = p_inf_or_source_new OBJ_STATE = P_obj_state CHANGING e_git_cu_source = p_git_cu_source e_git_old_source = p_git_old_source e_git_smodisrc = p_git_smodisrc e_git_smodilog = p_git_smodilog e_git_smodisrc_mod = p_git_smodisrc_mod EXCEPTIONS brackets_fault = 1 no_modification = 2 no_customer_source = 3 action_aborted = 4 type_not_supported = 5 OTHERS = 6.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES nodetab = prototree EXCEPTIONS tree_failure = 1 id_not_found = 2 wrong_relationship = 3 OTHERS = 4.

RS_TREE_SET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_SET_CURRENT_LAYOUT' EXPORTING cursor_column = tree_status-cursor_column cursor_line = tree_status-cursor_line first_node = tree_status-first_node first_node_type = tree_status-first_node_type list_column = tree_status-list_column list_line = tree_status-list_line TABLES layout = tree_layout EXCEPTIONS OTHERS = 1.

RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING node_id = 1 all = 'X' EXCEPTIONS not_found = 0 OTHERS = 0.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = 'RS_CLM_MODINF_SHOW' callback_user_command = callback_user_command callback_color_display = callback_color_legend status = 'OWN' EXCEPTIONS OTHERS = 1.

RS_SCREEN_IMPORT CALL FUNCTION 'RS_SCREEN_IMPORT' EXPORTING dynnr = ldynpro-nr progname = ldynpro-name wanted_mode = 'SHOW' * IMPORTING * e_transport_key = l_trkey TABLES e_g = sv_flow f_g = sv_fields m_g = sv_params header_texts = sv_header2 field_texts = ttab * SMODILOG_DYNP_G = * SMODILOG_ABAP_G = lit_smodilog * smodisrc_prot_abap_g = lit_smodisrc_mod * CHANGING * screen_painter = lh_screen_painter EXCEPTIONS not_executed = 1 not_found = 2 OTHERS = 3 .

FUNCTION_INCLUDE_INFO CALL FUNCTION 'FUNCTION_INCLUDE_INFO' CHANGING funcname = tfdirfuncname include = l_inclname EXCEPTIONS function_not_exists = 1 include_not_exists = 2 group_not_exists = 3 no_selections = 4 no_function_include = 5 OTHERS = 6.

CLM_DYNP_INTERMEDIATE_VERSION CALL FUNCTION 'CLM_DYNP_INTERMEDIATE_VERSION' EXPORTING object = object EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

CLM_REPS_INTERMEDIATE_VERSION CALL FUNCTION 'CLM_REPS_INTERMEDIATE_VERSION' EXPORTING object = object EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

FB_CV_PARAM CALL FUNCTION 'FB_CV_PARAM' EXPORTING im_fb_name = l_fbname im_fb_versno = l_versno im_fb_active = l_aktiv.

FB_SV_PARAM CALL FUNCTION 'FB_SV_PARAM' EXPORTING im_fb_name = l_fbname im_fb_versno = l_versno im_fb_active = l_aktiv.

FB_MG_PARAM CALL FUNCTION 'FB_MG_PARAM' EXPORTING im_fb_name = l_fbname im_fb_versno = l_versno im_fb_active = l_aktiv.



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