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
Below is a list of transaction codes which are relevant to this SAP report
PSCTF - PSC Transfer Calculation
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.
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.