RFVIBECORCALC 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 RFVIBECORCALC 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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_AMOUNT_LIMIT_MONTH CALL FUNCTION 'RE_BE_CHECK_AMOUNT_LIMIT_MONTH' EXPORTING id_totaltax = gd_totaltax_sum id_dedtaxold = gd_dedtaxold_sum id_daberi = gd_date_cor id_deberi = gs_vibeco-deberi id_begmonat = gd_begmonat id_aktmonat = gd_aktmonat id_endmonat = gd_endmonat is_tivbe44 = gs_tivbe44 IMPORTING ed_grund44 = gd_grund44 ed_coramountjahr = gd_coramountjahr ed_optsatzjahr = gd_optsatzjahr ed_optsatzakt = gd_optsatzakt TABLES it_vibecoos = gt_vibecoos EXCEPTIONS get_os_info_failed = 1 OTHERS = 2.
RE_GET_TAXACCOUNT CALL FUNCTION 'RE_GET_TAXACCOUNT' EXPORTING id_bukrs = p_bukrs id_mwskz = gd_mwskz_cor "note 926600 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_new_x-coritemguid.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = gs_vibeitem_new_x-coritemguid.
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_vj id_djamon_to = gd_djamon_to_vj TABLES et_vibecoos = gt_vibecoos_vj EXCEPTIONS not_found = 1 OTHERS = 2.
RE_BE_CHECK_OPTSATZ CALL FUNCTION 'RE_BE_CHECK_OPTSATZ' EXPORTING id_begdatum = gd_begmonat_vj id_enddatum = gd_endmonat_vj TABLES it_vibecoos = gt_vibecoos_vj 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_coramount id_optsatzold = gd_optsatzav id_optsatzjahr = gd_optsatzjahr is_tivbe44 = gs_tivbe44 IMPORTING ed_grund44 = gd_grund44.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = gs_vibeitem_new_x-coritemguid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.