RFVIITRUCI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for "Assignment of Rental Units to Correction Items" (RE) Check and Correction Program The report shows existing (and missing) assignments from rental units to correction items...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 RFVIITRUCI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOCORRITEM - Correction Items Report
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_ANLA = comes from text symbols
Selection Text: P_BERI = comes from text symbols
Selection Text: P_INVLD = comes from text symbols
Selection Text: P_KEYDAT = D Correction Items Key Date
Selection Text: P_LIST = comes from text symbols
Selection Text: P_SELID = D Selection Profile
Selection Text: P_WENR = comes from text symbols
Selection Text: S_ANLN1 = D Asset
Selection Text: S_ANLN2 = D Subnumber
Selection Text: S_BERI = D Correction Items
Selection Text: S_BUKR2 = D Company Code
Selection Text: S_BUKR3 = D Company Code
Selection Text: S_WENR = D Business Entity
Title: Check Report: Assignment of Rental Units to Correction Items
Text Symbol: B01 = Selection By...
Text Symbol: 412 = Delete Assignment
Text Symbol: 411 = Assignment Exists
Text Symbol: 403 = Multiple Assignment
Text Symbol: 402 = Assigned
Text Symbol: 401 = Not Assigned
Text Symbol: 400 = Status
Text Symbol: 301 = Correction Items Input
Text Symbol: 201 = Rental Units Found
Text Symbol: 103 = Business Entity
Text Symbol: 102 = Asset Sub-Number
Text Symbol: 101 = Correction Items
Text Symbol: 012 = Output as List
Text Symbol: 011 = Only Display Rental Units That Are Not Assigned
Text Symbol: B02 = Options
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STATUS_SELSCHEM_EXIST CALL FUNCTION 'STATUS_SELSCHEM_EXIST' EXPORTING selid = p_selid EXCEPTIONS not_found = 1 OTHERS = 2.
FVSCHEDMAN_INIT_AND_COMMIT * CALL FUNCTION 'FVSCHEDMAN_INIT_AND_COMMIT' * EXPORTING ** i_function = ' ' * i_tcode = sy-tcode ** i_appl = 'IS-RE' * i_witem = wf_witem * i_testflag = ' '.
FVSCHEDMAN_CLOSE_AND_COMMIT * CALL FUNCTION 'FVSCHEDMAN_CLOSE_AND_COMMIT' * EXPORTING * i_applstat = applstat * i_witem = wf_witem * i_okey = wf_okey ** TABLES ** T_SPOOL = * EXCEPTIONS * key_is_missing = 1 * OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = 'X' i_grid_title = text-201 is_layout = gs_layout it_fieldcat = gt_fieldcat i_callback_program = gd_report_id i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_ACTION_AT_LIST' is_variant = ls_variant i_save = 'A' TABLES t_outtab = gt_alvtable EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = 'X' * i_grid_title = text-201 is_layout = gs_layout it_fieldcat = gt_fieldcat i_callback_program = gd_report_id i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_ACTION_AT_LIST' is_variant = ls_variant i_save = 'A' TABLES t_outtab = gt_alvtable EXCEPTIONS program_error = 1 OTHERS = 2.
CONVERSION_EXIT_SWENR_INPUT CALL FUNCTION 'CONVERSION_EXIT_SWENR_INPUT' EXPORTING input = ls_tra_table-anlue IMPORTING output = ls_tra_table-swenr.
CONVERSION_EXIT_SWENR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_SWENR_OUTPUT' EXPORTING input = ls_tra_table-swenr IMPORTING output = ls_tra_table-anlue.
STATUS_CHECK_BY_SELSCHEM CALL FUNCTION 'STATUS_CHECK_BY_SELSCHEM' EXPORTING objnr = gs_alvtable-snks selid = p_selid IMPORTING fullfill = ld_keepit EXCEPTIONS no_stat_tab = 1 no_stat_scheme = 2 OTHERS = 3.
POPUP_GET_VALUES_DB_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_DB_CHECKED' EXPORTING check_existence = 'X' popup_title = text-301 start_column = '50' start_row = '5' IMPORTING returncode = returncode TABLES fields = lt_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.
CONVERSION_EXIT_SWENR_INPUT CALL FUNCTION 'CONVERSION_EXIT_SWENR_INPUT' EXPORTING input = ls_anladata-anlue IMPORTING output = swenr2.
ENQUEUE_EFVIBEBE CALL FUNCTION 'ENQUEUE_EFVIBEBE' EXPORTING mandt = sy-mandt sberi = ls_sberi_locks-sberi EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
BERIBEST_WRITE_DOCUMENT CALL FUNCTION 'BERIBEST_WRITE_DOCUMENT' EXPORTING objectid = ld_objectid tcode = sy-tcode utime = sy-uzeit udate = sy-datum username = sy-uname planned_change_number = ' ' object_change_indicator = 'U' planned_or_real_changes = ' ' no_change_pointers = ' ' upd_icdtxt_beribest = ' ' n_vibeam = ls_vibeam_dummy o_vibeam = ls_vibeam_dummy upd_vibeam = ' ' n_vibebe = ls_vibebe_new o_vibebe = ls_vibebe_old upd_vibebe = 'U' upd_vibeme = 'U' upd_vibeos = ' ' TABLES icdtxt_beribest = lt_icdtxt_dummy xvibeme = lt_vibeme_new yvibeme = lt_vibeme_old xvibeos = lt_vibeos_dummy yvibeos = lt_vibeos_dummy.
VIBEBE_VERBUCHER CALL FUNCTION 'VIBEBE_VERBUCHER' IN UPDATE TASK EXPORTING funktion = 'U' i_vibebe = ls_vibebe_new.
VIBEME_MASS_BOOKING CALL FUNCTION 'VIBEME_MASS_BOOKING' IN UPDATE TASK TABLES xvibeme = lt_vibeme_new yvibeme = lt_vibeme_old.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIITRUCI - Check Report: Assignment of Rental Units to Correction Items RFVIITRUCI - Check Report: Assignment of Rental Units to Correction Items RFVIITOR10 - Overview of Option Rates for Real Estate Objects RFVIITOR10 - Overview of Option Rates for Real Estate Objects RFVIITLBZX - RE: Maintain Manual Option Rate, Date of Service RFVIITLBZX - RE: Maintain Manual Option Rate, Date of Service