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

RAIDPT02_F_COM SAP ABAP INCLUDE - RAIDPT02FCOM







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

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 .

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