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

RGPSA_PROD_INT SAP ABAP Report - PSC Production Information Interface







RGPSA_PROD_INT 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_PROD_INT 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

PSA90 - 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 RGPSA_PROD_INT. "Basic submit
SUBMIT RGPSA_PROD_INT AND RETURN. "Return to original report after report execution complete
SUBMIT RGPSA_PROD_INT 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: 004 = Production
Text Symbol: 005 = Adj. Avg Price
Text Symbol: 910 = PSC Production Interface Report
Text Symbol: 912 = Adj. Avg Price
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 RGPSA_PROD_INT

INCLUDE RGPSA_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:

CHECK_ERP_JVA_LIST CALL FUNCTION 'CHECK_ERP_JVA_LIST' IMPORTING EV_CHECK_SWITCH_FLAG = lv_switch_flag EXCEPTIONS INVALID_SWITCH = 1 OTHERS = 2 .

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

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 .



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