RS_DISPLAY_VBDATA_INTERNAL 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 RS_DISPLAY_VBDATA_INTERNAL into the relevant SAP transactions such as SE38 or SE80
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.
Title: Display Update Data
Text Symbol: M13 = Could not generate display program
Text Symbol: M12 = Update module does not have any parameters
Text Symbol: M11 = Cannot find signature
Text Symbol: M10 = Syntax error in display program
Text Symbol: M02 = Error when reading directory (record deleted?)
Text Symbol: M01 = Empty Table (Optional Parameter)
Text Symbol: M00 = Default Value of Parameter (See SE37)
Text Symbol: L02 = Update Module
Text Symbol: L01 = Module Index
Text Symbol: L00 = Update Key
Text Symbol: I08 = Internal error
Text Symbol: I07 = Table
Text Symbol: I06 = Structure
Text Symbol: I05 = Field
Text Symbol: I04 = TABLES Parameter
Text Symbol: I03 = IMPORTING Parameter
Text Symbol: I02 = Parameter passed
Text Symbol: I01 = Empty parameter passed
Text Symbol: I00 = Parameter not passed
Text Symbol: H00 = Update Data
Text Symbol: CO5 = Parameter
Text Symbol: CO4 = Parameter Value
Text Symbol: CO3 = Type Category
Text Symbol: CO2 = Parameter Type
Text Symbol: CO1 = Status
Text Symbol: CO0 = Optional
Text Symbol: 003 = Starting Function Builder...
Text Symbol: 002 = Importing update data...
Text Symbol: 001 = Reading directory...
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FUNCTION_IMPORT_INTERFACE call function 'FUNCTION_IMPORT_INTERFACE' exporting funcname = vb_name tables import_parameter = _import_parameters export_parameter = _export_parameters tables_parameter = _tables_parameters exception_list = _exception_list exceptions others = 1.
ICON_CREATE call function 'ICON_CREATE' exporting name = l_icon-id info = p_tooltip add_stdinf = space importing result = l_icon-icon exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = l_info.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = l_info.
RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting object_name = l_line-realname changing object =
.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = l_info.
RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'SHOW' object_name = vb_name object_type = 'FUNC' exceptions not_executed = 1 invalid_object_type = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.