SAP Reports / Programs | Basis Components | Use Subcomponents | Maintain Profile(BC-CCM-CNF-PFL) SAP BC

RSPFPAR SAP ABAP Report - Display Profile Parameter







RSPFPAR 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 RSPFPAR 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

SPFPAR - Display Profile Parameters


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 RSPFPAR. "Basic submit
SUBMIT RSPFPAR AND RETURN. "Return to original report after report execution complete
SUBMIT RSPFPAR 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: PNAME = Profile Parameters
Title: Display Profile Parameter
Text Symbol: 031 = Parameter Name
Text Symbol: 029 = SystemDefaultUnsubst
Text Symbol: 028 = System Default Value
Text Symbol: 027 = User-Defined Value
Text Symbol: 026 = Sys (Uns)
Text Symbol: 025 = SysDefault
Text Symbol: 024 = Param Name
Text Symbol: 023 = User Value
Text Symbol: 022 = Parameter Name
Text Symbol: 021 = Parameter Name
Text Symbol: 020 = System Default Value(Unsubstituted Form)
Text Symbol: 017 = System Default Value
Text Symbol: 016 = User-Defined Value
Text Symbol: 015 = Value Defined By User
Text Symbol: 013 = Substituted Form
Text Symbol: 012 = Unsubstituted Form
Text Symbol: 010 = Profile Parameters Valid in Current System:
Text Symbol: 007 = Par.Status
Text Symbol: 006 = Parameter Status
Text Symbol: 005 = Status
Text Symbol: 004 = Unknown parameter status &
Text Symbol: 003 = Overwrite Default Value
Text Symbol: 002 = Default Value
Text Symbol: 001 = Default value is not available
Text Symbol: 000 = System Default Value(Unsubstituted Form)


INCLUDES used within this REPORT RSPFPAR

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:

PFL_SHOW_PARAMETER_DOCU * CALL FUNCTION 'PFL_SHOW_PARAMETER_DOCU' * EXPORTING * PARAMETER_NAME = PAR_NAME * EXCEPTIONS * OTHERS = 1.

PFL_SHOW_PARAMETER_DOCU CALL FUNCTION 'PFL_SHOW_PARAMETER_DOCU' EXPORTING parameter_name = par_name EXCEPTIONS OTHERS = 1.

PFL_SHOW_PARAMETER_DOCU CALL FUNCTION 'PFL_SHOW_PARAMETER_DOCU' EXPORTING parameter_name = gs_par_sub-par_name EXCEPTIONS OTHERS = 1.



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