TIMCC1COMPARAMF01 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 TIMCC1COMPARAMF01 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!
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = 'cc1par' varkey = rstable-varkey EXCEPTIONS foreign_lock = 4 system_failure = 4.
VIEW_MARK_WRITE CALL FUNCTION 'VIEW_MARK_WRITE' "AHRK001517 EXPORTING "AHRK001517 objname = 'PT41' "AHRK001517 begin = 'X'. "AHRK001517
TR_SYS_PARAMS * CALL FUNCTION 'TR_SYS_PARAMS' "AHRK034433 * IMPORTING "AHRK034433 * SYSTEMEDIT = SYSTEM_EDIT "AHRK034433 * SYSTEM_CLIENT_EDIT = CLIENTDEP_EDIT "AHRK034433 * EXCEPTIONS "AHRK034433 * NO_SYSTEMNAME = 1 "AHRK034433 * NO_SYSTEMTYPE = 2 "AHRK034433 * OTHERS = 3. "AHRK034433
PT_TRANSPORT_CHECK CALL FUNCTION 'PT_TRANSPORT_CHECK' IMPORTING corr_activ = corr_activ.
TR_ORDER_CHOICE_CORRECTION * CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' "AHRK034433 * EXPORTING "AHRK034433 * IV_CATEGORY = 'CUST' "AHRK034433 * IV_CLI_DEP = ' ' "AHRK034433 * IMPORTING "AHRK034433 * EV_TASK = WE_TASK "gewählte Aufg"AHRK034433 * EXCEPTIONS "AHRK034433 * INVALID_CATEGORY = 01 "AHRK034433 * NO_CORRECTION_SELECTED = 02. "AHRK034433
TR_APPEND_TO_COMM_OBJS_KEYS * CALL FUNCTION 'TR_APPEND_TO_COMM_OBJS_KEYS' "AHRK034433 * EXPORTING " WI_SIMULATION = ' '"AHRK034433 * " WI_SUPPRESS_KEY_CHE"AHRK034433 * WI_TRKORR = WE_TASK "AHRK034433 * TABLES "AHRK034433 * WT_E071 = WT_E071 "AHRK034433 * WT_E071K = WT_E071K. "AHRK034433
PT_TRANSPORT_WRITE CALL FUNCTION 'PT_TRANSPORT_WRITE' IMPORTING written_to_ta = written_to_ta TABLES wt_e071 = wt_e071 wt_e071k = wt_e071k.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'J' textline1 = text-001 titel = space IMPORTING answer = antwort.
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = domain_name * LANGU = SY-LANGU * TEXTS_ONLY = ' ' TABLES dd07v_tab = domain_values EXCEPTIONS illegal_input = 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.