SAP Reports / Programs

DMC_UC_REPROCESS_PREP SAP ABAP Report - MWB Unicode Conversion: Reprocess Preparation







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


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


Text pool values


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


INCLUDES used within this REPORT DMC_UC_REPROCESS_PREP

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:

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.



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