RPFIWTQA_TAXR_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 RPFIWTQA_TAXR_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 RPFIWTQA_TAXR_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_CHECK_EXTENDED_WT CALL FUNCTION 'FI_CHECK_EXTENDED_WT' EXPORTING i_bukrs = p_bukrs EXCEPTIONS component_not_active = 1 not_found = 2 OTHERS = 3.
LDB_PROCESS CALL FUNCTION 'LDB_PROCESS' EXPORTING ldbname = c_kdf variant = space TABLES callback = gt_callback selections = gt_seltab EXCEPTIONS ldb_not_reentrant = 1 ldb_incorrect = 2 ldb_already_running = 3 ldb_error = 4 ldb_selections_error = 5 ldb_selections_not_accepted = 6 variant_not_existent = 7 variant_obsolete = 8 variant_error = 9 free_selections_error = 10 callback_no_event = 11 callback_node_duplicate = 12 OTHERS = 13.
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_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = 'FIWTQA_TAXR_PDF' "test IMPORTING e_funcname = lv_fm_name * E_INTERFACE_TYPE = * EV_FUNCNAME_INBOUND = .
FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' * IMPORTING * E_RESULT = EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4 .
SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING amount = p_total_amount currency = p_waers filler = space language = 'E' "Output amount must be in English only IMPORTING in_words = spell EXCEPTIONS not_found = 01 too_large = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPFIWTQA_TAXR_FORMS - Include RPFIWTQA_TAXR_FORMS RPFIWTQA_TAXR_DATA - Include RPFIWTQA_TAXR_DATA RPFIWTQA_TAXR - Withholding Tax Returns (Qatar) RPFIWTQA_TAXR - Withholding Tax Returns (Qatar) RPFIWTQA_MCL_SELECTION - Include RPQAFIWT_MCL_SELECTION RPFIWTQA_MCL_REV_SELECTION - Include RPFIWTQA_MCL_REV_SELECTION