ROIREDTFGEN2_EXECUTION_FORMS 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 ROIREDTFGEN2_EXECUTION_FORMS 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.
Title: Formroutines for user execution
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_DISPLAY_TEXT_LO CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT_LO' EXPORTING titel = text-024 textline1 = text-018.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING diagnose_object = g_diag_obj text_question = text-qu1 text_button_1 = text-bu1 text_button_2 = text-bu2 display_cancel_button = space IMPORTING answer = g_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
BAL_LOG_MSG_CUMULATE CALL FUNCTION 'BAL_LOG_MSG_CUMULATE' EXPORTING i_log_handle = g_log_handle i_s_msg = g_log_msg i_compare_parameters = 'X' EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = gt_log_handle IMPORTING e_new_lognumbers = gt_new_lognumbers EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.
BAL_LOG_MSG_CUMULATE CALL FUNCTION 'BAL_LOG_MSG_CUMULATE' EXPORTING i_log_handle = g_log_handle i_s_msg = g_log_msg i_compare_parameters = 'X' EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = gt_log_handle IMPORTING e_new_lognumbers = gt_new_lognumbers EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = gt_log_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.
RS_DD_SHOW CALL FUNCTION 'RS_DD_SHOW' EXPORTING objname = l_objname objtype = 'T'.
RS_DD_SHOW CALL FUNCTION 'RS_DD_SHOW' EXPORTING objname = l_objname objtype = 'L'.
RS_DD_SHOW CALL FUNCTION 'RS_DD_SHOW' EXPORTING objname = l_objname objtype = 'V'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIREDTFGEN2_EXECUTION_FORMS - Formroutines for user execution ROIREDTFGEN2_DATA_FORMS - Form routines for data retrieval and manipulation ROIREDTFGEN2 - SSR PC: DTF Table Generator ROIREDTFGEN2 - SSR PC: DTF Table Generator ROIREDTFEN2_FORM - Include ROIREDTFGEN_FORMS ROIREDTFCORRECT_TOP - Include ROIREDTFCORRECT_TOP