RPFIQA_TRIAL_BALANCES_GET_DATA 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 RPFIQA_TRIAL_BALANCES_GET_DATA 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: Include RPFIQA_TRIAL_BALANCES_GET_DATA
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FIRST_DAY_IN_PERIOD_GET call function 'FIRST_DAY_IN_PERIOD_GET' exporting i_gjahr = so_fyear-low i_periv = gv_periv i_poper = gv_poper importing e_date = gv_from_date exceptions input_false = 1 t009_notfound = 2 t009b_notfound = 3 others = 4.
LAST_DAY_IN_PERIOD_GET call function 'LAST_DAY_IN_PERIOD_GET' exporting i_gjahr = so_fyear-low i_periv = gv_periv i_poper = gv_poper importing e_date = gv_to_date exceptions input_false = 1 t009_notfound = 2 t009b_notfound = 3 others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPFIQA_TRIAL_BALANCES_GET_DATA - Include RPFIQA_TRIAL_BALANCES_GET_DATA RPFIQA_TRIAL_BALANCES_FORMS - Include RPFIQA_TRIAL_BALANCES_FORMS RPFIQA_TRIAL_BALANCES - Trial Balances (Qatar) RPFIQA_TRIAL_BALANCES - Trial Balances (Qatar) RPFIQA_JRNL_VCHR_PRNT_SEL - Include RPFIQA_JRNL_VCHR_PRNT_SEL RPFIQA_JRNL_VCHR_PRNT_FRM - Include RPFIQA_JRNL_VCHR_PRNT_FRM