SAP Reports / Programs

BCALV_TEST_GRID_F4_HELP SAP ABAP Report - Example Report for F4 Help of the ALV Grid







BCALV_TEST_GRID_F4_HELP 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_F4_HELP 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_F4_HELP. "Basic submit
SUBMIT BCALV_TEST_GRID_F4_HELP AND RETURN. "Return to original report after report execution complete
SUBMIT BCALV_TEST_GRID_F4_HELP 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: TEST_TAB = Check Table
Selection Text: P_MAXROW = How Many Rows in the Grid?
Selection Text: INIT_CH = No Check of Initial Fields
Selection Text: EXP_FIEL = Definition in Field
Selection Text: EXP_DATA = Definition in Data Element
Selection Text: DATA_TYP = Data Type
Selection Text: CONS_VAL = Fixed Value
Selection Text: CHN_AFT = Value Adjustment After Input
Selection Text: CHECK_BE = Value Check Before Input
Title: Example Report for F4 Help of the ALV Grid
Text Symbol: 350 = Info
Text Symbol: 022 = Other Options for Test Mode
Text Symbol: 019 = Dropdown Box
Text Symbol: 002 = If Data Is Entered in Column 2 Using F4, the Values in Column 7 Are Adjusted
Text Symbol: 003 = Column 7: Msg. as F4. No Standard F4 Existed for This Field
Text Symbol: 005 = Input in Column 1 Is Checked When Data Is Entered in Column 2 with F4 Help
Text Symbol: 006 = Standard F4 Help with User Input in Column 2
Text Symbol: 007 = Values Are Checked Before Input and Adjusted After Input
Text Symbol: 008 = A Dropdown List Is Available as Input Help for Column 4
Text Symbol: 011 = Enter the Type of the Input Help
Text Symbol: 012 = For an F4 Help with Input: Which Options Do You Want to Include?
Text Symbol: 013 = Test Mode
Text Symbol: 014 = Options for Test Mode - F4 Help about...
Text Symbol: 015 = Test Mode - The Editable Columns Have Different F4 Helps
Text Symbol: 017 = F4 Without Input, Defined for Column Without Standard F4
Text Symbol: 018 = F4 with Input


INCLUDES used within this REPORT BCALV_TEST_GRID_F4_HELP

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_structure_name = 'SPFLI' changing ct_fieldcat = gt_fieldcat.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'SFLIGHT' changing ct_fieldcat = gt_fieldcat.

F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = l_tabname fieldname = l_fieldname display = e_display callback_program = 'BCALV_F4' value = l_help_valu callback_form = 'F4' tables return_tab = lt_f4.



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