SAP Reports / Programs | Financial Accounting | Asset Accounting(FI-AA) SAP FI

RAIDPT02_F_COM_PDF SAP ABAP INCLUDE - RAIDPT02FCOMPDF







RAIDPT02_F_COM_PDF 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 RAIDPT02_F_COM_PDF 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 RAIDPT02_F_COM_PDF. "Basic submit
SUBMIT RAIDPT02_F_COM_PDF AND RETURN. "Return to original report after report execution complete
SUBMIT RAIDPT02_F_COM_PDF 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 RAIDPT02_F_COM_PDF

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:

CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = p_waers IMPORTING iso_code = l_isocd.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = p_afabg * I_MONMIT = 00 i_periv = gd_wa_t001-periv IMPORTING e_buper = wa_peraf-peraf_min * E_GJAHR = * EXCEPTIONS * INPUT_FALSE = 1 * T009_NOTFOUND = 2 * T009B_NOTFOUND = 3 * OTHERS = 4 .

GET_LAST_AFA_PER_TRANS CALL FUNCTION 'GET_LAST_AFA_PER_TRANS' EXPORTING iv_bzdat = iv_bwasl = iv_bukrs = iv_afasl = IMPORTING ev_perafa = lv_perafa.

ROUND CALL FUNCTION 'ROUND' EXPORTING DECIMALS = 2 INPUT = LV_ATX1 SIGN = '-' IMPORTING OUTPUT = lv_realrate_round EXCEPTIONS INPUT_INVALID = 1 OVERFLOW = 2 TYPE_INVALID = 3 OTHERS = 4 .

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING new_list_id = 'X' no_dialog = 'X' IMPORTING out_parameters = l_pri_params valid = l_valid 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 = gv_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 = gv_fp_name IMPORTING e_funcname = gv_fm_name e_interface_type = gv_e_interface_type.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4.

T001_READ_FIAA CALL FUNCTION 'T001_READ_FIAA' CHANGING f_t001 = gd_wa_t001 * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2 .

FIRST_AND_LAST_DAY_IN_YEAR_GET CALL FUNCTION 'FIRST_AND_LAST_DAY_IN_YEAR_GET' EXPORTING i_gjahr = p_anofis i_periv = gd_wa_t001-periv IMPORTING e_first_day = g_first_day e_last_day = g_last_day * EXCEPTIONS * INPUT_FALSE = 1 * T009_NOTFOUND = 2 * T009B_NOTFOUND = 3 * OTHERS = 4 .



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