BCALV_TEST_SEARCH 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_SEARCH into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: PA_ROWS = How Many Records?
Selection Text: P_EXTERN = Test w. External Data Formats
Selection Text: P_GRUND = Test for Basic Functions
Selection Text: P_INPUT = Test in Editable Grid
Selection Text: P_PERF = Test with Many Data Records
Selection Text: P_WITH = Test with Other Functions
Title: Program BCALV_TEST_SEARCH
Text Symbol: 001 = abcdefghi1abcdefghi2abcdefghi3abcdefghi4abcdefghi5abcdefghi6abcdefghi7abcdefghi8abcdefghi9abcdefgh10abcdefgh11abcdefgh12abcde128
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BCALV_TEST_ALV_T_T2_GEN * call function 'BCALV_TEST_ALV_T_T2_GEN' * EXPORTING * I_MAX_ROWS = pa_rows * I_DELETE = 'X' * IMPORTING * ET_OUTTAB = gt_outtab[].
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'ALV_T_T2' "Struktur aus DD i_client_never_display = 'X' changing ct_fieldcat = fieldcat_d[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BCALV_TEST_SEARCH - Program BCALV_TEST_SEARCH BCALV_TEST_SEARCH - Program BCALV_TEST_SEARCH BCALV_TEST_PRINT_PARAMETERS_2 - Report BCALV_TEST_PRINT_PARAMETERS_2 BCALV_TEST_PRINT_PARAMETERS_2 - Report BCALV_TEST_PRINT_PARAMETERS_2 BCALV_TEST_PRINT_PARAMETERS - Test of Print Parameter Transfer BCALV_TEST_PRINT_PARAMETERS - Test of Print Parameter Transfer