SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RPFIQA_TRIAL_BALANCES_FORMS SAP ABAP INCLUDE - Include RPFIQA_TRIAL_BALANCES_FORMS







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


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 RPFIQA_TRIAL_BALANCES_FORMS. "Basic submit
SUBMIT RPFIQA_TRIAL_BALANCES_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT RPFIQA_TRIAL_BALANCES_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RPFIQA_TRIAL_BALANCES_FORMS


INCLUDES used within this REPORT RPFIQA_TRIAL_BALANCES_FORMS

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:

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.



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 RPFIQA_TRIAL_BALANCES_FORMS or its description.