DMC_DELETE_MIGRATED_TABLE_ROWS is a standard Executable ABAP Report 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_DELETE_MIGRATED_TABLE_ROWS 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.
Selection Text: PRB_APPL = appl. server
Selection Text: PRB_LOCL = local file
Selection Text: P_APPL = D Application Name
Selection Text: P_COBJ = D Conversion Object
Selection Text: P_FDATE = from date
Selection Text: P_FTIME = from time
Selection Text: P_PROJ = D Project
Selection Text: P_RUNID = D Run ID
Selection Text: P_RUN_ID = Run ID
Selection Text: P_SPROJ = D Subproject
Selection Text: P_TDATE = to date
Selection Text: P_TTIME = to time
Selection Text: RB_ALL = all
Selection Text: RB_RUNID = run ID
Title: MWB: Call Deletion Function for Transferred Table Entries
Text Symbol: T03 = Options
Text Symbol: T02 = Selection of Run IDs
Text Symbol: T01 = Object selection
Text Symbol: SIM = SIMULATION !
Text Symbol: S04 = To Event
Text Symbol: S03 = From Event
Text Symbol: S02 = Imports of Local Files
Text Symbol: S01 = Imports from Application Server
Text Symbol: RID = Selection of Run IDs
Text Symbol: O03 = or "all access plans"
Text Symbol: O02 = either select an ID
Text Symbol: O01 = when selecting access plan ID,
Text Symbol: 001 = Project
Text Symbol: 002 = Subproject
Text Symbol: 003 = ConvObject
Text Symbol: 004 = Owner
Text Symbol: 005 = OrgUnit
Text Symbol: 006 = Uploaded on/at
Text Symbol: 007 = Imported on/at
Text Symbol: 008 = Local
Text Symbol: 009 = Local File
Text Symbol: 010 = Delete
Text Symbol: 011 = access plan ID
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'DMC_FILE_LIST_DISPLAY' CHANGING ct_fieldcat = lt_fcat.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_repid dynumb = l_dynnr TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'DMC_FILE_LIST' lfieldname = 'RUNID' IMPORTING dfies_wa = field_wa.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RUNID' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'P_RUNID' window_title = text-rid TABLES value_tab = value_tab field_tab = field_tab.
ENQUEUE_E_DMC_JOB CALL FUNCTION 'ENQUEUE_E_DMC_JOB' EXPORTING mode_dmc_job_lock_struct = 'E' jobname = g_jobname jobcount = g_jobcount _scope = '2' _wait = 'X' _collect = ' ' EXCEPTIONS OTHERS = 0.
JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = g_jobname * JOBCLASS = 'B' IMPORTING jobcount = g_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = g_jobcount jobname = g_jobname 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 OTHERS = 8.
DEQUEUE_E_DMC_JOB CALL FUNCTION 'DEQUEUE_E_DMC_JOB' EXPORTING mode_dmc_job_lock_struct = 'X' jobcount = g_jobcount jobname = g_jobname _scope = '2' _collect = ' '.
BP_JOB_CHECKSTATE CALL FUNCTION 'BP_JOB_CHECKSTATE' EXPORTING dialog = 'N' jobcount = gs_acp_temp-jobcount jobname = gs_acp_temp-jobname IMPORTING actual_status = lv_jobstatus EXCEPTIONS checking_of_job_has_failed = 1 correcting_job_status_failed = 2 invalid_dialog_type = 3 job_does_not_exist = 4 no_check_privilege_given = 5 ready_switch_too_dangerous = 6 OTHERS = 7.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = p_percent text = p_text.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DMC_DELETE_MIGRATED_TABLE_ROWS - MWB: Call Deletion Function for Transferred Table Entries DMC_DELETE_MIGRATED_TABLE_ROWS - MWB: Call Deletion Function for Transferred Table Entries DMC_DELETE_FILE_INFO - MWB: Deletion of File Information for a Given Run ID DMC_DELETE_FILE_INFO - MWB: Deletion of File Information for a Given Run ID DMC_DELETE_CLUSTER_POINTER - delete cluster pointer for a certain conv.object and access plan DMC_DELETE_CLUSTER_POINTER - delete cluster pointer for a certain conv.object and access plan