RPFIQA_TRIAL_BALANCES_FORMS 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_FORMS 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_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING no_dialog = 'X' mode = 'CURRENT' destination = p_outdev IMPORTING out_parameters = pri_params.
BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' ##fm_subrc_ok EXPORTING username = sy-uname IMPORTING address = ls_address TABLES return = lt_return.
FIQA_PDF_FORM_GET_NAME CALL FUNCTION 'FIQA_PDF_FORM_GET_NAME' EXPORTING iv_form_code = p_form iv_language = gv_lang IMPORTING ev_form_name = lv_form_name EXCEPTIONS form_not_found = 1 OTHERS = 2.
FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = lv_form_name IMPORTING e_funcname = fm_name.
FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = fp_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.
FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FIQA_S_TRIAL_BALANCE' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat i_save = 'A' is_variant = ls_variant TABLES t_outtab = gt_balance_alv.
FIQA_GET_SIGNATURES_FOR_PDF_1 CALL FUNCTION 'FIQA_GET_SIGNATURES_FOR_PDF_1' EXPORTING iv_bukrs = iv_cp_code iv_form_name = iv_form_name iv_lang = iv_lang IMPORTING et_sign_tab = lt_role_txt.
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_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 RPFIQA_JRNL_VCHR_PRNT_DAT - Include RPFIQA_JRNL_VCHR_PRNT_SEL