SAP Reports / Programs | Cross-Application Components | Joint Venture und Production Sharing Accounting(CA-JVA) SAP CA

RGPSA_CALC_PLAN SAP ABAP Report - PSA Calculation - Plan







RGPSA_CALC_PLAN 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_CALC_PLAN 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

PSA45 - Entitlement Plan Calculation


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_CALC_PLAN. "Basic submit
SUBMIT RGPSA_CALC_PLAN AND RETURN. "Return to original report after report execution complete
SUBMIT RGPSA_CALC_PLAN 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_BUDAT = Posting date
Selection Text: P_BUKRS = Company code
Selection Text: P_CLC = Report layout: by calc. catgry
Selection Text: P_COMPL = Check for PSC group complete
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_REV = Revenue
Selection Text: P_RVERS = Plan-Version
Selection Text: P_TEST = Test run/Print/Recalculation
Selection Text: P_VALUE = Entitlement in Value
Selection Text: P_VALUED = Number of decimals
Selection Text: P_VALUES = Scale Unit
Selection Text: P_VOL = Volume
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 Calculation - Plan
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: ROY = Royalty
Text Symbol: REV = Revenue
Text Symbol: RAT = Rate





Text Symbol: PVL = Production volume
Text Symbol: PTO = to
Text Symbol: PSC = PSC
Text Symbol: PRO = Processing options
Text Symbol: PRD = Product
Text Symbol: SS6 = Currency type / Decimals / Scaling / Other
Text Symbol: STP = Step
Text Symbol: TAM = Total amt
Text Symbol: TEG = Total Equity Group
Text Symbol: TLP = Total Product
Text Symbol: TO1 = *** Totals ***
Text Symbol: TOT = ******* Totals ********
Text Symbol: TPR = Total production
Text Symbol: TST = Test run/Print/Recalculation
Text Symbol: TTP = Total Type
Text Symbol: TXT = In Text Format
Text Symbol: TYP = Step Description
Text Symbol: UNT = Units
Text Symbol: UOM = Unit of Measure
Text Symbol: VNM = Venture
Text Symbol: VOL = Volume
Text Symbol: VTP = Volume type
Text Symbol: EGR = Equity Grp
Text Symbol: DLD = Download to File
Text Symbol: CUR = Curr.
Text Symbol: CTG = Report layout: by calculation category
Text Symbol: CST = Costs
Text Symbol: CMP = Check for PSC group complete
Text Symbol: CLC = Report Layout: by Calculation Type
Text Symbol: CFW = (cf)
Text Symbol: CCT = Cost Cap Total Production
Text Symbol: CCR = Cost Cap Remaining Production
Text Symbol: CAM = Contractor share
Text Symbol: BAS = Calculation basis
Text Symbol: AJT = Adjustments / Transfers
Text Symbol: 017 = total w/out CF
Text Symbol: 016 = in billions
Text Symbol: 015 = in 100's of mill
Text Symbol: 014 = in 10's of mill





Text Symbol: 013 = in millions
Text Symbol: 012 = in 100's of thous
Text Symbol: 011 = in 10's of thous
Text Symbol: 010 = in thousands
Text Symbol: 009 = in hundreds
Text Symbol: 008 = in tens
Text Symbol: 007 = Consider the need for adjustment
Text Symbol: 006 = Equity Group
Text Symbol: 005 = Joint Venture
Text Symbol: 004 = PSC Product
Text Symbol: 003 = PSC Name
Text Symbol: 002 = PSC/Product/Vname/Egroup combination(s).
Text Symbol: 001 = Carry Forward position does not exist in the following
Text Symbol: PR1 = Production
Text Symbol: PPU = Price per unit
Text Symbol: PLA = PLAN CALCULATION
Text Symbol: PIN = Profit Including Excess Profit
Text Symbol: PEX = Profit Excluding Excess Profit
Text Symbol: PER = Period
Text Symbol: PDT = Posting details
Text Symbol: PD1 = Production
Text Symbol: OLD = b/f
Text Symbol: OCS = Other Costs
Text Symbol: NSS = Sl/scale not displayed
Text Symbol: NDL = No Download
Text Symbol: HPR = Distribution of production
Text Symbol: HCF = Cost to be carried forward
Text Symbol: HCC = Cost cap
Text Symbol: GRP = PSC group
Text Symbol: GAM = Government share
Text Symbol: FWD = Cost carry over
Text Symbol: FRO = fr
Text Symbol: FRM = from
Text Symbol: EXN = Excess Net
Text Symbol: EXL = In Excel Format
Text Symbol: EXC = Excel
Text Symbol: EVK = Entitlement in value and in kind
Text Symbol: EQG = Report layout: by equity group
Text Symbol: EQ2 = EGrp



Text Symbol: EPR = Excess Profit
Text Symbol: ENV = Entitlement in Value
Text Symbol: ENT = Entitlement Percentage
Text Symbol: ENK = Entitlement in Kind


INCLUDES used within this REPORT RGPSA_CALC_PLAN

INCLUDE RGPSA_PLAN_CALC_SEL.
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:

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