RVLC_LC_INITIAL_LOAD 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 RVLC_LC_INITIAL_LOAD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VELO_LCINIT - Fill LiveCache with Vehicles
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: SYMTAB = Symbol Table - (IBSYMBOL)
Selection Text: PACSZ_LV = Packet Size
Selection Text: DBID_LV = D Name of Connection
Title: Initial Filling of LiveCache
Text Symbol: 019 = Error During SAPSEA_LOAD_TARGETS
Text Symbol: 018 = Execution Time [micsec]:
Text Symbol: 017 = Unknown
Text Symbol: 016 = Connection Close Failed
Text Symbol: 015 = Final Change of liveCache Status failed
Text Symbol: 014 = Propagation of Data Within liveCache Failed
Text Symbol: 013 = Data Formatting Using liveCache Failed
Text Symbol: 012 = Error While Loading IBase Data
Text Symbol: 011 = Connection Set-Up Failed
Text Symbol: 010 = Initialization of liveCache Failed
Text Symbol: 009 = No Customizing Settings Found
Text Symbol: 008 = LiveCache Connection Not Found
Text Symbol: 007 = Database Errors
Text Symbol: 006 = Initial change to LiveCache Status has failed
Text Symbol: 005 = Cause:
Text Symbol: 004 = Filling Failed
Text Symbol: 003 = Filling Successful
Text Symbol: 002 = LiveCache Connection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VELO24_VMS_INITIAL_LOAD * CALL FUNCTION 'VELO24_VMS_INITIAL_LOAD' * EXPORTING * packsize_iv = pacsz_lv * connid_iv = dbid_lv * symtabname_iv = symtab * EXCEPTIONS * final_status_update_failed = 1 * database_error = 2 * connection_not_found = 3 * no_cust_entries_read = 4 * connection_failed = 5 * init_failed = 6 * no_symbols_read = 7 * target_creation_failed = 8 * path_building_failed = 9 * symbol_loading_failed = 10 * disconnection_failed = 11 * initial_status_update_failed = 12 * cust_read_failed = 13 * target_loading_failed = 14 * badi_exception = 15 * OTHERS = 16.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVLC_LC_INITIAL_LOAD - Initial Filling of LiveCache RVLC_LC_INITIAL_LOAD - Initial Filling of LiveCache RVLC_ARCHIVE_WRITE - Program RVLC_ARCHIVE_WRITE RVLC_ARCHIVE_WRITE - Program RVLC_ARCHIVE_WRITE RVLC_ARCHIVE_SHOW_VEHICLE - Program RVLC_ARCHIVE_SHOW_VEHICLE RVLC_ARCHIVE_SHOW_VEHICLE - Program RVLC_ARCHIVE_SHOW_VEHICLE