SAP Reports / Programs | Production Planning and Control | Sales and Operations Planning | Sales Plan(PP-SOP-SP) SAP PP

RMCW15F0 SAP ABAP INCLUDE - Include for OTB Standard Analysis







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


Text pool values


Title: Include for OTB Standard Analysis


INCLUDES used within this REPORT RMCW15F0

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:

PERIODE_ZUM_DATUM CALL FUNCTION 'PERIODE_ZUM_DATUM' EXPORTING IDATE = I_T445P-PLBEG IPERKZ = 'W' IMPORTING EPERIOP = HLP_WOC EXCEPTIONS OTHERS = 1.

PERIODE_ZUM_DATUM CALL FUNCTION 'PERIODE_ZUM_DATUM' EXPORTING IDATE = I_T445P-PLBEG IPERKZ = 'P' IPERIV = T445A-PERIV IFABKL = T445A-FABKL IMPORTING EPERIOP = HLP_BUP EXCEPTIONS OTHERS = 1.

PERIODE_ZUM_DATUM CALL FUNCTION 'PERIODE_ZUM_DATUM' EXPORTING IDATE = SY-DATUM IPERKZ = 'W' * IPERIV = T445A-PERIV * IFABKL = T445A-FABKL IMPORTING * EPERIOD = HLP_PERD EPERIOP = HLP_WOC * EFIRSTDAY = HLP_DATUM EXCEPTIONS OTHERS = 1.

PERIODE_ZUM_DATUM CALL FUNCTION 'PERIODE_ZUM_DATUM' EXPORTING IDATE = SY-DATUM IPERKZ = 'P' IPERIV = T445A-PERIV IFABKL = T445A-FABKL IMPORTING * EPERIOD = HLP_PERD EPERIOP = HLP_BUP * EFIRSTDAY = HLP_DATUM EXCEPTIONS OTHERS = 1.

MCP_HOCHRECHNUNG_OTB CALL FUNCTION 'MCP_HOCHRECHNUNG_OTB' EXPORTING I_ACTUALS_CURR = UMSGVP_IST_VP_F I_ACTUALS_QUAN = UMSGVP_IST_MNG_F I_PLAN_CURR = UMSGVP_PLAN_VP_F I_PLAN_QUAN = UMSGVP_PLAN_MNG_F I_FABKL = FABKL I_FIRST_DATE = VONDATUM I_LAST_DATE = BISDATUM IMPORTING E_ESTIMATED_CURR = UMSGVP_HOCH_VP_F E_ESTIMATED_QUAN = UMSGVP_HOCH_MNG_F CHANGING I_FLG_FIRST_DAY = FLG_FIRST_DAY EXCEPTIONS OTHERS = 1.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING SHOW_ALL_VALUES_AT_FIRST_TIME = 'X' IMPORTING SELECT_VALUE = O_SCTYP TABLES FIELDS = H_FIELDS VALUETAB = SCTYP_VALUE_TAB EXCEPTIONS FIELD_NOT_IN_DDIC = 01 MORE_THEN_ONE_SELECTFIELD = 02 NO_SELECTFIELD = 03.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING SHOW_ALL_VALUES_AT_FIRST_TIME = 'X' IMPORTING SELECT_VALUE = O_VRSIO TABLES FIELDS = H_FIELDS VALUETAB = VRSIO_VALUE_TAB EXCEPTIONS FIELD_NOT_IN_DDIC = 01 MORE_THEN_ONE_SELECTFIELD = 02 NO_SELECTFIELD = 03.



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