RAIDJP_TAX_EVALUATE_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 RAIDJP_TAX_EVALUATE_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.
INCLUDE RAIDJP_TAX_EVAL_CITY.
INCLUDE RAIDJP_TAX_EVAL_CITY.
No SAP DATABASE tables are accessed within this REPORT code!
ROUND ** CALL FUNCTION 'ROUND' ** EXPORTING ** DECIMALS = 2 ** INPUT = ld_tax_eva ** SIGN = '-' ** IMPORTING ** OUTPUT = lv_buffer ** EXCEPTIONS ** INPUT_INVALID = 1.
ROUND ** CALL FUNCTION 'ROUND' ** EXPORTING ** DECIMALS = 2 ** INPUT = ld_tax_eva ** SIGN = '-' ** IMPORTING ** OUTPUT = lv_buffer ** EXCEPTIONS ** INPUT_INVALID = 1.
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' " get first+last day EXPORTING i_gjahr = lf_lyear i_periv = gd_periv i_poper = '001' IMPORTING e_date = gd_first_day_of_last_last_year EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3 OTHERS = 4.
ROUND ** CALL FUNCTION 'ROUND' ** EXPORTING ** DECIMALS = 2 ** INPUT = ld_tax_eva ** SIGN = '-' ** IMPORTING ** OUTPUT = lv_buffer ** EXCEPTIONS ** INPUT_INVALID = 1.
ROUND ** CALL FUNCTION 'ROUND' ** EXPORTING ** DECIMALS = 2 ** INPUT = ld_tax_eva *** SIGN = '-' "Note 1427370 ** SIGN = lc_sign "Note 1427370 ** IMPORTING ** OUTPUT = lv_buffer ** EXCEPTIONS ** INPUT_INVALID = 1.
ROUND ** CALL FUNCTION 'ROUND' ** EXPORTING ** DECIMALS = 2 ** INPUT = ld_tax_eva *** SIGN = '-' "Note 1427370 ** SIGN = lc_sign "Note 1427370 ** IMPORTING ** OUTPUT = lv_buffer ** EXCEPTIONS ** INPUT_INVALID = 1.
ROUND ** CALL FUNCTION 'ROUND' ** EXPORTING ** DECIMALS = 2 ** INPUT = ld_tax_eva ** SIGN = '-' ** IMPORTING ** OUTPUT = lv_buffer ** EXCEPTIONS ** INPUT_INVALID = 1.
ROUND ** CALL FUNCTION 'ROUND' ** EXPORTING ** DECIMALS = 2 ** INPUT = ld_tax_eva *** SIGN = '-' "Note 1427370 ** SIGN = lc_sign "Note 1427370 ** IMPORTING ** OUTPUT = lv_buffer ** EXCEPTIONS ** INPUT_INVALID = 1.
ROUND ** CALL FUNCTION 'ROUND' ** EXPORTING ** DECIMALS = 2 ** INPUT = ld_tax_eva ** SIGN = '-' ** IMPORTING ** OUTPUT = lv_buffer ** EXCEPTIONS ** INPUT_INVALID = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.