SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

RMCBINCC_AL SAP ABAP INCLUDE - RMCBINCCAL







RMCBINCC_AL 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 RMCBINCC_AL 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 RMCBINCC_AL. "Basic submit
SUBMIT RMCBINCC_AL AND RETURN. "Return to original report after report execution complete
SUBMIT RMCBINCC_AL 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 RMCBINCC_AL

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:

VERBRAUCH_SUMMIEREN CALL FUNCTION 'VERBRAUCH_SUMMIEREN' EXPORTING abdatum = vdatver bisdatum = bdatver matnr = wertetab-matnr periv = wertetab-periv perkz = wertetab-perkz werks = wertetab-werks IMPORTING gesamtverbrauch = wertetab-k_menge EXCEPTIONS abdatum_greater_bisdatum = 01 bisdatum_in_future = 02 calendar_not_complete = 03 consumption_not_found = 04 fv_not_found = 05 fv_period_error = 06 no_material = 07 no_plant = 08.

MD_GET_ALL_MATERIAL_DB CALL FUNCTION 'MD_GET_ALL_MATERIAL_DB' EXPORTING IMATNR = WERTETAB-MATNR IWERKS = WERTETAB-WERKS TABLES BERX_TAB = L_BERX_TAB.

VERBRAUCH_SUMMIEREN_DB CALL FUNCTION 'VERBRAUCH_SUMMIEREN_DB' EXPORTING ABDATUM = VDATVER BISDATUM = BDATVER MATNR = WERTETAB-MATNR PERIV = WERTETAB-PERIV PERKZ = WERTETAB-PERKZ WERKS = WERTETAB-WERKS BERID = L_BERX_TAB-BERID IMPORTING GESAMTVERBRAUCH = L_CONSUMPTION EXCEPTIONS ABDATUM_GREATER_BISDATUM = 01 BISDATUM_IN_FUTURE = 02 CALENDAR_NOT_COMPLETE = 03 CONSUMPTION_NOT_FOUND = 04 FV_NOT_FOUND = 05 FV_PERIOD_ERROR = 06 NO_MATERIAL = 07 NO_PLANT = 08.

LESEN_PROGNOSE CALL FUNCTION 'LESEN_PROGNOSE' EXPORTING imaprf = maprf IMPORTING epropf = propf TABLES tprowf = tprowf EXCEPTIONS mapr_not_found = 01 prop_not_found = 02.

MCBI_DEMAND_CC_ANALYSIS * call function 'MCBI_DEMAND_CC_ANALYSIS' * exporting * i_matnr = wertetab-matnr * i_meins = wertetab-meins * i_miskz = wertetab-miskz * i_werk = wertetab-werks * i_vdatum = vdatbed * i_bdatum = bdatbed * importing * e_bedarf = wertetab-k_menge.

MCB_SELECT_REQUIREMENTS CALL FUNCTION 'MCB_SELECT_REQUIREMENTS' EXPORTING matnr_imp = wertetab-matnr werks_imp = wertetab-werks vdatum_imp = vdatbed bdatum_imp = bdatbed IMPORTING bedarf_exp = wertetab-k_menge.

UPDATE_CC_FLAG * CALL FUNCTION 'UPDATE_CC_FLAG' IN UPDATE TASK "n1672876 * TABLES "n1672876 * vb_tab = verb_marc. "n1672876

UPDATE_CC_FLAG_WITH_CD CALL FUNCTION 'UPDATE_CC_FLAG_WITH_CD' IN UPDATE TASK "n1672876 TABLES "n1672876 vb_tab = verb_marc. "n1672876

LOCATION_GET_PLANT_CURRENCY CALL FUNCTION 'LOCATION_GET_PLANT_CURRENCY' EXPORTING I_WERKS = WERKS IMPORTING O_WAERS = currency_plant EXCEPTIONS INVALID_PLANT = 1 VALUATION_AREA_NOT_FOUND = 2 BUKRS_NOT_FOUND = 3 NO_CURRENCY_AVAILABLE = 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 RMCBINCC_AL or its description.