SAP Reports / Programs | Logistics - General | Logistics Basic Data | Assortment List(LO-MD-RA-ASL) SAP LO

RWDBBMIG SAP ABAP Report - Assortment List: Data Migration







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


Text pool values


Title: Assortment List: Data Migration
Text Symbol: 001 = Run Migration Once
Text Symbol: 002 = Only
Text Symbol: 003 = Migration Check
Text Symbol: 004 = Migration For Change Version
Text Symbol: 005 = Has Not Yet Run
Text Symbol: 006 = *********************************


INCLUDES used within this REPORT RWDBBMIG

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:

DEQUEUE_E_WBB_MIG call function 'DEQUEUE_E_WBB_MIG' exporting mandt = sy-mandt.

ENQUEUE_E_WBB_MIG call function 'ENQUEUE_E_WBB_MIG' exporting mandt = sy-mandt exceptions foreign_lock = 1 system_failure = 2 others = 3.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting diagnosetext1 = text-004 diagnosetext2 = text-005 diagnosetext3 = text-006 textline1 = text-001 " Migration durchführen textline2 = text-002 titel = text-003 " Migrationspruefung importing answer = antwort.

ASSORT_LIST_REORG_CHECK call function 'ASSORT_LIST_REORG_CHECK' exporting pi_last_date = 'X' tables pe_t_mess_time = time_pointer exceptions others = 1.

MM_CONDBI_INDEX_TAB_CREATE call function 'MM_CONDBI_INDEX_TAB_CREATE' exporting i_message_typ = t_type-bbred i_pointer_validity = valid_period tables t_document_types_tab = m_tab exceptions no_customizing_data = 1 index_data_not_found = 2 pointer_analyse = 3 no_condition_found = 4 others = 5.



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