SAP Reports / Programs

RGPSA_REP_STORAGE_PRINT SAP ABAP Report - Statement of Storage Entitlement Report







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

PSA71 - Statement of Storage Entitlement


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 RGPSA_REP_STORAGE_PRINT. "Basic submit
SUBMIT RGPSA_REP_STORAGE_PRINT AND RETURN. "Return to original report after report execution complete
SUBMIT RGPSA_REP_STORAGE_PRINT 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: P_BUKRS = D Company Code
Selection Text: P_CURT = D Currency Type
Selection Text: P_PERIOD = D Posting period
Selection Text: P_PR_DEC = Number of decimals (Price)
Selection Text: P_PR_SCL = Scale Unit (Price)
Selection Text: P_PSC = D PSC Name
Selection Text: P_RRCTYA = Actual
Selection Text: P_RRCTYP = Plan
Selection Text: P_RVERS = D Version
Selection Text: P_VALUE = Report Value
Selection Text: P_VALUED = Number of decimals (Value)
Selection Text: P_VALUES = Scale Unit (Value)
Selection Text: P_VOLUMD = Number of decimals (Volume)
Selection Text: P_VOLUME = Report Volume
Selection Text: P_VOLUMS = Scale Unit (Volume)
Selection Text: P_YEAR = D Fiscal Year
Selection Text: S_EGROUP = D Equity group
Selection Text: S_PROD = D PSA Product
Selection Text: S_VNAME = D Joint venture
Title: Statement of Storage Entitlement Report
Text Symbol: SS2 = Price
Text Symbol: SS1 = Currency
Text Symbol: SS0 = Layout options
Text Symbol: RTP = Plan
Text Symbol: RTA = Actual
Text Symbol: RFY = 12
Text Symbol: RFS = 6, 12
Text Symbol: RFQ = 3, 6, 9, 12
Text Symbol: RFM = 1 to 12
Text Symbol: PRT = Print only - No Update of Closing Stock Balance
Text Symbol: LT3 = Closing Stock
Text Symbol: LT2 = Stock Adjustment
Text Symbol: LT1 = Opening Stock
Text Symbol: LT0 = Stock entitlement detail
Text Symbol: SS3 = Volume
Text Symbol: SS4 = Value
Text Symbol: SS5 = Other
Text Symbol: SS6 = Currency type / Decimals / Scaling / Other





Text Symbol: TB1 = Main selections
Text Symbol: TB2 = Additional selections
Text Symbol: TB3 = Processing options
Text Symbol: TB4 = Version
Text Symbol: TB5 = Update Closing Stock Balance
Text Symbol: TB6 = display Header-List or Detail-List (Reason Codes)
Text Symbol: TBC = Company
Text Symbol: UPD = Update closing stock
Text Symbol: VAL = Display in value
Text Symbol: VOL = Display in Volume
Text Symbol: 120 = Stock Ajustments
Text Symbol: 119 = Name
Text Symbol: 118 = Year
Text Symbol: 117 = Period
Text Symbol: 116 = Closing Stock
Text Symbol: 115 = Lifting
Text Symbol: 114 = Other Adj.
Text Symbol: 113 = Prod.Adj.
Text Symbol: 112 = Prod.Entitlement
Text Symbol: 111 = Opening Stock
Text Symbol: 110 = Currency
Text Symbol: 109 = Unit
Text Symbol: 108 = Partner
Text Symbol: 107 = EG
Text Symbol: 106 = Venture
Text Symbol: 105 = Product
Text Symbol: 104 = PSC
Text Symbol: 103 = Company
Text Symbol: 102 = Reporting ledger not defined in PSC source ledger.
Text Symbol: 101 = Currency not found in PSC source ledger.
Text Symbol: 100 = PSC Master contains no Government account.
Text Symbol: 003 = Production data not selected
Text Symbol: 002 = Lifting data not passed
Text Symbol: 001 = The currency key is ignored for Volume reporting.
Text Symbol: LN5 = Date : & Time : &
Text Symbol: LN4 = Currency Type: &
Text Symbol: LN3 = Volume: Decimals: x Scale: y
Text Symbol: LN2 = Amount: Decimals: x Scale: y
Text Symbol: LN1 = Company code: &





Text Symbol: LIF = Update Lifting Table
Text Symbol: HEA = Header
Text Symbol: GR3 = List columns
Text Symbol: GR2 = List key fields
Text Symbol: GR1 = Selection Criteria
Text Symbol: FRQ = No reporting frequency defined for the PSC entered.
Text Symbol: DET = Detail
Text Symbol: DEF = Default
Text Symbol: CUR = Currency
Text Symbol: B41 = Version will be set to '001' for Actual.
Text Symbol: 254 =
Text Symbol: 253 =
Text Symbol: 252 =
Text Symbol: 251 =
Text Symbol: 250 =
Text Symbol: 125 =
Text Symbol: 123 = Line Desc./Reason codes
Text Symbol: 122 = Line Type
Text Symbol: 121 = Adjusted Open Stock


INCLUDES used within this REPORT RGPSA_REP_STORAGE_PRINT

INCLUDE RGPSA_REP_STORAGE_TOP.
INCLUDE RGPSA_LAYOUT_OPTIONS. " <-- FOR LAYOUT OPTIONS
INCLUDE RGPSA_REP_STORAGE_SEL_PRINT.
INCLUDE RGPSA_SEL_RECTYPE_VERSION.
INCLUDE RGPSA_REP_STORAGE_SEL_VALID.
INCLUDE RGPSA_VALIDATE_P_CURT. " <-- FOR LAYOUT OPTIONS
INCLUDE RGPSA_COMMON_SELECTIONS_PUSH. " <-- FOR LAYOUT OPTIONS


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:

PSA_CHECK_PROC_AUTHORITY CALL FUNCTION 'PSA_CHECK_PROC_AUTHORITY' "HJ200210 EXPORTING PROCESS_CODE = w_process_code BUKRS = P_bukrs PSC_NAME = P_PSC ACTVT = w_actvt * IMPORTING * AUTH_RC = * EXCEPTIONS * NO_PROC_AUTH = 1 * ONLY_DISPLAY = 2 * NO_AUTHORITY = 3 * OTHERS = 4 .



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