SAP Reports / Programs | Production Planning and Control | Production Planning for Process Industries | Process Flow Scheduler(PP-PI-PFS) SAP PP

RPFSMSEL SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

RS_SUPPORT_SELECTIONS CALL FUNCTION 'RS_SUPPORT_SELECTIONS' EXPORTING REPORT = REPORT_NAME VARIANT = VARIANT_NAME EXCEPTIONS VARIANT_NOT_EXISTENT = 01 VARIANT_OBSOLETE = 02.

CY_GET_TIMEINTERVAL CALL FUNCTION 'CY_GET_TIMEINTERVAL' EXPORTING * CALENDAR_ID = ' ' * FISCAL_YEAR_VARIANT = ' ' PERIOD_TYPE = TIMT SDATEFROM = DATF SDATETO = DATT IMPORTING DATEFROM = DATE_FR * datefrom_string = DATETO = DATE_TO * dateto_string = EXCEPTIONS INTERVAL_CANNOT_BE_COMPUTED = 1 OTHERS = 2.

RS_CREATE_VARIANT CALL FUNCTION 'RS_CREATE_VARIANT' EXPORTING CURR_REPORT = REPORT_NAME CURR_VARIANT = VARIANT_NAME VARI_DESC = CLOI_VARID TABLES VARI_CONTENTS = CLOI_RSPARAMS VARI_TEXT = CLOI_VARIT EXCEPTIONS ILLEGAL_REPORT_OR_VARIANT = 01 ILLEGAL_VARIANTNAME = 02 NOT_AUTHORIZED = 03 NOT_EXECUTED = 04 REPORT_NOT_EXISTENT = 05 REPORT_NOT_SUPPLIED = 06 VARIANT_EXISTS = 07 VARIANT_LOCKED = 08.

CLOI_DOWNLOAD_TRIGGER_MDAT CALL FUNCTION 'CLOI_DOWNLOAD_TRIGGER_MDAT' EXPORTING MODEL_TYPE = SPACE MODEL = SPACE SEND_ONLY_CHANGES = CHAN OPT_SYS = OPT_SYS MOD_MAT = MOD_MAT MOD_BOM = MOD_BOM MOD_ROU = MOD_ROU MOD_EQU = MOD_EQU MOD_WRK = MOD_WRK MOD_HIR = MOD_HIR MOD_NET = MOD_NET MOD_KAL = MOD_KAL MOD_CLS = MOD_CLS MOD_PGR = MOD_PGR SND_MAT = SND_MAT SND_BOM = SND_BOM SND_EQU = SND_EQU SND_ROU = SND_ROU SND_WRK = SND_WRK SND_HIR = SND_HIR SND_NET = SND_NET SND_KAL = SND_KAL SND_CLS = SND_CLS SND_PGR = SND_PGR DATE_FR = DATE_FR DATE_TO = DATE_TO LOT_FR = LOT_FR LOT_TO = LOT_TO BOM_PRODVERS = C_BOM_PRODVERS_OFF BOM_EXPLODE = C_BOM_EXPLODE_OFF BOM_EXPL_STOP = PAR_BOM_EXPL_STOP PLANT_CHANGE = PLANT_CHANGE MAT_KUP = C_MAT_KUP_OFF ROU_SEL_RES = PAR_ADD_ROU_SEL_RES * rfcgr = rfcgr "parallel * psize = psize "parallel TABLES KEY_MAT_STD = KEY_MAT_STD WERKS_MA = WERKS_MA MATNR_BO = MATNR_BO WERKS_BO = WERKS_BO * matnr_eq = matnr_eq * werks_eq = werks_eq * matnr_ro = matnr_ro mk for 4.0



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