SAP Reports / Programs | Basis Components | ABAP Runtime Environment | Syntax, Compiler, Runtime(BC-ABA-LA) SAP BC

RS_DISPLAY_VBDATA_INTERNAL SAP ABAP Report - Display Update Data







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


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 RS_DISPLAY_VBDATA_INTERNAL. "Basic submit
SUBMIT RS_DISPLAY_VBDATA_INTERNAL AND RETURN. "Return to original report after report execution complete
SUBMIT RS_DISPLAY_VBDATA_INTERNAL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RS_DISPLAY_VBDATA_INTERNAL

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:

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.



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