SAP Reports / Programs | Personnel Time Management(PT) SAP PT

TIMCC1COMPARAMF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


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

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:

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.



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