SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

DMC_MT_TRACK_PROGRESS_F01 SAP ABAP INCLUDE - Include DMC_MT_TRACK_PROGRESS_F01







DMC_MT_TRACK_PROGRESS_F01 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 DMC_MT_TRACK_PROGRESS_F01 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 DMC_MT_TRACK_PROGRESS_F01. "Basic submit
SUBMIT DMC_MT_TRACK_PROGRESS_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_MT_TRACK_PROGRESS_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include DMC_MT_TRACK_PROGRESS_F01


INCLUDES used within this REPORT DMC_MT_TRACK_PROGRESS_F01

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = l_strucname CHANGING ct_fieldcat = lt_fcat.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = l_strucname CHANGING ct_fieldcat = lt_fcat.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = l_strucname CHANGING ct_fieldcat = lt_fcat.

TIMESTAMP_DURATION_DETERMINE CALL FUNCTION 'TIMESTAMP_DURATION_DETERMINE' EXPORTING timestamp1 = g_timestamp_start timestamp2 = g_timestamp_akt IMPORTING duration = g_timestamp_diff EXCEPTIONS timestamp_error = 1 OTHERS = 2.

TIMESTAMP_DURATION_ADD CALL FUNCTION 'TIMESTAMP_DURATION_ADD' EXPORTING timestamp_in = g_timestamp_start duration = g_timestamp_diff IMPORTING timestamp_out = g_timestamp_end EXCEPTIONS timestamp_error = 1 OTHERS = 2.

TIMESTAMP_DURATION_DETERMINE CALL FUNCTION 'TIMESTAMP_DURATION_DETERMINE' EXPORTING timestamp1 = g_timestamp_start timestamp2 = g_timestamp_akt IMPORTING duration = g_timestamp_diff EXCEPTIONS timestamp_error = 1 OTHERS = 2.

TIMESTAMP_DURATION_ADD CALL FUNCTION 'TIMESTAMP_DURATION_ADD' EXPORTING timestamp_in = g_timestamp_start duration = g_timestamp_diff IMPORTING timestamp_out = g_timestamp_end EXCEPTIONS timestamp_error = 1 OTHERS = 2.

TIMESTAMP_DURATION_DETERMINE CALL FUNCTION 'TIMESTAMP_DURATION_DETERMINE' EXPORTING timestamp1 = g_timestamp_akt timestamp2 = g_timestamp_end IMPORTING duration = g_rem_runtime EXCEPTIONS timestamp_error = 1 OTHERS = 2.

TIMESTAMP_DURATION_DETERMINE CALL FUNCTION 'TIMESTAMP_DURATION_DETERMINE' EXPORTING timestamp1 = g_timestamp_prev timestamp2 = -timestamp IMPORTING duration = -deltasec EXCEPTIONS timestamp_error = 1 OTHERS = 2.

TIMESTAMP_DURATION_ADD CALL FUNCTION 'TIMESTAMP_DURATION_ADD' EXPORTING timestamp_in = g_timestamp_akt duration = g_timestamp_diff IMPORTING timestamp_out = g_timestamp_end EXCEPTIONS timestamp_error = 1 OTHERS = 2.

TZ_GLOBAL_TO_LOCAL CALL FUNCTION 'TZ_GLOBAL_TO_LOCAL' EXPORTING timestamp_global = l_tstnumc14 timezone = l_timezone IMPORTING date_local = p_date time_local = p_time EXCEPTIONS OTHERS = 0.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = l_jobname IMPORTING jobcount = l_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_jobcount jobname = l_jobname prdmins = g_mins strtimmed = 'X' EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 invalid_target = 8 OTHERS = 9.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-p01 text_question = text-p02 display_cancel_button = 'X' IMPORTING answer = l_answer EXCEPTIONS OTHERS = 1.

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = 'N' jobsel_param_in = ls_btcsel TABLES jobselect_joblist = lt_tbtcjob EXCEPTIONS invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 OTHERS = 6.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = ls_tbtcjob-jobcount jobname = ls_tbtcjob-jobname forcedmode = ' ' commitmode = 'X' EXCEPTIONS cant_delete_event_entry = 1 cant_delete_job = 2 cant_delete_joblog = 3 cant_delete_steps = 4 cant_delete_time_entry = 5 cant_derelease_successor = 6 cant_enq_predecessor = 7 cant_enq_successor = 8 cant_enq_tbtco_entry = 9 cant_update_predecessor = 10 cant_update_successor = 11 commit_failed = 12 jobcount_missing = 13 jobname_missing = 14 job_does_not_exist = 15 job_is_already_running = 16 no_delete_authority = 17 OTHERS = 18.



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