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

RGPSC_TRANSFERS_REV SAP ABAP Report - Reverse Manual PSC Transfer Postings







RGPSC_TRANSFERS_REV 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_REV 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

PSCTFREV - PSC Transfer Funds Reversal


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_REV. "Basic submit
SUBMIT RGPSC_TRANSFERS_REV AND RETURN. "Return to original report after report execution complete
SUBMIT RGPSC_TRANSFERS_REV 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_BUKRS = Company Code
Selection Text: P_PERIOD = Period
Selection Text: P_PSC = PSC
Selection Text: P_TEST = Test Run
Selection Text: P_YEAR = Year
Selection Text: S_EQGRP = Equity Group
Selection Text: S_PROD = Product
Selection Text: S_VNAME = Venture
Title: Reverse Manual PSC Transfer Postings
Text Symbol: CCD =
Text Symbol: HDR =
Text Symbol: PDT =
Text Symbol: PER =
Text Symbol: PRO =
Text Symbol: SCR =


INCLUDES used within this REPORT RGPSC_TRANSFERS_REV

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_DOCUMENT_POST CALL FUNCTION 'PSC_DOCUMENT_POST' EXPORTING reversal = 'X' TABLES tpschd = tpschd tpschd_rev = tpschd_rev2 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_rev t_outtab = t_display
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_REV or its description.