SAP Reports / Programs | Application Platform | Transaction Tax Engine(AP-TTE) SAP AP

MCA_TTE_ADMIN_COND_F0O_001 SAP ABAP INCLUDE - Include MCA_TTE_ADMIN_COND_F0O







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


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

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:

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.



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