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

RMCBINIT_BW_FORMS SAP ABAP INCLUDE - RMCBINITBWFORMS







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


INCLUDES used within this REPORT RMCBINIT_BW_FORMS

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:

LOG_CONTENT_STOCK_SELECT CALL FUNCTION 'LOG_CONTENT_STOCK_SELECT' EXPORTING I_MARC = flg_marc I_MSKU = flg_marc I_MSLB = flg_marc I_MBEW = BL_BESTAENDE_BEW I_NULL_STOCKS = BL_NULL_BESTAENDE IMPORTING E_KZ_BEW_KAUFT_BEST = BL_KZ_KAUFT_BEW E_KZ_BEW_PAUFT_BEST = BL_KZ_PAUFT_BEW SWEXT = G_SWEXT_SEL_MAP "RZ1549660 TABLES MAT_SEL = SO_MATNR WRK_SEL = SO_WERKS LGORT_SEL = LGORT T_MARC = GT_MARC T_MARD = GT_MARD T_MCHA = GT_MCHA T_MCHB = GT_MCHB T_MKOL = GT_MKOL T_MSKU = GT_MSKU T_MSLB = GT_MSLB T_MSKA = GT_MSKA T_MSPR = GT_MSPR T_MSTB = GT_MSTB "SIT T_MSTE = GT_MSTE "SIT T_MSTQ = GT_MSTQ "SIT T_MBEW = GT_MBEW T_EBEW = GT_EBEW T_QBEW = GT_QBEW T_MSSA = GT_MSSA T_MSSQ = GT_MSSQ EXCEPTIONS OTHERS = 1.

LOG_CONTENT_STOCK_MAP CALL FUNCTION 'LOG_CONTENT_STOCK_MAP' EXPORTING I_KZ_BEW_KAUFT_BEST = BL_KZ_KAUFT_BEW I_KZ_BEW_PAUFT_BEST = BL_KZ_PAUFT_BEW I_NULL_STOCKS = BL_NULL_BESTAENDE TABLES T_STOCK = GT_STOCK T_MARC = GT_MARC T_MARD = GT_MARD T_MCHA = GT_MCHA T_MCHB = GT_MCHB T_MKOL = GT_MKOL T_MSKU = GT_MSKU T_MSLB = GT_MSLB T_MSKA = GT_MSKA T_MSPR = GT_MSPR T_MSTB = GT_MSTB "SIT T_MSTE = GT_MSTE "SIT T_MSTQ = GT_MSTQ "SIT T_MBEW = GT_MBEW T_EBEW = GT_EBEW T_QBEW = GT_QBEW T_MSSA = GT_MSSA T_MSSQ = GT_MSSQ CHANGING SWEXT = G_SWEXT_SEL_MAP "RZ1549660 EXCEPTIONS OTHERS = 1.

DATE_TIME_CONVERT CALL FUNCTION 'DATE_TIME_CONVERT' EXPORTING DATE = LE_STARTDAT TIME = LE_STARTZEIT IMPORTING POINT_IN_TIME = LE_HLP_STARTZEIT EXCEPTIONS DATE_BEFORE_REL_DATE = 01 DATE_TO_BIG = 02.

DATE_TIME_CONVERT CALL FUNCTION 'DATE_TIME_CONVERT' EXPORTING DATE = SY-DATUM TIME = SY-UZEIT IMPORTING POINT_IN_TIME = LE_HLP_UZEIT EXCEPTIONS DATE_BEFORE_REL_DATE = 01 DATE_TO_BIG = 02.

MCS_DROP_CREATE_INDEX CALL FUNCTION 'MCS_DROP_CREATE_INDEX' EXPORTING I_MCINF = DC_SO_TRINF-LOW FLAG_DC = DC_INDEX EXCEPTIONS NO_GSTRU = 1 NO_CREATE_INDEX = 2 OTHERS = 3.

LOG_CHECK_ENRICHMENT CALL FUNCTION 'LOG_CHECK_ENRICHMENT' IMPORTING E_BW_APPL = CBA_BW_APPL EXCEPTIONS NO_APPL_ACTIVE = 1 OTHERS = 2.

MCB_STATISTICS_NEU CALL FUNCTION 'MCB_STATISTICS_NEU' EXPORTING CONTROL = P_CONTROL TABLES XMCMSEG = P_GT_MCMSEG XMCBEST = P_GT_MCBEST XMCINF = P_SO_TRINF.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' * EXPORTING * CUCOL = 0 * CUROW = 0 * DISPLAY = ' ' * FIELDNAME = 'TABNAME' * TABNAME = 'DFIES' IMPORTING SELECT_VALUE = P_DATSRC TABLES FIELDS = HELP_F4_FIELDTAB VALUETAB = HELP_F4_VALUETAB EXCEPTIONS FIELD_NOT_IN_DDIC = 01 MORE_THEN_ONE_SELECTFIELD = 02 NO_SELECTFIELD = 03.

MCS_UPDATING_SET call function 'MCS_UPDATING_SET' exporting I_FLG_CHANGE_KBTCH = 'X' "#EC * I_FLG_CHANGE_SPERI = ' ' "#EC * I_KBTCH = '1' " CON_V1 mit RMCSSU01 i_mandt = sy-mandt i_mcinf = con_mcinf_bw_extract exceptions others = 1.

MCS_UPDATING_SET call function 'MCS_UPDATING_SET' exporting I_FLG_CHANGE_KBTCH = 'X' "#EC * I_FLG_CHANGE_SPERI = ' ' "#EC * i_kbtch = ' ' i_mandt = sy-mandt i_mcinf = con_mcinf_bw_extract 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 RMCBINIT_BW_FORMS or its description.