SAP Reports / Programs | Financial Accounting | Asset Accounting | Net Worth Tax(FI-AA-SVA-NT) SAP FI

RAIDJP_TAX_NEW_FORMS SAP ABAP INCLUDE - RAIDJPTAXNEWFORMS







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


INCLUDES used within this REPORT RAIDJP_TAX_NEW_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:

READ_ADD_COMPANY_CODE_INFO CALL FUNCTION 'READ_ADD_COMPANY_CODE_INFO' EXPORTING ic_bukrs = wa_ccodes-bukrs ic_party = const_ccontrol IMPORTING es_t001z = is_t001z EXCEPTIONS not_found = 1 OTHERS = 2.

CONVERSION_EXIT_JPDAT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_JPDAT_OUTPUT' EXPORTING input = p_dyear IMPORTING output = is_jap_date.

CONVERSION_EXIT_JPDAT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_JPDAT_OUTPUT' EXPORTING input = p_submit_date IMPORTING output = is_jap_date.

CONVERSION_EXIT_JPDAT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_JPDAT_OUTPUT' EXPORTING input = p_begdat IMPORTING output = is_jap_date.

ROUND CALL FUNCTION 'ROUND' EXPORTING DECIMALS = -1 INPUT = wa_decl_total-TOT_TAXB_AMNT SIGN = '-' IMPORTING OUTPUT = lv_buffer.

ROUND CALL FUNCTION 'ROUND' EXPORTING DECIMALS = -1 INPUT = wa_total_city-TOT_TAXB_AMNT SIGN = '-' IMPORTING OUTPUT = lv_buffer.

CONVERSION_EXIT_JPDAT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_JPDAT_OUTPUT' EXPORTING input = p_aktiv IMPORTING shera = short_era yearn = p_acq_year monthn = p_acq_month.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = const_cover_f IMPORTING e_funcname = f_name.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' exporting mode = 'CURRENT' no_dialog = 'X' IMPORTING * OUT_ARCHIVE_PARAMETERS = OUT_PARAMETERS = ls_out_para VALID = C_TRUE VALID_FOR_SPOOL_CREATION = C_TRUE EXCEPTIONS ARCHIVE_INFO_NOT_FOUND = 1 INVALID_PRINT_PARAMS = 2 INVALID_ARCHIVE_PARAMS = 3 OTHERS = 4 .

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = output_par EXCEPTIONS OTHERS = 1.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS OTHERS = 1.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = const_cover IMPORTING e_funcname = f_name.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' "Note 1816671 starts.

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = output_par EXCEPTIONS OTHERS = 1.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS OTHERS = 1.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = form IMPORTING e_funcname = f_name.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' exporting mode = 'CURRENT' no_dialog = 'X' IMPORTING * OUT_ARCHIVE_PARAMETERS = OUT_PARAMETERS = ls_out_para VALID = C_TRUE VALID_FOR_SPOOL_CREATION = C_TRUE EXCEPTIONS ARCHIVE_INFO_NOT_FOUND = 1 INVALID_PRINT_PARAMS = 2 INVALID_ARCHIVE_PARAMS = 3 OTHERS = 4 .

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = output_par EXCEPTIONS OTHERS = 1.

FP_JOB_CLOSE





CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS OTHERS = 1.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = const_ass_fin IMPORTING e_funcname = f_name.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' "Note 1816671 starts.

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = output_par EXCEPTIONS OTHERS = 1.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_JPDAT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_JPDAT_OUTPUT' EXPORTING input = pa_dyear IMPORTING output = is_jap_date.



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