SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP List Viewer(BC-SRV-ALV) SAP BC

BCALV_TEST_FUNCTIONS SAP ABAP Report - Program BCALV_TEST_FUNCTIONS: Hide Toolbar Functions







BCALV_TEST_FUNCTIONS 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 BCALV_TEST_FUNCTIONS 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 BCALV_TEST_FUNCTIONS. "Basic submit
SUBMIT BCALV_TEST_FUNCTIONS AND RETURN. "Return to original report after report execution complete
SUBMIT BCALV_TEST_FUNCTIONS 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: LOC_COPY = Copy
Selection Text: LOC_CUT = Cut
Selection Text: LOC_UNDO = Undo
Selection Text: MAIN_VAR = Manage Layout...
Selection Text: MASTER = Master Data Display
Selection Text: MAXIMUM = Maximum
Selection Text: MB_EXP = Export Menu Button
Selection Text: MB_FILT = Filter Menu Button
Selection Text: MB_PASTE = Paste Menu Button
Selection Text: MB_SUB = Subtotal Menu Button
Selection Text: MB_SUM = Total Menu Button
Selection Text: MB_VAR = Layout Menu Button
Selection Text: MB_VIEW = Views Menu Button
Selection Text: MINIMUM = Minimum
Selection Text: NEW_ROW = Insert a New Row
Selection Text: OFFICE = Export for MS Office
Selection Text: PA_CAR = Airline
Selection Text: PA_CON = Connection Number
Selection Text: PA_DEL = Delete Old Records?
Selection Text: PA_ROWS = How Many Records?
Selection Text: PC_FILE = Export for Local File
Selection Text: PREVIEW = Preview
Selection Text: PRINT = Print
Selection Text: PRINT_BA = Print
Selection Text: REFRESH = Refresh
Selection Text: REPREP = Report
Selection Text: SAVE_VAR = Save Layout
Selection Text: SEL_ALL = Select All
Selection Text: SEND = Send
Selection Text: SORT_ASC = Sort Ascending
Selection Text: SORT_DSC = Sort Descending
Selection Text: SUBTOT = Subtotal
Selection Text: SUM = Total
Selection Text: TOOLBAR = Complete Toolbar
Selection Text: URL_CLIP = Copy URL to Clipboard
Selection Text: VIEWGRID = Views: Grid
Selection Text: VIEWS = List Output
Selection Text: VIEW_CR = Views: Crystal Reports





Selection Text: VIEW_LOT = Views: Lotus
Selection Text: VIEW_XCL = Views: Excel
Selection Text: WORD_PRO = Export for Word Processing
Selection Text: APPEND = Append Row
Selection Text: AUF = Drilldown Total Level
Selection Text: AVERAGE = Average
Selection Text: CALLMORE = Call Additional Reports
Selection Text: CALL_ABC = ABC Analysis
Selection Text: CALL_INT = Addit. Functions of SAP Query
Selection Text: CALL_REP = Call Up Report
Selection Text: CALL_XXL = Export for Spreadsheet
Selection Text: CHAIN = Call Sequence
Selection Text: CHECK = Check Entries
Selection Text: COPY_ROW = Copy / Duplicate Row
Selection Text: COUNT = Count
Selection Text: CRBATCH = Crystal Reports Batch Printing
Selection Text: CURR_VAR = Change Layout
Selection Text: DELETE = Delete Row
Selection Text: LOCPASTE = Insert
Selection Text: LOAD_VAR = Choose Layout
Selection Text: INSERT = Insert Row
Selection Text: INFO = End User Docu.
Selection Text: HTML = HTML Download
Selection Text: GRAPH = Display Graphics
Selection Text: FIND = Find
Selection Text: FILTER = Set Filter
Selection Text: F4 = F4 - Help
Selection Text: EXPTEMPL = Crystal Report File Export
Selection Text: EXPDESIG = Crystal Reports Designer
Selection Text: DETAILS = Display Details
Selection Text: DESEL_AL = Deselect All
Selection Text: DEL_FILT = Delete Filter
Title: Program BCALV_TEST_FUNCTIONS: Hide Toolbar Functions
Text Symbol: S20 = Reports
Text Symbol: S19 = Print
Text Symbol: S18 = Other Functions
Text Symbol: S17 = View MenuButton
Text Symbol: S16 = Variant MenuButton
Text Symbol: S15 = Tot MenuButton





Text Symbol: S14 = Subtot MenuButton
Text Symbol: S13 = Paste MenuButton
Text Symbol: S12 = Filter MenuButton
Text Symbol: S11 = Export MenuButton
Text Symbol: S00 = Complete ALV Toolbar


INCLUDES used within this REPORT BCALV_TEST_FUNCTIONS

INCLUDE BCALV_TEST_FUNCTIONS_SEL_SCR.


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