SAP Reports / Programs

BCALV_TEST_GRID_EVENTS SAP ABAP Report - Program BCALV_TEST_GRID_EVENTS







BCALV_TEST_GRID_EVENTS 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_GRID_EVENTS 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_GRID_EVENTS. "Basic submit
SUBMIT BCALV_TEST_GRID_EVENTS AND RETURN. "Return to original report after report execution complete
SUBMIT BCALV_TEST_GRID_EVENTS 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: P_APPEVT = All Application Events
Selection Text: P_BUTTON = Column as Button
Selection Text: P_DB = Data from Database
Selection Text: P_D_FILE = File Name
Selection Text: P_EVT01 = USER_COMMAND
Selection Text: P_EVT02 = BEFORE_USER_COMMAND
Selection Text: P_EVT03 = AFTER_USER_COMMAND
Selection Text: P_EVT04 = DOUBLE_CLICK
Selection Text: P_EVT05 = HOTSPOT_CLICK
Selection Text: P_EVT06 = BUTTON_CLICK
Selection Text: P_EVT07 = ONF1
Selection Text: P_EVT08 = ONF4
Selection Text: P_EVT09 = MENU_BUTTON
Selection Text: P_EVT10 = TOOLBAR
Selection Text: P_EVT11 = CONTEXT_MENU_REQUEST
Selection Text: P_EVT12 = ONDRAG
Selection Text: P_EVT13 = ONDROP
Selection Text: P_EVT14 = ONDROPCOMPLETE
Selection Text: P_EVT15 = ONDROPGETFLAVOR
Selection Text: P_EVT16 = SUBTOTAL_TEXT
Selection Text: P_EVT17 = DATA_CHANGED
Selection Text: P_EVT18 = DATA_CHANGED_FINISHED
Selection Text: P_EVT19 = AFTER_REFRESH
Selection Text: P_EVT20 = DELAYED_CALLBACK
Selection Text: P_EVT21 = DELAYED_CHANGED_SEL_CALLBACK
Selection Text: P_EVT22 = TOP_OF_PAGE
Selection Text: P_EVT23 = END_OF_LIST
Selection Text: P_EVT24 = PRINT_TOP_OF_PAGE
Selection Text: P_EVT25 = PRINT_END_OF_PAGE
Selection Text: P_EVT26 = PRINT_TOP_OF_LIST
Selection Text: P_EVT27 = PRINT_END_OF_LIST
Selection Text: P_EXT = Data from External File
Selection Text: P_F401 = F4 Register Event
Selection Text: P_F402 = F4 Event Before Change
Selection Text: P_F403 = F4 Event After Change
Selection Text: P_F404 = Internal Format
Selection Text: P_HOTSPT = Column as Hotspot
Selection Text: P_INF01 = No Dialog Box for Event





Selection Text: P_INF02 = Event Dialog Box Only Once
Selection Text: P_ONF4 = Column with F4 Registration
Selection Text: P_AMOUNT = Number of Records to Be Read
Title: Program BCALV_TEST_GRID_EVENTS
Text Symbol: 001 = Event DATA_CHANGED:
Text Symbol: 002 = Event DATA_CHANGED_FINISHED
Text Symbol: 003 = Event USER_COMMAND:
Text Symbol: 004 = Event BEFORE_USER_COMMAND:
Text Symbol: 005 = Event AFTER_USER_COMMAND:
Text Symbol: 006 = Event DOUBLE_CLICK:
Text Symbol: 007 = Event HOTSPOT_CLICK:
Text Symbol: 008 = Event MENU_BUTTON
Text Symbol: 009 = Event TOOLBAR
Text Symbol: 010 = Event CONTEXT_MENU_REQUEST
Text Symbol: 011 = Event TOP_OF_PAGE
Text Symbol: 012 = Event END_OF_LIST
Text Symbol: 013 = Event PRINT_TOP_OF_PAGE
Text Symbol: 014 = Event PRINT_END_OF_PAGE
Text Symbol: 015 = Event PRINT_TOP_OF_LIST
Text Symbol: 016 = Event PRINT_END_OF_LIST
Text Symbol: 017 = Event AFTER_REFRESH
Text Symbol: 018 = Event DELAYED_CALLBACK
Text Symbol: 019 = Event DELAYED_CHANGED_SELECTION_CALLBACK
Text Symbol: 020 = Event SUBTOTAL_TEXT
Text Symbol: 021 = Event ONDRAG
Text Symbol: 022 = Event ONDROP
Text Symbol: 023 = Event ONDROPCOMPLETE
Text Symbol: 024 = Event ONDROPGET_FLAVOR
Text Symbol: 025 = Event BUTTON_CLICK
Text Symbol: 026 = Event ONF1
Text Symbol: 027 = Event ONF4
Text Symbol: 100 = Row:
Text Symbol: 101 = Column:
Text Symbol: 102 = Value:
Text Symbol: 103 = F4:
Text Symbol: 104 = Before F4:
Text Symbol: 105 = After F4:
Text Symbol: 200 = My Subtotals Text
Text Symbol: C01 = F4 Register Event





Text Symbol: C02 = Event DATA_CHANGED Before F4
Text Symbol: C03 = Event DATA_CHANGED After F4
Text Symbol: C04 = F4 Event Internal Format


INCLUDES used within this REPORT BCALV_TEST_GRID_EVENTS

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:

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_buffer_active = gs_test-buffer_active i_structure_name = con_sflight i_client_never_display = con_true i_bypassing_buffer = gs_test-bypassing_buffer changing ct_fieldcat = ct_fcat[] exceptions inconsistent_interface = 1 program_error = 2 others = 3.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting * DDIC_STRUCTURE = ' ' retfield = 'FIELDNAME' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' * VALUE_ORG = 'C' * MULTIPLE_CHOICE = ' ' display = space * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' tables value_tab = lt_values field_tab = lt_fields return_tab = lt_return * DYNPFLD_MAPPING = exceptions parameter_error = 1 no_values_found = 2 others = 3.

LVC_FILTER_APPLY call function 'LVC_FILTER_APPLY' exporting it_filter = lt_filter * IT_VALUE_UNIT = * IT_GROUPLEVELS = * I_FILTER_FLAGNAME = * I_TABNAME = * I_TABNAME_SLAVE = * I_SLAVE = importing et_filter_index = lt_filtered_entries * ET_GROUPLEVELS_FILTER = * ET_FILTER_INDEX_INSIDE = tables it_data = gt_outtab.



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