RPLBRCFA is a standard ABAP INCLUDE 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 RPLBRCFA into the relevant SAP transactions such as SE38 or SE80
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.
Title: asdf
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PA03_PCR_READ call function 'PA03_PCR_READ' EXPORTING f_abkrs = pnpxabkr IMPORTING f_current_period = pcr_current_period f_current_year = pcr_current_year EXCEPTIONS abkrs_no_accounting = 1 pcr_does_not_exist = 2 abkrs_does_not_exist = 3 period_does_not_exist = 4 others = 5.
RP_GET_CURRENCY * call function 'RP_GET_CURRENCY'"delAHRK037473 * exporting * molga = '06' * begda = pn-endda * endda = pn-endda * importing * waers = prog_waers * exceptions * molga_not_in_t001p = 1 * no_entry_found_in_table_t001 = 2 * no_entry_found_in_table_t500p = 3 * no_entry_found_in_table_t500c = 4 * others = 5.
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = e03_lt_events.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.