RFVIBEBASE is a standard Executable ABAP Report 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 RFVIBEBASE 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.
INCLUDE RFVIBEBASETOP . " GLOBAL DATA
INCLUDE RFVIBEBASEF01 . " FORM-ROUTINES
INCLUDE IFRE_CHECK_RE_CLASSIC.
No SAP DATABASE tables are accessed within this REPORT code!
RE_BE_READ_VIBEBASE * CALL FUNCTION 'RE_BE_READ_VIBEBASE' * EXPORTING * id_basetyp = con_basetyp_a * TABLES * it_vibeco = gt_vibeco * et_vibebase = gt_vibebase.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
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_CALCULATE_BASE_AMOUNT CALL FUNCTION 'RE_CALCULATE_BASE_AMOUNT' EXPORTING i_taxam = gs_vibebase_item-totaltax i_mwskz = ld_mwskz i_waers = gs_vibebase_item-waers i_bukrs = gs_vibebase_item-bukrs IMPORTING e_fwbas = gs_vibebase_item-costamount * TABLES * T_MWDAT = EXCEPTIONS multiple_mwdat_entries = 1 OTHERS = 2.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = gd_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_ACTION_AT_LIST' is_layout = gs_layout it_fieldcat = gt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = i_tabname_header = 'GT_VIBECO' i_tabname_item = 'GT_VIBEBASE_ITEM' * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = gs_keyinfo * IS_PRINT = * IS_REPREP_ID = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = * IR_SALV_HIERSEQ_ADAPTER = * IT_EXCEPT_QINFO = * I_SUPPRESS_EMPTY_DATA = ABAP_FALSE * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = gt_vibeco t_outtab_item = gt_vibebase_item EXCEPTIONS program_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIBEBASE - documentation and ABAP source code RFVIBEBASE - documentation and ABAP source code RFVIBE03 - Display of Option Rate-Relevant Changes in Rental Units/Lease-Outs RFVIBE03 - Display of Option Rate-Relevant Changes in Rental Units/Lease-Outs RFVIBE01 - Correction Item Display with Changed Option Ratio RFVIBE01 - Correction Item Display with Changed Option Ratio