RGPSA_PRINT_ENTITLE 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_PRINT_ENTITLE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PSA78 - PSA Print 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_BUDAT = Posting date
Selection Text: P_BUKRS = Company code
Selection Text: P_CLC = Report layout: by calc. catgry
Selection Text: P_CURT = Currency Type
Selection Text: P_EGP = Report layout: by equity group
Selection Text: P_KIND = Entitlement in Kind
Selection Text: P_PERIOD = Period
Selection Text: P_PR_DEC = Number of decimals
Selection Text: P_PR_SCL = Scale Unit
Selection Text: P_VALUE = Entitlement in Value
Selection Text: P_VALUED = Number of decimals
Selection Text: P_VALUES = Scale Unit
Selection Text: P_VOLUMD = Number of decimals
Selection Text: P_VOLUMS = Scale Unit
Selection Text: P_YEAR = Fiscal year
Selection Text: S_ETYPE = Equity type
Selection Text: S_PROD = PSC product
Selection Text: S_PSC = PSC name
Selection Text: S_PSCGR = PSC group
Selection Text: S_VNAME = Venture
Title: PSA Independent Entitlement Report
Text Symbol: SS6 = Currency type / Decimals / Scaling / Other
Text Symbol: SS5 = Other
Text Symbol: SS4 = Value
Text Symbol: SS3 = Volume
Text Symbol: SS2 = Price
Text Symbol: SS1 = Currency
Text Symbol: SS0 = Layout options
Text Symbol: SLD = Sliding scale details
Text Symbol: SCR = Selection criteria
Text Symbol: RPT = Reporting
Text Symbol: REV = Revenue
Text Symbol: RAT = Rate
Text Symbol: PVL = Production volume
Text Symbol: PTO = to
Text Symbol: STP = Step
Text Symbol: TAM = Total amt
Text Symbol: TEG = Total Equity Group
INCLUDE RGPSA_CALC_TOP. "DATA DECLARATION
INCLUDE RGPSA_LAYOUT_OPTIONS. " <-- FOR LAYOUT OPTIONS
INCLUDE RGPSA_PRINT_SEL. "REGULAR SELECTION SCREEN
INCLUDE RGPSA_VALIDATE_P_CURT. " <-- FOR LAYOUT OPTIONS
INCLUDE RGPSA_COMMON_SELECTIONS_PUSH. " <-- FOR LAYOUT OPTIONS
INCLUDE RGPSA_CALC_FORMS. "FORMS USED ONLY IN THIS PROGRAM
INCLUDE RGPSA_GLOBAL_FORMS. "FORMS USED IN PROGRAM & FG
INCLUDE RGPSA_CALC_PRINT_FORMS. "FORMS FOR PRINT
INCLUDE RGPSA_CALC_PSA_FORMS. "FORMS USED IN PSA DEVELOPMENT
INCLUDE RGPSA_SELECT_MAIN. "MAIN PROCESSING LOGIC
INCLUDE RGPSA_CALC_CREATE_LEDGER.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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_PRINT_ENTITLE or its description.
RGPSA_PRINT_ENTITLE - PSA Independent Entitlement Report RGPSA_PRINT_ENTITLE - PSA Independent Entitlement Report RGPSA_PLAN_ROLLUP - PSA Rollup for Planning RGPSA_PLAN_ROLLUP - PSA Rollup for Planning RGPSA_PLAN_CALC_SEL - Selection for Planning PSA RGPSA_PI_MALAYSIA_TOP_ALV - Include RGPSA_PI_MALAYSIA_TOP_ALV