SAP Reports / Programs

VBI_GUI_TEST SAP ABAP Report - VBIGUITEST







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


Text pool values


Text Symbol: 060 = Create Spot at position
Text Symbol: 061 = Item 1
Text Symbol: 062 = Item 2
Text Symbol: 063 = Item 3
Text Symbol: 064 = Sub Item 1
Text Symbol: 065 = Sub Item 2
Text Symbol: 066 = Sub Item 3
Text Symbol: 067 = Sub Menu
Text Symbol: 068 = Sub Menu 2
Text Symbol: 069 = Sub Sub Item 1
Text Symbol: 070 = Sub Sub Item 2
Text Symbol: 071 = Sub Sub Menu
Text Symbol: 072 = Fly to object
Text Symbol: 073 = **Arg** You hit me!
Text Symbol: 074 = Delete object
Text Symbol: 075 = Object Details
Text Symbol: 076 = Multi Link
Text Symbol: 077 = Multi Spot
Text Symbol: 078 = Roles
Text Symbol: 079 = This is a circle
Text Symbol: 080 = 1 km
Text Symbol: 081 = 10 km
Text Symbol: 082 = 100 km
Text Symbol: 083 = Create perimeter
Text Symbol: 084 = Perimeter 1 km
Text Symbol: 085 = Perimeter 10 km
Text Symbol: 086 = Perimeter 100 km
Text Symbol: 087 = %NUM%. %NAME%
Text Symbol: 088 = $%VALUE:1.0% Billion Market Cap
Text Symbol: 089 = %PERCENTAGE:1.1% percent
Text Symbol: 090 = Copy Geo-position
Text Symbol: 091 = Fly to selection
Text Symbol: 057 = Button 2
Text Symbol: 001 = This is a spot
Text Symbol: 002 = This is a relation
Text Symbol: 003 = This is an area
Text Symbol: 004 = Object
Text Symbol: 005 = Tooltip





Text Symbol: 006 = Detail
Text Symbol: 007 = This is a Box
Text Symbol: 008 = Calculated Route
Text Symbol: 011 = Object of type Location
Text Symbol: 012 = Object of type Search Result
Text Symbol: 013 = Object of type Multi
Text Symbol: 014 = Object of type Zone
Text Symbol: 015 = Object of type Truck
Text Symbol: 016 = Object of type Train
Text Symbol: 017 = Object of type Ship
Text Symbol: 018 = Object of type Airplane
Text Symbol: 019 = Object of type highlighted Multi
Text Symbol: 020 = Object Relation with default color
Text Symbol: 021 = Object Relation highlighted
Text Symbol: 022 = Object Relation with custom color
Text Symbol: 030 = Coordinate of Country
Text Symbol: 031 = Coordinate of Country / Region
Text Symbol: 040 = Longitude
Text Symbol: 041 = Latitude
Text Symbol: 042 = (GPS)
Text Symbol: 050 = Sample Link
Text Symbol: 051 = Some Street 11
Text Symbol: 052 = 12345 Source
Text Symbol: 053 = Another Street 1
Text Symbol: 054 = 54321 Target
Text Symbol: 055 = Hit me!
Text Symbol: 056 = Button 1


INCLUDES used within this REPORT VBI_GUI_TEST

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:

No SAP FUNCTION MODULES are executed within this report code!



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