SAP Reports / Programs

RPFSMDAT SAP ABAP Report - Select Master Data for Transfer







RPFSMDAT is a standard Executable ABAP Report 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 RPFSMDAT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PFSM - Start Download of PFS Master Data


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


Text pool values


Selection Text: MMSTA_MA = Material Status
Selection Text: MTVER_MA = Material group
Selection Text: NETW_NW = Resource network
Selection Text: PRCTR_MA = Profit center
Selection Text: RESSO_WC = Resource
Selection Text: SOBSL_MA = Special procurement type
Selection Text: STDPD_MA = Configurable material
Selection Text: STRGR_MA = Strategy group
Selection Text: TRMID_TM = Transition matrix
Selection Text: WERKS_BO = Plant
Selection Text: WERKS_EQ = Plant
Selection Text: WERKS_HI = Plant
Selection Text: WERKS_MA = Plant
Selection Text: WERKS_NW = Plant
Selection Text: WERKS_RO = Plant
Selection Text: WERKS_ST = Plant
Selection Text: WERKS_TM = Plant
Selection Text: WERKS_WC = Plant
Selection Text: MATNR_RO = Material
Selection Text: MATNR_MA = Material
Selection Text: MATNR_EQ = Material
Selection Text: MATNR_BO = Material
Selection Text: MAABC_MA = ABC indicator
Selection Text: LGORT_ST = Storage location
Selection Text: JAHR = Fiscal year
Selection Text: IDENT = Calendar ID
Selection Text: HIER_HI = Name of hierarchy
Selection Text: DISPR_MA = MRP profile
Selection Text: DISPO_MA = MRP controller
Selection Text: DISMM_MA = MRP type
Selection Text: DISGR_MA = Planning group
Selection Text: CLASSTYP = Class type
Selection Text: CLASS = Class
Selection Text: BESKZ_MA = Procurement type
Title: Select Master Data for Transfer
Text Symbol: 001 = Optimization syst.
Text Symbol: 050 = Recipe distr. for
Text Symbol: 049 = Recipe distr. for selected material above





Text Symbol: 048 = No recipe distr.
Text Symbol: 047 = Resource
Text Symbol: 046 = Selection parameter for BOM/recipe/resource
Text Symbol: 045 = Recipes for
Text Symbol: 044 = Recipes for material selected above
Text Symbol: 043 = No recipe selection
Text Symbol: 042 = Recipe
Text Symbol: 041 = Recipe distr.
Text Symbol: 040 = Transit. matrix
Text Symbol: 035 = Indicators for selection:
Text Symbol: 034 = Co-product
Text Symbol: 033 = Version
Text Symbol: 032 = Repetitive mfg allowed
Text Symbol: 031 = Rough-cut planning
Text Symbol: 030 = Critical part
Text Symbol: 025 = Complete variant of
Text Symbol: 002 = Transfer mode:
Text Symbol: 003 = Complete
Text Symbol: 004 = Changes
Text Symbol: 007 = to
Text Symbol: 008 = Lot size
Text Symbol: 010 = Material
Text Symbol: 011 = BOM
Text Symbol: 014 = Hierarchy
Text Symbol: 015 = Resource netwk
Text Symbol: 016 = Factory cal.
Text Symbol: 017 = Classification/characteristic
Text Symbol: 018 = Entry type
Text Symbol: 019 = Start date
Text Symbol: 020 = Fin. date
Text Symbol: 021 = BOMs for material selected above
Text Symbol: 022 = BOMs for
Text Symbol: 024 = No BOM selection
Text Symbol: 051 = No resources
Text Symbol: 052 = Resources for selected recipes


INCLUDES used within this REPORT RPFSMDAT

INCLUDE RPFSTTOP.
INCLUDE RPFSMSEL.
INCLUDE RPFSFORM.


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:

No SAP FUNCTION MODULES are executed within this report code!



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