SAP Reports / Programs

RGPSC_TRANSFERS SAP ABAP Report - PSC Transfer Funds







RGPSC_TRANSFERS 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_TRANSFERS 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

PSCTF - PSC Transfer 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 RGPSC_TRANSFERS. "Basic submit
SUBMIT RGPSC_TRANSFERS AND RETURN. "Return to original report after report execution complete
SUBMIT RGPSC_TRANSFERS 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_AMT = Transfer Amount
Selection Text: P_BUKRS = Company code
Selection Text: P_BUKRS2 = Company code
Selection Text: P_CURR = Currency code
Selection Text: P_DATE = Posting Date
Selection Text: P_DEL = Transfer Posting Reversal
Selection Text: P_EGRP = Equity Group
Selection Text: P_ETYPE = Equity Type
Selection Text: P_ETYPE2 = Equity Type
Selection Text: P_EXIT = Exit Program
Selection Text: P_PER = Period
Selection Text: P_PROD = PSC Product
Selection Text: P_PROD2 = PSC Product
Selection Text: P_PSC = PSC
Selection Text: P_PSC2 = PSC
Selection Text: P_TEST = Test Run
Selection Text: P_UPD = Transfer Posting
Selection Text: P_VNAME = Joint Venture
Selection Text: P_VNAME2 = Joint Venture
Selection Text: P_YEAR = Year
Title: PSC Transfer Funds
Text Symbol: UNT = Units
Text Symbol: TYP = Step Description
Text Symbol: TPR = Total production
Text Symbol: TAM = Total amt
Text Symbol: STP = Step
Text Symbol: SCR = Selection criteria
Text Symbol: RPT = Reporting Options
Text Symbol: RAT = Rate
Text Symbol: PVL = Production volume
Text Symbol: PTO = to
Text Symbol: 001 = PSC Transfer Postings - Select Activity
Text Symbol: 002 = Please choose one of the activities shown below
Text Symbol: 003 = PSC Transfer Postings - Data View
Text Symbol: 004 = Transfer data FROM
Text Symbol: 005 = Period, Year, and Transfer Amount
Text Symbol: 006 = Transfer data TO
Text Symbol: 007 = not JVA active





Text Symbol: 008 = Company
Text Symbol: 009 = Company code
Text Symbol: 010 = Venture
Text Symbol: BAS = Calculation Basis
Text Symbol: CAM = Contractor share
Text Symbol: CFW = (cf)
Text Symbol: CLC = Report Layout: by Calculation Type
Text Symbol: EGR = Equity Grp
Text Symbol: FRM = from
Text Symbol: FRO = fr
Text Symbol: FWD = Cost carry over
Text Symbol: GAM = Government share
Text Symbol: GRP = PSC group
Text Symbol: HCC = Cost cap
Text Symbol: HCF = Cost to be carried forward
Text Symbol: HPR = Distribution of production
Text Symbol: OLD = b/f
Text Symbol: PDT = Posting details
Text Symbol: PER = Period
Text Symbol: PPU = Price per unit
Text Symbol: PRD = Product
Text Symbol: PRO = Processing options
Text Symbol: PSC = PSC


INCLUDES used within this REPORT RGPSC_TRANSFERS

No INCLUDES are used within this REPORT code!


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:

G_PERIODS_OF_YEAR_GET CALL FUNCTION 'G_PERIODS_OF_YEAR_GET' EXPORTING variant = t001-periv year = p_year IMPORTING last_normal_period = next_period TABLES i_periods = i_periods EXCEPTIONS variant_not_defined = 1 year_not_defined = 2 OTHERS = 3.

PSC_GET_LEDGER_CURRENCY CALL FUNCTION 'PSC_GET_LEDGER_CURRENCY' EXPORTING i_bukrs = p_bukrs i_source = t8pscsrc-source TABLES t_ledger = tledger t_curr = tcurr EXCEPTIONS source_not_defined = 1 currency_not_defined = 2 OTHERS = 3.

VALID_EQUITY_GROUP CALL FUNCTION 'VALID_EQUITY_GROUP' EXPORTING bldat = w_lastday budat = sy-datum bukrs = p_bukrs coobjtype = 'KS' etype = p_etype vname = p_vname * WARN = ' ' IMPORTING egrup = w_eqgrp EXCEPTIONS no_entry = 1 * OBJ_ART_UNKNOWN = 2 * WARNING = 3 * OTHERS = 4 .

VALID_EQUITY_GROUP CALL FUNCTION 'VALID_EQUITY_GROUP' EXPORTING bldat = w_lastday budat = sy-datum bukrs = p_bukrs coobjtype = 'KS' etype = p_etype2 vname = p_vname2 * WARN = ' ' IMPORTING egrup = w_eqgrp2 EXCEPTIONS no_entry = 1 * OBJ_ART_UNKNOWN = 2 * WARNING = 3 * OTHERS = 4 .

FI_CURRENCIES_CONVERT CALL FUNCTION 'FI_CURRENCIES_CONVERT' EXPORTING i_icurr = intcurr IMPORTING e_icurr = intcurr EXCEPTIONS OTHERS = 1.

PSC_DOCUMENT_POST CALL FUNCTION 'PSC_DOCUMENT_POST' TABLES tpschd = lpschd_single tpscit = lpscit_single tpsccr = lpsccr_single EXCEPTIONS no_document_header = 1 multiple_document_headers = 2 number_not_found = 3 OTHERS = 4.

PSC_DOCUMENT_POST





CALL FUNCTION 'PSC_DOCUMENT_POST' TABLES tpschd = lpschd_single tpscit = lpscit_single tpsccr = lpsccr_single EXCEPTIONS no_document_header = 1 multiple_document_headers = 2 number_not_found = 3 OTHERS = 4.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_repid i_structure_name = l_struc * IS_LAYOUT = * IT_FIELDCAT = * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = ' ' it_events = it_events * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES * t_outtab = tpschd "HJ20001029 t_outtab = t_display "HJ20001029 EXCEPTIONS program_error = 1 OTHERS = 2.



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