SAP Reports / Programs | Vehicle Management System | Industry Solution Automotive | Vehicle Management System(IS-A-VMS) SAP IS

RVLC_LC_INITIAL_LOAD SAP ABAP Report - Initial Filling of LiveCache







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


Transaction Code(s):

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

VELO_LCINIT - Fill LiveCache with Vehicles


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 RVLC_LC_INITIAL_LOAD. "Basic submit
SUBMIT RVLC_LC_INITIAL_LOAD AND RETURN. "Return to original report after report execution complete
SUBMIT RVLC_LC_INITIAL_LOAD 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: 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


INCLUDES used within this REPORT RVLC_LC_INITIAL_LOAD

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:

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.



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