MCA_TTE_ADMIN_COND_F0S 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_F0S 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: Include MCA_TTE_ADMIN_EXEMPT_F02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
/SAPCND/CN_TABLE_NAME_SET CALL FUNCTION '/SAPCND/CN_TABLE_NAME_SET' EXPORTING I_KAPPL = tte_appl I_KVEWE = tte_usage I_KOTABNR = i_kotabnr IMPORTING E_COTABNAME = lv_cotabname * EXCEPTIONS * EXC_INITIAL_KAPPL = 1 * EXC_INITIAL_KVEWE = 2 * EXC_INITIAL_KOTABNR = 3 * EXC_GLOBAL_PARAM_MISSING = 4 * EXC_NOT_EXIST = 5 * EXC_NO_CUSTOMIZING = 6 * OTHERS = 7 .
POPUP_GET_VALUES_DB_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_DB_CHECKED' EXPORTING * CHECK_EXISTENCE = 'X' POPUP_TITLE = text-001 * START_COLUMN = '5' * START_ROW = '5' IMPORTING RETURNCODE = lv_ret TABLES FIELDS = lt_fld_value * EXCEPTIONS * ERROR_IN_FIELDS = 1 * OTHERS = 2 .
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_F0S - Include MCA_TTE_ADMIN_EXEMPT_F02 MCA_TTE_ADMIN_COND_F0P - Include MCA_TTE_ADMIN_COND_F0P MCA_TTE_ADMIN_COND_F0O_003 - Include MCA_TTE_ADMIN_COND_F0O MCA_TTE_ADMIN_COND_F0O_002 - Include MCA_TTE_ADMIN_COND_F0O MCA_TTE_ADMIN_COND_F0O_001 - Include MCA_TTE_ADMIN_COND_F0O MCA_TTE_ADMIN_COND_F0O - Include MCA_TTE_ADMIN_COND_F0O