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
Below is a list of transaction codes which are relevant to this SAP report
PSA90 - PSC Production Interface
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.
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
INCLUDE RGPSA_GLOBAL_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGPSA_PROD_INT - PSC Production Information Interface RGPSA_PROD_INT - PSC Production Information Interface RGPSA_PRINT_SEL - Screen Fields for RGPSA_PRINT_ENTITLE RGPSA_PRINT_ENTITLE - PSA Independent Entitlement Report RGPSA_PRINT_ENTITLE - PSA Independent Entitlement Report RGPSA_PLAN_ROLLUP - PSA Rollup for Planning