SAP Reports / Programs | Logistics - General | Logistics Information System (LIS)(LO-LIS) SAP LO

RMCSBIW0 SAP ABAP Report - Business Information Warehouse Updating for LIS Info Structures







RMCSBIW0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The Logistics movement data is transferred to to SAP Business Information Warehouse using information structures...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RMCSBIW0 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

LBW1 - Update Activation LIS/BW


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


Text pool values


Title: Business Information Warehouse Updating for LIS Info Structures
Text Symbol: 033 = Retail
Text Symbol: 032 = Retail / Consumer Goods Ind.
Text Symbol: 031 = Inactv.
Text Symbol: 030 = Activ
Text Symbol: 023 = settings first?
Text Symbol: 022 = Save update
Text Symbol: 021 = maintenance?
Text Symbol: 020 = Do you want to terminate update
Text Symbol: 012 = Exit update maintenance
Text Symbol: 011 = Back
Text Symbol: 010 = Cancel
Text Symbol: 004 = Asynchr. CollectiveUpdate
Text Symbol: 003 = Asynchronous updating
Text Symbol: 002 = Synchronous updating
Text Symbol: 001 = No Update


INCLUDES used within this REPORT RMCSBIW0

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:

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' TABLES WT_KO200 = HLP_KO200_DUMMY WT_E071K = HLP_E071K_DUMMY.

ENQUEUE_E_TMC4 CALL FUNCTION 'ENQUEUE_E_TMC4' EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

ENQUEUE_E_TMC2F CALL FUNCTION 'ENQUEUE_E_TMC2F' EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

ENQUEUE_E_TMC2S CALL FUNCTION 'ENQUEUE_E_TMC2S' EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' TABLES WT_KO200 = HLP_KO200 WT_E071K = HLP_E071K.

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' EXPORTING WI_ORDER = HLP_TRKORR TABLES WT_KO200 = HLP_KO200 WT_E071K = HLP_E071K.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING SYSTEMEDIT = LV_SYSTEM_LOCK SYSTEM_CLIENT_EDIT = LV_CLIENT_LOCK SYS_CLIINDDEP_EDIT = LV_SYS_CLIINDDEP_LOCK.

MCS_UPDATING_SET CALL FUNCTION 'MCS_UPDATING_SET' EXPORTING I_FLG_CHANGE_KBTCH = 'X' I_FLG_CHANGE_SPERI = ' ' I_KBTCH = INT_TMC4-KBTCH I_MANDT = SY-MANDT I_MCINF = INT_TMC4-MCINF.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT1 TEXTLINE2 = TEXT2 TITEL = TEXT-010 IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT1 TEXTLINE2 = TEXT2 TITEL = TEXT-011 IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT1 TEXTLINE2 = TEXT2 TITEL = TEXT-012 IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.



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