SAP Reports / Programs

RBDCPMIG_ALL_WITHOUT_MIG_FLAG SAP ABAP Report - Migrate Change Pointers







RBDCPMIG_ALL_WITHOUT_MIG_FLAG 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 RBDCPMIG_ALL_WITHOUT_MIG_FLAG into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

BDCPMIG - Migrate Change Pointers


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 RBDCPMIG_ALL_WITHOUT_MIG_FLAG. "Basic submit
SUBMIT RBDCPMIG_ALL_WITHOUT_MIG_FLAG AND RETURN. "Return to original report after report execution complete
SUBMIT RBDCPMIG_ALL_WITHOUT_MIG_FLAG 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_TEST = D .
Selection Text: SO_MESTY = D .
Title: Migrate Change Pointers
Text Symbol: 001 = Information on migration can be found in OSS Note 305462 / 2000
Text Symbol: 002 = Worklist is empty
Text Symbol: 101 = BDCP migrated records: &1, BDCPS: &2, BDCP2: &3
Text Symbol: 111 = Data records from BDCP were deleted
Text Symbol: 112 = Data records from BDCPS deleted
Text Symbol: 113 = Data records were added in BDCP2
Text Symbol: 114 = Data records from BDCP for deletion were found
Text Symbol: 115 = Data records from BDCPS for deletion were found
Text Symbol: 116 = Data records will be inserted in BDCP2
Text Symbol: 120 = Test Run for Following Message Types
Text Symbol: 121 = Migration successful for the following message types
Text Symbol: 122 = Check Note 305462 / 2000
Text Symbol: 200 = Setting not yet activated
Text Symbol: 205 = Setting was activated
Text Symbol: CP2 = New Archive
Text Symbol: MET = Message Type
Text Symbol: MIG = Migration


INCLUDES used within this REPORT RBDCPMIG_ALL_WITHOUT_MIG_FLAG

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'icon_green_light' info = mess_activ IMPORTING result = activ_icon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'icon_yellow_light' info = mess_activ IMPORTING result = not_activ_icon EXCEPTIONS OTHERS = 0.

ENQUEUE_E_BDCPS CALL FUNCTION 'ENQUEUE_E_BDCPS' EXPORTING mode_bdcps = 'E' mandt = sy-mandt mestype = gv_bdmsgtyp-mestyp EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_top_of_page = 'TOP_OF_PAGE' is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_excluding = gs_excluding[] TABLES t_outtab = cp_output EXCEPTIONS OTHERS = 0.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'BDI_MTYP' retfield = 'MESTYP' pvalkey = 'MESTYP' dynpprog = lv_repid dynpnr = lv_dynnr dynprofield = lv_dynprofield value_org = 'S' TABLES value_tab = lt_bdi_mtyp EXCEPTIONS OTHERS = 0.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = output_text.



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