RFVIITLBZX is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report
If you would like to execute this report or see the full code listing simply enter RFVIITLBZX into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FO_RFVIITLBZX - Enter Date of Service
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_ABR = Cost Collector
Selection Text: P_ALL = All Documents
Selection Text: P_BER = Correction Items
Selection Text: P_NEW = Still Unprocessed Documents
Selection Text: P_OBJ = Real Estate Objects
Selection Text: P_OLD = Already Processed Documents
Selection Text: S_BELNR = D .
Selection Text: S_BLDAT = D .
Selection Text: S_BUDAT = D .
Selection Text: S_BUKRS = D .
Selection Text: S_CPUDT = D .
Selection Text: S_GJAHR = D .
Selection Text: S_USNAM = D .
Title: RE: Maintain Manual Option Rate, Date of Service
Text Symbol: 001 = Invalid Entry
Text Symbol: 101 = Selected and Processable Input Tax Data
Text Symbol: 102 = Manual Entry
Text Symbol: FRG = Do you want to save data when you exit?
Text Symbol: JA1 = Yes
Text Symbol: NEI = No
Text Symbol: SIC = Confirmation Prompt
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EVITAXD CALL FUNCTION 'ENQUEUE_EVITAXD' EXPORTING mode_vitaxd = 'E' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = 'X' * i_grid_title = text-101 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' i_save = 'A' TABLES t_outtab = gt_alvtable EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = 'RFVIITLBZX' i_internal_tabname = 'GT_ALVTABLE' i_structure_name = 'VITAXD' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = rt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = 'RFVIITLBZX' i_internal_tabname = 'GT_ALVTABLE' i_structure_name = 'BKPF' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = rt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = text-102 start_column = '50' start_row = '5' IMPORTING returncode = returncode TABLES fields = lt_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = TEXT-SIC text_question = TEXT-FRG text_button_1 = TEXT-JA1 text_button_2 = TEXT-NEI default_button = '1' display_cancel_button = ' ' IMPORTING answer = ld_answer.
DEQUEUE_EVITAXD CALL FUNCTION 'DEQUEUE_EVITAXD' EXPORTING mode_vitaxd = 'E'.
ENQUEUE_EVITAXD * CALL FUNCTION 'ENQUEUE_EVITAXD' * EXPORTING * mode_vitaxd = 'E' * EXCEPTIONS * foreign_lock = 1 * system_failure = 2 * OTHERS = 3.
DEQUEUE_EVITAXD * CALL FUNCTION 'DEQUEUE_EVITAXD' * EXPORTING * mode_vitaxd = 'E'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIITLBZX - RE: Maintain Manual Option Rate, Date of Service RFVIITLBZX - RE: Maintain Manual Option Rate, Date of Service RFVIIS_MV_KUENGRUND - Analysis of Notices on Lease-Outs RFVIIS_MV_KUENGRUND - Analysis of Notices on Lease-Outs RFVIIS02 - Correspondence - Print Letter for New RA Number on Implement. of IS-IS RFVIIS02 - Correspondence - Print Letter for New RA Number on Implement. of IS-IS