RMCW03F0 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 RMCW03F0 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.
Title: FORM Routines: STRPS analysis - Movements + stock
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 TEXT = HLP_TEXT1.
WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING WEEK = KE_WEEK IMPORTING DATE = KE_DATUM.
DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING DATE = KE_DATUM IMPORTING WEEK = KE_WEEK.
PERIOD_DAY_DETERMINE CALL FUNCTION 'PERIOD_DAY_DETERMINE' EXPORTING I_GJAHR = PD_HLP_PERIO(4) I_MONAT = PD_HLP_PERIO+4(2) I_PERIV = PERIVAR IMPORTING E_FDAY = HLP_LOW E_LDAY = HLP_HIGH.
WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING WEEK = PS_WEEK IMPORTING DATE = PERIO-HIGH.
WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING WEEK = PS_WEEK IMPORTING DATE = PERIO-LOW.
WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING WEEK = ORI_DETAIL-SPWOC IMPORTING DATE = PERIO-LOW.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = UMRECH_DATUM FOREIGN_AMOUNT =
FOREIGN_CURRENCY = LOCAL_CURRENCY = ANALYSE_WAEHRUNG TYPE_OF_RATE = TYPE_OF_RATE IMPORTING LOCAL_AMOUNT = NEW_CURRENCY_VALUE EXCEPTIONS NO_RATE_FOUND = 1 OVERFLOW = 2 NO_FACTORS_FOUND = 3 NO_SPREAD_FOUND = 4 DERIVED_2_TIMES = 5 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCW03F0 - FORM Routines: STRPS analysis - Movements + stock RMCW0305 - Selection Report: STRPS - Movements + Stock RMCW0305 - Selection Report: STRPS - Movements + Stock RMCW0300 - Standard Analysis: STRPS RMCW0300 - Standard Analysis: STRPS RMCVUPCL - Read Report: Delivery Notes for Statistical Setup (Resident Documents)