MCA_TTE_ADMIN_COND_F0O_001 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 MCA_TTE_ADMIN_COND_F0O_001 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = 'title' text_object = 'TTE_GCM_INFO' help_modal = ' ' IMPORTING cancelled = lv_flag_cancelled.
/SAPCND/CUS_GROUP_I_SEL CALL FUNCTION '/SAPCND/CUS_GROUP_I_SEL' EXPORTING i_groupname = lc_group IMPORTING et_selected_data = lt_group_i.
/SAPCND/CUS_GROUP_I_DB CALL FUNCTION '/SAPCND/CUS_GROUP_I_DB' EXPORTING it_delete = lt_group_i.
/SAPCND/CUS_GROUP_SEL CALL FUNCTION '/SAPCND/CUS_GROUP_SEL' EXPORTING i_groupname = lc_group IMPORTING e_selected_data = ls_group.
/SAPCND/CUS_GROUP_DB CALL FUNCTION '/SAPCND/CUS_GROUP_DB' EXPORTING it_insert = lt_group EXCEPTIONS exc_insert_failed = 1.
/SAPCND/CUS_GROUPT_SEL CALL FUNCTION '/SAPCND/CUS_GROUPT_SEL' EXPORTING i_groupname = lc_group IMPORTING e_selected_text = ls_groupt.
/SAPCND/CUS_GROUPT_DB CALL FUNCTION '/SAPCND/CUS_GROUPT_DB' EXPORTING it_insert = lt_groupt EXCEPTIONS exc_insert_failed = 1.
/SAPCND/MNT_CNTXT_GR_SEL CALL FUNCTION '/SAPCND/MNT_CNTXT_GR_SEL' EXPORTING i_groupname = lc_group IMPORTING e_selected_data = ls_cntxt_gr.
/SAPCND/MNT_CNTXT_GR_DB CALL FUNCTION '/SAPCND/MNT_CNTXT_GR_DB' EXPORTING it_insert = lt_cntxt_gr EXCEPTIONS exc_insert_failed = 1.
/SAPCND/CUS_T681_SEL CALL FUNCTION '/SAPCND/CUS_T681_SEL' EXPORTING i_application = 'TTE' i_usage = 'PR' i_state = 'A' IMPORTING et_selected_data = t_t681.
/SAPCND/MNT_GET_COND_TYPES_SRV CALL FUNCTION '/SAPCND/MNT_GET_COND_TYPES_SRV' EXPORTING i_application = 'TTE' i_usage = 'PR' i_cond_table_id = wa_t681-kotabnr IMPORTING et_cond_types = t_srv EXCEPTIONS exc_no_kotabnr = 1 exc_no_kschl = 2 exc_no_kschl_group = 3 exc_get_maintenance_permission = 4 OTHERS = 5.
/SAPCND/CUS_GROUP_I_DB CALL FUNCTION '/SAPCND/CUS_GROUP_I_DB' EXPORTING it_insert = lt_group_i EXCEPTIONS exc_insert_failed = 1.
/SAPCND/GEN_GROUP_WS CALL FUNCTION '/SAPCND/GEN_GROUP_WS' EXPORTING I_GROUPNAME = lc_group I_MAX_NUM_GEN_STEPS = 16 i_enforce_gen_test_objects = 'X' EXCEPTIONS OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MCA_TTE_ADMIN_COND_F0O_001 - Include MCA_TTE_ADMIN_COND_F0O MCA_TTE_ADMIN_COND_F0O - Include MCA_TTE_ADMIN_COND_F0O MCA_TTE_ADMIN_COND_F0N - Include MCA_TTE_ADMIN_COND_F0N MCA_TTE_ADMIN_COND_F0I - Include MCA_TTE_ADMIN_COND_F0I MCA_TTE_ADMIN_COND_F0G_003 - Include MCA_TTE_ADMIN_COND_F0G MCA_TTE_ADMIN_COND_F0G_002 - Include MCA_TTE_ADMIN_COND_F0G