SAP Reports / Programs | Real Estate Management | Input Tax Treatment(RE-IT) SAP RE

RFVIBECORYEARCALC SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

MESSAGE_SET_DEFAULTLINE CALL FUNCTION 'MESSAGE_SET_DEFAULTLINE' EXPORTING arbgb = con_arbgb_re_be msgty = con_info msgv1 = gs_vibeco-bukrs msgv2 = gs_vibeco-corobj * MSGV3 = ' ' * MSGV4 = ' ' txtnr = '103' zeile = gd_messline * MODIFY = ' ' EXCEPTIONS not_active = 1 OTHERS = 2.

RE_BE_GET_KOFI CALL FUNCTION 'RE_BE_GET_KOFI' EXPORTING id_ctyp = gs_vibeco-ctyp id_bukrs = gs_vibeco-bukrs IMPORTING es_tivbekofi = gs_tivbekofi EXCEPTIONS ctyp_not_exist = 1 kofi_not_exist = 2 kofi_incomplete = 3 OTHERS = 4.

RE_BE_CALC_START_DATE CALL FUNCTION 'RE_BE_CALC_START_DATE' EXPORTING id_daberi = gs_vibeco-daberi IMPORTING ed_date_cor = gd_date_cor.

MONTHS_BETWEEN_TWO_DATES CALL FUNCTION 'MONTHS_BETWEEN_TWO_DATES' EXPORTING i_datum_bis = gs_vibeco-deberi i_datum_von = gs_vibeco-daberi i_kz_incl_bis = 'X' IMPORTING e_monate = gd_month.

REBO1_VIBECOOS_SELECT CALL FUNCTION 'REBO1_VIBECOOS_SELECT' EXPORTING id_bukrs = gs_vibeco-bukrs id_corobj = gs_vibeco-corobj id_djamon_from = gd_djamon_from id_djamon_to = gd_djamon_to TABLES et_vibecoos = gt_vibecoos EXCEPTIONS not_found = 1 OTHERS = 2.

RE_BE_CHECK_OPTSATZ CALL FUNCTION 'RE_BE_CHECK_OPTSATZ' EXPORTING id_begdatum = gd_begmonat id_enddatum = gd_endmonat TABLES it_vibecoos = gt_vibecoos EXCEPTIONS no_option_rate = 1 OTHERS = 2.

RE_BE_CHECK_AMOUNT_LIMIT_YEAR CALL FUNCTION 'RE_BE_CHECK_AMOUNT_LIMIT_YEAR' EXPORTING id_totaltax = gd_totaltax_sum id_dedtaxold = gd_dedtaxold_sum id_deberi = gs_vibeco-deberi id_year = gd_refjahr id_cyear = p_cyear "note 932159 id_coramount = gd_coramountjahr id_optsatzold = gd_optsatzold id_optsatzjahr = gd_optsatzjahr is_tivbe44 = gs_tivbe44 IMPORTING ed_grund44 = gd_grund44.

RE_GET_TAXACCOUNT CALL FUNCTION 'RE_GET_TAXACCOUNT' EXPORTING id_bukrs = gs_vibeitem_corobj-bukrs id_mwskz = gs_vibeitem_corobj-mwskz id_ktosl = 'VST' IMPORTING es_t030k = gs_t030k EXCEPTIONS error = 1 OTHERS = 2.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = gs_vibeitem_corobj-coritemguid.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = gs_vibeitem_corobj-coritemguid.



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