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

BCALV_TEST_NEUE_FUNCTION SAP ABAP Report - Report BCALV_TEST_NEUE_FUNCTION: Insert Icon in Toolbar







BCALV_TEST_NEUE_FUNCTION 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_NEUE_FUNCTION 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_NEUE_FUNCTION. "Basic submit
SUBMIT BCALV_TEST_NEUE_FUNCTION AND RETURN. "Return to original report after report execution complete
SUBMIT BCALV_TEST_NEUE_FUNCTION 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: SUBTOT = Subtotal
Selection Text: SORT_DSC = Sort Descending
Selection Text: SORT_ASC = Sort Ascending
Selection Text: PRINT = Print
Selection Text: PA_ROWS = How Many Records?
Selection Text: PA_DEL = Delete Old Records?
Selection Text: PA_CON = Connection Number
Selection Text: PA_CAR = Airline
Selection Text: MB_VIEW = View
Selection Text: MB_SUM = Total
Selection Text: MB_FILT = Filter
Selection Text: MB_EXP = Export
Selection Text: LAYOUT = Layout
Selection Text: INFO = Information
Selection Text: GRAPH = Graph
Selection Text: FIND = Find
Selection Text: BE_DTAIL = Details
Selection Text: AF_DTAIL = Details
Title: Report BCALV_TEST_NEUE_FUNCTION: Insert Icon in Toolbar
Text Symbol: S10 = Where Do You Want to Insert the New Icon?
Text Symbol: 500 = Error in Flush
Text Symbol: 111 = Show Bookings
Text Symbol: 024 = Insert Icon After DOCUMENTATION Icon
Text Symbol: 023 = Insert Icon After GRAPHICS Icon
Text Symbol: 022 = Insert Icon After LAYOUT Icon
Text Symbol: 021 = Insert Icon After EXPORT Menu Button
Text Symbol: 020 = Insert Icon After VIEWS Menu Button
Text Symbol: 019 = Insert Icon After PRINT Icon
Text Symbol: 018 = Insert Icon After SUBTOTAL Menu Button
Text Symbol: 017 = Insert Icon After TOTAL Menu Button
Text Symbol: 016 = Insert Icon After FILTER Menu Button
Text Symbol: 015 = Insert Icon After FIND Icon
Text Symbol: 014 = Insert Icon After SORT DESCENDING Icon
Text Symbol: 013 = Insert Icon After SORT ASCENDING Icon
Text Symbol: 012 = Insert Icon After DETAILS Icon
Text Symbol: 011 = Insert Icon Before DETAILS Icon


INCLUDES used within this REPORT BCALV_TEST_NEUE_FUNCTION

INCLUDE ICONS.


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:

POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = g_repid txt2 = sy-subrc txt1 = 'Error in Flush'(500).



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