SAP Reports / Programs

RFVIITLBZX SAP ABAP Report - RE: Maintain Manual Option Rate, Date of Service







RFVIITLBZX is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report 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 RFVIITLBZX into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FO_RFVIITLBZX - Enter Date of Service


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFVIITLBZX. "Basic submit
SUBMIT RFVIITLBZX AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIITLBZX VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFVIITLBZX

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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'.



Contribute (Add Comments)

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 RFVIITLBZX or its description.