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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCBINCC_AL - RMCBINCCAL RMCBINCC - Include for ABC Analysis of Cycle Counting (Physical Inventory Method) RMCBIN00_LIST - ABC Analysis for Cycle Counting (Physical Inventory) RMCBIN00_LIST - ABC Analysis for Cycle Counting (Physical Inventory) RMCBIN00 - ABC Analysis for Cycle Counting (Physical Inventory) RMCBIN00 - ABC Analysis for Cycle Counting (Physical Inventory)