SAP Reports / Programs

RGPSA_BCF SAP ABAP Report - Year End Carry Forward Selection Screen







RGPSA_BCF 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_BCF 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

PSA60 - Balance Carry Forward


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_BCF. "Basic submit
SUBMIT RGPSA_BCF AND RETURN. "Return to original report after report execution complete
SUBMIT RGPSA_BCF 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: YEAR = Past fiscal year
Selection Text: VOLUME = Volume
Selection Text: S_PSC = PSC name
Selection Text: P_BUKRS = Company
Selection Text: PRTLED = Partner Ledger
Selection Text: LIST = Detailed List
Selection Text: LIFTNG = Lifting
Selection Text: DEL = Clear only carry forward
Selection Text: CSTLED = Cost Ledger
Title: Year End Carry Forward Selection Screen
Text Symbol: 405 = No.of.Records
Text Symbol: 404 = Message Text
Text Symbol: 403 = Summary for Table
Text Symbol: 402 = Text
Text Symbol: 401 = Lifting Table
Text Symbol: 400 = Input Table
Text Symbol: 360 = Further selections
Text Symbol: 260 = Posting details
Text Symbol: 160 = Base selections
Text Symbol: 040 = Number of records updated
Text Symbol: 035 = Number of records inserted
Text Symbol: 030 = Summary for table
Text Symbol: 025 =
Text Symbol: 020 =
Text Symbol: 016 = // Run Date
Text Symbol: 015 =
Text Symbol: 013 = Client
Text Symbol: 012 = Run-Time
Text Symbol: 011 = to year
Text Symbol: 010 = PSA Balance Carry Forward Run from year


INCLUDES used within this REPORT RGPSA_BCF

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:

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 = t_psc-bukrs PSC_NAME = t_psc-psc_name ACTVT = w_actvt * IMPORTING * AUTH_RC = * EXCEPTIONS * NO_PROC_AUTH = 1 * ONLY_DISPLAY = 2 * NO_AUTHORITY = 3 * OTHERS = 4 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS is_print = gs_print TABLES T_OUTTAB = gt_jvpsc01t EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = gv_repid IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS is_print = gs_print TABLES T_OUTTAB = GT_T8PSA EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = gv_repid IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS is_print = gs_print TABLES T_OUTTAB = GT_LIFTVOL EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = GV_REPID is_layout = gs_layout it_fieldcat = gt_fieldcat it_events = gt_events i_tabname_header = 'GT_HEADER' i_tabname_item = 'GT_ITEM' is_keyinfo = ls_key is_print = gs_print TABLES t_outtab_header = Gt_header t_outtab_item = Gt_item EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = GV_REPID I_INTERNAL_TABNAME = IC_TABLE I_STRUCTURE_NAME = IC_SNAME I_INCLNAME = GV_REPID CHANGING CT_FIELDCAT = GT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = XT_EVENTS EXCEPTIONS LIST_TYPE_WRONG = 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 RGPSA_BCF or its description.