RFVIBEPP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The euro conversion program converted the tables VIBEPP (cash flow) and VZZKOPO (conditions) to the euro...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 RFVIBEPP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FEUB - Adjust VIBEPP after EURO conversion
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: SO_WE = Business entity
Selection Text: SO_WAERS = Currency
Selection Text: SO_VW = Management contract
Selection Text: SO_SBEWA = Flow type
Selection Text: SO_MV = Lease-Out
Selection Text: SO_ME = Rental unit
Selection Text: SO_DVALU = - Calculation day
Selection Text: SO_DFAEL = - Due date
Selection Text: SO_DDISP = - Payment date
Selection Text: SO_CN = General contract
Selection Text: SO_BTR = Amount
Selection Text: PA_XYEAR = Year for debit position
Selection Text: PA_XMONT = Month for debit position
Selection Text: PA_XGENE = Execute automatically
Selection Text: PA_TGENE = Period
Selection Text: PA_MODE = Mode
Selection Text: PA_EURO = Disply Recrds Correct. Already
Selection Text: PA_DFAEL = Item due by
Selection Text: PA_BUKRS = Company code
Selection Text: PA_BTR = Absolute amount
Title: Cash flow correction after EMU conversion
Text Symbol: PVT = Manag.contract
Text Symbol: PVJ = Do you want to change the pln./act.indicator?
Text Symbol: PVI = Do you want to set the selected records to 'I'?
Text Symbol: PVA = Update cash flow
Text Symbol: PV1 = Lease-Out
Text Symbol: PCN = General contract
Text Symbol: MVW = Mode
Text Symbol: MMV = Rental unit
Text Symbol: MMM = All objects
Text Symbol: I01 = Update carried out
Text Symbol: I00 = No lines were selected
Text Symbol: HD2 = Flows for object
Text Symbol: HD1 = Object
Text Symbol: BL6 = RA mode - Update cash flow
Text Symbol: BL5 = Cash flow selection
Text Symbol: BL4 = Curency data
Text Symbol: BL3 = RE objects
INCLUDE EWUSTDDD.
INCLUDE EWUSTDPE.
No SAP DATABASE tables are accessed within this REPORT code!
TRANSFER_NAMES_TO_FIELDS CALL FUNCTION 'TRANSFER_NAMES_TO_FIELDS' EXPORTING selectfield = fieldname TABLES fields = fields namelist = list_of_fields EXCEPTIONS wrong_format_given = 1 OTHERS = 2.
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING selectfield = fieldname titel = text-mmm show_all_values_at_first_time = 'X' reduced_status_only = 'X' no_marking_of_checkvalue = 'X' no_display_of_pers_values = 'X' IMPORTING select_value = loc_mcd_value TABLES fields = fields full_table = tab_mode EXCEPTIONS full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 OTHERS = 6.
REMD_DECODE_IMKEY CALL FUNCTION 'REMD_DECODE_IMKEY' EXPORTING * I_MANDT = ' ' i_imkey = uv_imkey * I_INTRENO = ' ' * I_OBJNR = ' ' i_dabrbez = uv_dabrbez * I_NPERSOND = * I_FLAG_HIERARCHY = ' ' IMPORTING e_objtyp = loc_objtyp e_viremaster = loc_viremaster * tables * T_VIOB01 = * T_VIOB02 = * T_VIOB03 = * T_VIMI01 = * T_VIMIMV = * T_VIVW01 = * T_VIAK03 = * T_VIAK25 = * T_VIBEBE = EXCEPTIONS object_does_not_exist = 1 object_key_inconsistent = 2 OTHERS = 3.
REMD_DECODE_IMKEY CALL FUNCTION 'REMD_DECODE_IMKEY' EXPORTING * I_MANDT = ' ' i_imkey = uv_imkey * I_INTRENO = ' ' * I_OBJNR = ' ' i_dabrbez = uv_dabrbez * I_NPERSOND = * I_FLAG_HIERARCHY = ' ' IMPORTING e_objtyp = loc_objtyp e_viremaster = loc_viremaster * tables * T_VIOB01 = * T_VIOB02 = * T_VIOB03 = * T_VIMI01 = * T_VIMIMV = * T_VIVW01 = * T_VIAK03 = * T_VIAK25 = * T_VIBEBE = EXCEPTIONS object_does_not_exist = 1 object_key_inconsistent = 2 OTHERS = 3.
OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING * DATUM = SY-DATLO * LANGU = SY-LANGU * NO_BUKRS = ' ' * NO_ERKRS = ' ' * NO_KOKRS = ' ' objnr = loc_viremaster-objnr * TEXT_WANTED = ' ' IMPORTING * E_IONRA = * E_TEXT = identification = loc_identification * IDENT_OBART = * IDENT_OBJID = * IDENT_TXT10 = * IDENT_TXT15 = * IDENT_TXT20 = EXCEPTIONS OTHERS = 1.
REAL_ESTATE_UPD_VIBEPP CALL FUNCTION 'REAL_ESTATE_UPD_VIBEPP' IN UPDATE TASK EXPORTING i_vibepp_kz = con_total TABLES i_vibepp = loc_vibepp EXCEPTIONS invalid_upd_kz = 1 vibepp_insert_error = 2 vibepp_update_error = 3 vibepp_delete_error = 4 OTHERS = 5.
EXT_BELNR_TRAFO CALL FUNCTION 'EXT_BELNR_TRAFO' EXPORTING imp_object = 'FVVI_SOID' imp_vislid = vislid IMPORTING exp_extbelnr = xblnr exp_vislid = vislid EXCEPTIONS interval_not_found = 01 no_entry = 02 number_range_not_intern = 03 object_not_found = 04 quanttity_is_0 = 05.
REAL_ESTATE_UPD_VISLID CALL FUNCTION 'REAL_ESTATE_UPD_VISLID' IN UPDATE TASK EXPORTING i_vislid_kz = con_ins i_vislid = vislid EXCEPTIONS invalid_upd_kz = 1 vislid_insert_error = 2 vislid_update_error = 3 vislid_delete_error = 4 OTHERS = 5.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' textline1 = loc_textline1 * TEXTLINE2 = ' ' titel = loc_titel * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = loc_answer EXCEPTIONS OTHERS = 1.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = lv_repid it_fieldcat = lt_fieldcat i_callback_user_command = ip_user_command TABLES t_outtab = it_vibepp_x EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIBEPP - Cash flow correction after EMU conversion RFVIBEPP - Cash flow correction after EMU conversion RFVIBEOPTSATZ - documentation and ABAP source code RFVIBEOPTSATZ - documentation and ABAP source code RFVIBEMENU - documentation and ABAP source code RFVIBEMENU - documentation and ABAP source code