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

RMCBINIT_BW SAP ABAP Report - BW: Initialization of opening stocks in transfer structure







RMCBINIT_BW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report extracts the current stock data from the OLTP databases and makes it available in the respective logistics extraction structures for transfer into BW...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 RMCBINIT_BW 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

MCNB - BW: Initialize Stock Balances


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 RMCBINIT_BW. "Basic submit
SUBMIT RMCBINIT_BW AND RETURN. "Return to original report after report execution complete
SUBMIT RMCBINIT_BW 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: VRSIO = D .
Selection Text: SO_WERKS = D .
Selection Text: SO_MATNR = D .
Selection Text: NEULAUF = D .
Selection Text: LGORT = D .
Selection Text: LAUFNAME = D .
Selection Text: F_INDEX = D .
Selection Text: ENDZEIT = D .
Selection Text: ENDDAT = D .
Selection Text: BLK_SIZE = D .
Title: BW: Initialization of opening stocks in transfer structure
Text Symbol: POT = Activate 2LIS_40_S278
Text Symbol: PO2 = Activate now?
Text Symbol: PO1 = Stock extraction using 2LIS_40_S278 is not active
Text Symbol: P1T = Deactivate 2LIS_40_S278
Text Symbol: P12 = Deactivate for performance reasons?
Text Symbol: P11 = Stock extraction using 2LIS_40_S278 is active but not required
Text Symbol: BL3 = Data source info
Text Symbol: BL2 = Data destination info
Text Symbol: BL1 = General control info
Text Symbol: 303 = Zero stock to be transferd
Text Symbol: 302 = All stocks (including non-valuated stocks)
Text Symbol: 301 = Only Valuated Stocks
Text Symbol: 202 = Target ver.
Text Symbol: 201 = TransferStructure
Text Symbol: 106 = No. of data recs per LUW
Text Symbol: 105 = Time of termination
Text Symbol: 104 = Delete/create secondary index
Text Symbol: 103 = Termination date
Text Symbol: 102 = New run
Text Symbol: 101 = Name of run
Text Symbol: 100 = Setup: &V1&, &V2&


INCLUDES used within this REPORT RMCBINIT_BW

INCLUDE RMCBINIT_BW_TOP.
INCLUDE RMCBINIT_BW_SCR.


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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-PO1 TEXTLINE2 = TEXT-PO2 TITEL = TEXT-POT START_COLUMN = 25 START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING ANSWER = GD_REPLY EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-P11 TEXTLINE2 = TEXT-P12 TITEL = TEXT-P1T START_COLUMN = 25 START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING ANSWER = GD_REPLY EXCEPTIONS OTHERS = 1.

MCS_TMC4_F4 * CALL FUNCTION 'MCS_TMC4_F4' * EXPORTING * I_MCAPP = CON_MCAPP_BCO * I_FLG_WITH_MIX_MCAPP = 'X' * I_FLG_SPZIS = CON_IS_TRANSFER * I_FLG_UPDATE_OK = TRUE * IMPORTING * E_MCINF = TRINF * EXCEPTIONS * NO_FIELD_SELECTED = 1 * OTHERS = 2.



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