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

RGPSC_INPUT SAP ABAP Report - PSC Production Information Interface







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

PSC95 - PSC Production Interface


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 RGPSC_INPUT. "Basic submit
SUBMIT RGPSC_INPUT AND RETURN. "Return to original report after report execution complete
SUBMIT RGPSC_INPUT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


PSC Production Interface Report
Selection Text: P_BUKRS = Company code
Selection Text: P_TEST = Test run/Print/Recalculation
Selection Text: P_YEAR = Fiscal Year
Selection Text: S_ETYPE = Equity Type
Selection Text: S_PERIOD = Period
Selection Text: S_PROD = PSC Product
Selection Text: S_PSC = PSC Name
Selection Text: S_VNAME = Venture
Title: PSC Production Information Interface
Text Symbol: 001 = Fiscal Year:
Text Symbol: 002 = Period:
Text Symbol: 003 = Company Code:
Text Symbol: PRO = Processing options
Text Symbol: SCR = Selection criteria
001 PSC Name Product Venture EqTyp Production Adj. Avg Price


INCLUDES used within this REPORT RGPSC_INPUT

INCLUDE RGPSC_GLOBAL_TOP.


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:

VALID_EQUITY_GROUP CALL FUNCTION 'VALID_EQUITY_GROUP' EXPORTING BLDAT = sy-datum "w_lastday BUDAT = sy-datum BUKRS = p_bukrs COOBJTYPE = 'KS' ETYPE = x_t8psc_prod-etype VNAME = x_t8psc_prod-vname * WARN = ' ' * IMPORTING * EGRUP = x_t8psc_prod-eqgrp EXCEPTIONS NO_ENTRY = 1 * OBJ_ART_UNKNOWN = 2 * WARNING = 3 * OTHERS = 4 .

PSC_CALCULATE_AVG_API CALL FUNCTION 'PSC_CALCULATE_AVG_API' EXPORTING BUKRS = x_t8psc_prod-bukrs PSC_NAME = x_t8psc_prod-psc_name PRODUCT = x_t8psc_prod-psc_product VNAME = x_t8psc_prod-vname ETYPE = x_t8psc_prod-etype PSC_YEAR = x_t8psc_prod-psc_year TABLES AVG_API = x_avg_api.



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