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

RFVIBECORYEARPOST SAP ABAP INCLUDE - documentation and ABAP source code







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

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_corobj-bukrs msgv2 = gs_corobj-corobj * MSGV3 = ' ' * MSGV4 = ' ' txtnr = '103' zeile = gd_messline * MODIFY = ' ' EXCEPTIONS not_active = 1 OTHERS = 2.

REAL_ESTATE_AWKEY CALL FUNCTION 'REAL_ESTATE_AWKEY' EXPORTING i_lfdnr = gd_cnt_belnr i_xblnr = gd_xblnr IMPORTING e_awkey = gd_awkey.

K_OBJECTS_FOR_COBL CALL FUNCTION 'K_OBJECTS_FOR_COBL' EXPORTING i_objnr = gs_corobj-objnr * I_OBJNR_N1 = ' ' * I_OBJNR_N2 = ' ' i_cobl = gs_cobl IMPORTING e_cobl = gs_cobl.

RE_CALCULATE_BASE_AMOUNT CALL FUNCTION 'RE_CALCULATE_BASE_AMOUNT' EXPORTING i_taxam = gs_bssbseg-wrbtr i_mwskz = gs_bssbseg-mwskz i_waers = gd_waers i_bukrs = p_bukrs IMPORTING e_fwbas = gs_bssbseg-unka_fwbas TABLES t_mwdat = gt_mwdat EXCEPTIONS OTHERS = 1.

REAL_ESTATE_AWKEY CALL FUNCTION 'REAL_ESTATE_AWKEY' EXPORTING i_lfdnr = gd_cnt_belnr i_xblnr = gd_xblnr IMPORTING e_awkey = gd_awkey.

RE_BE_UPDATE CALL FUNCTION 'RE_BE_UPDATE' IN UPDATE TASK TABLES * XVIBETAXD = * xvibebase = xvibeitem = gt_vibeitem_new.

REAL_ESTATE_UPD_VISLID CALL FUNCTION 'REAL_ESTATE_UPD_VISLID' IN UPDATE TASK EXPORTING i_vislid_kz = 'D' i_vislid = gs_vislid EXCEPTIONS invalid_upd_kz = 1 vislid_insert_error = 2 vislid_update_error = 3 vislid_delete_error = 4 OTHERS = 5.

REAL_ESTATE_UPD_VISLID CALL FUNCTION 'REAL_ESTATE_UPD_VISLID' IN UPDATE TASK EXPORTING i_vislid_kz = 'D' i_vislid = gs_vislid EXCEPTIONS invalid_upd_kz = 1 vislid_insert_error = 2 vislid_update_error = 3 vislid_delete_error = 4 OTHERS = 5.

DEQUEUE_EVIBEBASE CALL FUNCTION 'DEQUEUE_EVIBEBASE' EXPORTING mode_vibebase = 'E' mandt = sy-mandt * CORBASEGUID = x_corbaseguid = 'X' _scope = '3' _synchron = ' ' _collect = ' '.

DEQUEUE_EVIBEITEM CALL FUNCTION 'DEQUEUE_EVIBEITEM' EXPORTING mode_vibeitem = 'E' mandt = sy-mandt * CORITEMGUID = x_coritemguid = 'X' _scope = '3' _synchron = ' ' _collect = ' '.



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