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
Below is a list of transaction codes which are relevant to this SAP report
PSA71 - Statement of Storage Entitlement
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.
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
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
No SAP DATABASE tables are accessed within this REPORT code!
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 .
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.
RGPSA_REP_STORAGE_PRINT - Statement of Storage Entitlement Report RGPSA_REP_STORAGE_PRINT - Statement of Storage Entitlement Report RGPSA_REP_STORAGE_FORMS - Include RGPSA_REP_STORAGE_FORMS RGPSA_REP_STORAGE_ALV_FORMS - Include RGPSA_REP_STORAGE_ALV_FORMS RGPSA_REP_PSC - PSC Master Data RGPSA_REP_PSC - PSC Master Data