DMC_UC_REPROCESS_PREP 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_UC_REPROCESS_PREP 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: P_CPPLCL = Create Reprocess Table
Selection Text: P_CPPTAB = Copy Problem Records to Sender
Selection Text: P_CRPTAB = Create Problem Table
Selection Text: P_CRVIEW = Create Reprocess Views
Selection Text: P_MTID = D Mass Transfer ID
Selection Text: P_SELMT = Select all tables
Selection Text: P_SELTAB = Select individual tables
Selection Text: P_TAB = D Table Name
Title: MWB Unicode Conversion: Reprocess Preparation
Text Symbol: FR1 = Selection
Text Symbol: FR2 = Settings
Text Symbol: FUN = Reprocess Preparation
Text Symbol: SLA = Check all tables
Text Symbol: SLI = Check individual tables
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DMC_UC_GET_PROBTAB_RECS CALL FUNCTION 'DMC_UC_GET_PROBTAB_RECS' DESTINATION g_rfcdest_rcv EXPORTING i_probtab_name = g_probtab_name i_first_row = space i_max_rows = 50000 IMPORTING e_rows_fetched = g_rows_fetched e_no_more_rows = g_no_more_rows TABLES et_next_row = gt_next_row et_probtab_data = gt_probtab_data EXCEPTIONS no_log_tab_found = 1 no_more_rows = 2 selection_failed = 3 communication_failure = 4 MESSAGE g_errtext system_failure = 5 MESSAGE g_errtext OTHERS = 6.
DMC_UC_INSERT_PROBTAB_RECS CALL FUNCTION 'DMC_UC_INSERT_PROBTAB_RECS' DESTINATION g_rfcdest_snd EXPORTING i_probtab_name = g_probtab_name i_first_row = space TABLES it_probtab_data = gt_probtab_data EXCEPTIONS decompress_failed = 1 insert_failed = 2 communication_failure = 3 MESSAGE g_errtext system_failure = 4 MESSAGE g_errtext OTHERS = 5.
DMC_UC_CREATE_REPROCESS_VIEW CALL FUNCTION 'DMC_UC_CREATE_REPROCESS_VIEW' DESTINATION g_rfcdest_snd EXPORTING i_probtab_name = g_probtab_name i_origtab_name = gs_tables-tabname_snd EXCEPTIONS origtab_not_found = 1 probtab_not_found = 2 view_put_failed = 3 view_activate_failed = 4 communication_failure = 5 MESSAGE g_errtext system_failure = 6 MESSAGE g_errtext OTHERS = 7.
DMC_UC_CREATE_REPROCESS_VIEW CALL FUNCTION 'DMC_UC_CREATE_REPROCESS_VIEW' DESTINATION g_rfcdest_snd EXPORTING i_probtab_name = g_probtab_name i_origtab_name = gs_tables-tabname_snd EXCEPTIONS origtab_not_found = 1 probtab_not_found = 2 table_put_failed = 3 table_activate_failed = 4 communication_failure = 5 MESSAGE g_errtext system_failure = 6 MESSAGE g_errtext OTHERS = 7.
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_UC_REPROCESS_PREP - MWB Unicode Conversion: Reprocess Preparation DMC_UC_REPROCESS_PREP - MWB Unicode Conversion: Reprocess Preparation DMC_UC_DEL_PROBTAB_REC - MWB Unicode Conversion: Truncate Problem Tables DMC_UC_DEL_PROBTAB_REC - MWB Unicode Conversion: Truncate Problem Tables DMC_TRANSLATE_STRUCTS - MWB: Translation of Sender and Receiver Structures DMC_TRANSLATE_STRUCTS - MWB: Translation of Sender and Receiver Structures