RFVISL03 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFVISL03 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FO80 - RA debit positions - Log
FOSK - Vacancy Debit Position - Log
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.
Selection Text: P_4NAM = List 4: Name
Selection Text: P_4LZS = List 4: Display pmnt method
Selection Text: P_4LWE = List 4: Display per bus.entity
Selection Text: P_4LMV = List 4: Display per lease-out
Selection Text: P_4LME = List 4: Display per rntl unit
Selection Text: P_4LGR = List 4: Display per property
Selection Text: P_4LGB = List 4: Display per building
Selection Text: P_4LBW = List 4: Display per flow
Selection Text: P_4KIS = List 4: Hold in spool?
Selection Text: P_4IMM = List 4: Print immediately?
Selection Text: P_4DST = List 4: Output device
Selection Text: P_4BER = D Authorization
Selection Text: P_3NAM = List 3: Name
Selection Text: P_3LZS = List 3: Display pmnt method
Selection Text: P_3LWE = List 3: Display per bus.entity
Selection Text: P_3LMV = List 3: Display per lease-out
Selection Text: P_3LME = List 3: Display per rntl unit
Selection Text: P_3LGR = List 3: Display per property
Selection Text: P_3LGB = List 3: Display per building
Selection Text: P_3LBW = List 3: Display per flow
Selection Text: P_1LBW = List 1: Display per flow
Selection Text: P_1KIS = List 1: Hold in spool?
Selection Text: P_1IMM = List 1: Print immediately?
Selection Text: P_1DST = List 1: Output device
Selection Text: P_1BER = D Authorization
Selection Text: P_CNT = Number of lists (max. 4)
Selection Text: P_3KIS = List 3: Hold in spool?
Selection Text: P_3IMM = List 3: Print immediately?
Selection Text: P_3DST = List 3: Output device
Selection Text: P_3BER = D Authorization
Selection Text: P_2NAM = List 2: Name
Selection Text: P_2LZS = List 2: Display pmnt method
Selection Text: P_2LWE = List 2: Display per bus.entity
Selection Text: P_2LMV = List 2: Display per lease-out
Selection Text: P_2LME = List 2: Display per rntl unit
Selection Text: P_2LGR = List 2: Display per property
Selection Text: P_2LGB = List 2: Display per building
Selection Text: P_2LBW = List 2: Display per flow
INCLUDE RFVISLT0.
INCLUDE RFVISLT1.
INCLUDE RFVISLSL.
INCLUDE RFVISLSF.
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET_WITH_MACO *CALL FUNCTION 'HELP_VALUES_GET_WITH_MACO' * EXPORTING ** CUCOL = 1 ** CUROW = 1 ** mc_id = loc_mcid * MC_OBJECT = LOC_MC_OBJEKT ** SELSTR = ' ' * IMPORTING * SELECTVALUE = P_SOLLID ** complete_string = ** tables ** USER_FUNCTION_VALUES = * EXCEPTIONS * NO_SELECTION = 1 * NO_VALUES = 2 * NO_VALUES_SELECTED = 3 * OTHERS = 4.
RE_FI_COMPANY_CODE_DATA CALL FUNCTION 'RE_FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = vibepp-bukrs IMPORTING * E_T001 = e_txjcd_active = gf_jdc_active * E_TXJCD_EXTERNAL = * e_xstdt = EXCEPTIONS OTHERS = 0.
CALCULATE_TAX_FROM_NET_AMOUNT CALL FUNCTION 'CALCULATE_TAX_FROM_NET_AMOUNT' EXPORTING i_bukrs = vibepp-bukrs i_mwskz = vibepp-mwskz i_txjcd = vibepp-txjcd i_waers = vibepp-scwhr i_wrbtr = vibepp-bcwhr * I_ZBD1P = 0 i_prsdt = vibepp-budat IMPORTING * E_FWNAV = * E_FWNVV = e_fwste = vibepp-bmwst * E_FWAST = TABLES t_mwdat = loc_mwdat.
EXT_BELNR_TRAFO CALL FUNCTION 'EXT_BELNR_TRAFO' EXPORTING * RUSER aendern? flg_user_chg = ' ' * Datum (Geschäftsjahr) imp_date = sy-datum * externe Belegnummer imp_extbelegnr = ' ' * Nummernkreisobjekt * IMP_OBJECT = SPACE * imp_vislid = uc_vislid * * NR_RANGE_NR = SPACE IMPORTING exp_extbelnr = sav_sxblnr exp_vislid = uc_vislid flg_db_entry = sav_flg EXCEPTIONS interval_not_found = 01 no_entry = 02 number_range_not_intern = 03 object_not_found = 04 quanttity_is_0 = 05.
REAL_ESTATE_PARTNER_DATA_READ CALL FUNCTION 'REAL_ESTATE_PARTNER_DATA_READ' EXPORTING i1_roletyp = con_roletyp-hauptmieter i1_sobjekt = loc_sobjekt i1_snumobj = con_snumobj-immo i_date = ld_sel_date i_kz_no_address = 'X' IMPORTING e_adrs = loc_adrs e_bp000 = loc_bp000 EXCEPTIONS address_not_found = 1 partner_not_found = 2 unknown_error = 3 partner_relation_not_found = 4 OTHERS = 5.
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 RFVISL03 or its description.