SAP Reports / Programs | Real Estate Management(RE) SAP RE

RFVISLF2 SAP ABAP INCLUDE - Forms for Execution of Debit Position







RFVISLF2 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 RFVISLF2 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 RFVISLF2. "Basic submit
SUBMIT RFVISLF2 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVISLF2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Forms for Execution of Debit Position


INCLUDES used within this REPORT RFVISLF2

INCLUDE RFVISLF3.


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:

FVMK_KOSTL_OBJECT_GET CALL FUNCTION 'FVMK_KOSTL_OBJECT_GET' EXPORTING * Datum, zu dem Kostenstelle geholt werden soll VIMI38-DATAB datum = uv_date * Objektnummer Immobilienobjekt ONR00-OBJNR objnr = uv_object IMPORTING * Kostenstelle, die zu dem DATUM gültig ist VIMI38-KOSTL kostl = uc_kostl.

ENQUEUE_EFVIBEPP CALL FUNCTION 'ENQUEUE_EFVIBEPP' EXPORTING _scope = con_scope * _SCOPE = '2' _wait = 'X' EXCEPTIONS foreign_lock = 01 system_failure = 02.

ENQUEUE_EFVIBEPP CALL FUNCTION 'ENQUEUE_EFVIBEPP' EXPORTING imkey = imkey * DTRANS = E02 * TTRANS = E03 * NTRANS = E04 * X_IMKEY = E05 * X_DTRANS = E06 * X_TTRANS = E07 * X_NTRANS = E08 * Sperren weitervererben: '2' = Default, Sperren verbleiben im Dial. '1'

TRANSACTIONS_REAL_ESTATE_KEY CALL FUNCTION 'TRANSACTIONS_REAL_ESTATE_KEY' TABLES ibepp = ut_bepp EXCEPTIONS exc_imkey_initial = 01.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = appl_error.

TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.

ERROR_RULE_ACCOUNT_NEW * CALL FUNCTION 'ERROR_RULE_ACCOUNT_NEW' * EXPORTING * ARBEITSGEBIET = 'X' * CHANNEL = UV_CHANNEL * DATEI = 'Fehlerprotokoll' * MESSAGENUMMER = 'X' * NUR_IMPORT = 'X' * SEVERITY = 'X' ** sortiert = 'X' " PZS ErrProt !SORT * SORTIERT = ' ' " PZS ErrProt !SORT ** IMPORTING ** AUSGABEDATEI = ** SPOOL_NR = * TABLES * FEHLER_IMPORT = APPL_ERROR.

VIBEPP_UPDATE CALL FUNCTION 'VIBEPP_UPDATE' IN UPDATE TASK EXPORTING imp_vislid = vislid vibepp_kz = vibepp_kz vislid_kz = con_ins TABLES ivibepp = tvibepp EXCEPTIONS invalid_upd_kz = 01 vibepp_insert_error = 02 vibepp_update_error = 03 vislid_insert_error = 04 vislid_update_error = 05.

ACCOUNT_REPORT * CALL FUNCTION 'ACCOUNT_REPORT' * EXPORTING ** BATCH_KZ = SY-BATCH * FLG_ERROR_ACCOUNT = SPACE ** Header_text -> 133 Zeichen ? * HEADER_TEXT = TEXT-PFI * NAME = 'FIBU' * RANTYP = CON_IMRANTYP * SVERRKZ = SPACE ** SWITCH_WAER = ' ' * TABLES * PARAMETER = TBSSPARA * TBKPF = TBSSBKPF * TBSEG = TBSSBSEG.

STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING * BYPASS_BUFFER = ' ' * CLIENT = SY-MANDT objnr = objnr status = con_istat-loeschvormerk EXCEPTIONS object_not_found = 1 status_not_active = 2 OTHERS = 3.

STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING * BYPASS_BUFFER = ' ' * CLIENT = SY-MANDT objnr = objnr status = con_istat-mv_aktiv EXCEPTIONS object_not_found = 1 status_not_active = 2 OTHERS = 3.

FVST_STATUS_CHECK_AND_SET CALL FUNCTION 'FVST_STATUS_CHECK_AND_SET' EXPORTING rfvstimp = rfvstimp IMPORTING warning_occured = uc_warning EXCEPTIONS allowed_with_warning = 1 OTHERS = 2.

RE_CASHFLOW_FORECAST CALL FUNCTION 'RE_CASHFLOW_FORECAST' EXPORTING iv_post = iv_post iv_compare = space TABLES it_gvibepp_new = lt_gvibepp_new it_gvibepp_old = lt_gvibepp_new EXCEPTIONS OTHERS = 1.



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