RCCVBISC 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 RCCVBISC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OD93 - Display Document File
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: LOG_NAM = Logical File Name
Title: Display Batch Input Data from Sequential File
Text Symbol: 024 = Save?
Text Symbol: 023 = No
Text Symbol: 022 = Yes
Text Symbol: 021 = The data has been changed
Text Symbol: 020 = Save Data File?
Text Symbol: 019 = Additional file
Text Symbol: 018 = Characteristic values
Text Symbol: 017 = Class Assignment
Text Symbol: 016 = Object Link
Text Symbol: 015 = Long Text
Text Symbol: 014 = Unknown
Text Symbol: 013 = & transactions of file &
Text Symbol: 012 = Desc.
Text Symbol: 011 = Document Info Record
Text Symbol: 010 = New Session
Text Symbol: 005 = Location of File to be Imported
Text Symbol: 004 = Read File from Presentation Server
Text Symbol: 003 = Server Name
Text Symbol: 002 = Read File from External Application Server
Text Symbol: 001 = Read File from Application Server
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = log_nam IMPORTING file_name = ds_name EXCEPTIONS file_not_found = 04 OTHERS = 08.
TH_SELECT_SERVER CALL FUNCTION 'TH_SELECT_SERVER' EXPORTING services = msxxlist-msgtypes IMPORTING server = server EXCEPTIONS no_server_list_received = 04 no_server_selected = 08.
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' EXPORTING services = msxxlist-msgtypes TABLES list = server_tab.
CS_BI_GET_BOM_FILE_REMOTE_HOST CALL FUNCTION 'CS_BI_GET_BOM_FILE_REMOTE_HOST' DESTINATION server EXPORTING bom_filename = ds_name log_filename = log_nam "n 1524781 TABLES bom_file = pc_data_tab EXCEPTIONS logical_filename_not_found = 01 "n 1524781 validation_failed = 02 "n 1524781 open_failure = 04 file_contains_no_data = 08.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' "Begin of Note 1600879 EXPORTING LOGICAL_FILENAME = gc_logfile_dms CHANGING PHYSICAL_FILENAME = ds_name EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2.
BI_EDIT_DATA CALL FUNCTION 'BI_EDIT_DATA' EXPORTING list_title = title alter_allowed = konst_x create_tables_statement = konst_x IMPORTING save_pressed = l_saved TABLES disp_data = datedit CHANGING data_altered = altered EXCEPTIONS no_tables_statement = 1 OTHERS = 2.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' "JA Sicherungspopup EXPORTING defaultoption = '1' textline2 = 'Datenfile zurückschreiben?'(020) textline1 = 'Die Daten wurden geändert'(021) text_option1 = 'Ja'(022) text_option2 = 'Nein'(023) titel = 'Sichern ?'(024) IMPORTING answer = antwort EXCEPTIONS OTHERS = 1.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' "Begin of Note 1600879 EXPORTING LOGICAL_FILENAME = gc_logfile_dms CHANGING PHYSICAL_FILENAME = ds_name EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2.
CLBA_UPDATE_FILE_REMOTE_HOST CALL FUNCTION 'CLBA_UPDATE_FILE_REMOTE_HOST' DESTINATION server EXPORTING file_name = ds_name TABLES data_tab = datedit EXCEPTIONS open_failure = 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.
RCCVBISC - Display Batch Input Data from Sequential File RCCVBISC - Display Batch Input Data from Sequential File RCCU_CHECK_DEL_ATINN_FROM_UI - Check/Correction Report CECUFM for Non-Existent Characteristics RCCU_CHECK_DEL_ATINN_FROM_UI - Check/Correction Report CECUFM for Non-Existent Characteristics RCCUVWTB - Where-Used List for Variant Table in Object Dependencies RCCUVWTB - Where-Used List for Variant Table in Object Dependencies