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

BCALV_TEST_LIST_APPEND_FORM SAP ABAP Report - Program BCALV_TEST_LIST_APPEND_FORM: with ALV Design Object







BCALV_TEST_LIST_APPEND_FORM 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_LIST_APPEND_FORM 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_LIST_APPEND_FORM. "Basic submit
SUBMIT BCALV_TEST_LIST_APPEND_FORM AND RETURN. "Return to original report after report execution complete
SUBMIT BCALV_TEST_LIST_APPEND_FORM 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_WRITE = Normal WRITES? Y/N
Selection Text: P_TOP3 = No. of Rows TOP-OF-PAGE 3
Selection Text: P_TOP2 = No. of Rows TOP-OF-PAGE 2
Selection Text: P_TOP1 = No. of Rows TOP-OF-PAGE 1
Selection Text: P_TOL3 = No. of Rows TOP-OF-LIST 3
Selection Text: P_TOL2 = No. of Rows TOP-OF-LIST 2
Selection Text: P_TOL1 = No. of Rows TOP-OF-LIST 1
Selection Text: P_EOP3 = No. of Rows END-OF-PAGE 3
Selection Text: P_EOP2 = No. of Rows TOP-OF-PAGE 2
Selection Text: P_EOP1 = No. of Rows END-OF-PAGE 1
Selection Text: P_EOL3 = No. of Rows END-OF-LIST 3
Selection Text: P_EOL2 = No. of Rows END-OF-LIST 2
Selection Text: P_EOL1 = No. of Rows END-OF-LIST 1
Selection Text: P_EMP_R = No. Blanks at End of Evt Area
Selection Text: P_COMM = REUSE_ALV_COMMENTARY_WRITE ? Y
Selection Text: P_ALVF = Use ALV Form Object? Y/N
Selection Text: P_5_VAR = Variable Number of Rows
Selection Text: P_5_CON = Constant Number of Rows
Selection Text: P_5_ANZ = No. of Rows for All Areas
Selection Text: P_4_MOD = New Mode TOL, EOL > 65
Selection Text: P_4_APPL = Appl.-Specific EOP Handling
Title: Program BCALV_TEST_LIST_APPEND_FORM: with ALV Design Object
Text Symbol: T04 = Column:
Text Symbol: T03 = Row:
Text Symbol: T02 = List:
Text Symbol: T01 = Double-Click Event:
Text Symbol: P02 = End of Page of Second List
Text Symbol: H03 = Top of Page of Third List
Text Symbol: H02 = Top of Page of Second List
Text Symbol: H01 = Top of Page of First List
Text Symbol: E03 = End of List of Third List
Text Symbol: E02 = End of List of Second List
Text Symbol: E01 = End of List of First List
Text Symbol: 005 = Variable Number of Rows for Each Event Area: Y/N
Text Symbol: 004 = Miscellaneous Settings:
Text Symbol: 003 = Number of Rows in Each Event Area:
Text Symbol: 002 = Display Information
Text Symbol: 001 = Output Option for Event Areas (TOL, EOL, ...)





INCLUDES used within this REPORT BCALV_TEST_LIST_APPEND_FORM

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:

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid * i_callback_pf_status_set = 'HANDLE_EVENT_PF_STATUS' i_callback_user_command = 'HANDLE_EVENT_USER_COMMAND' is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts1 is_print = ls_prnt tables t_outtab = gt_sflight exceptions program_error = 1 others = 2.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SFLIGHT' CHANGING ct_fieldcat = ct_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SFLIGHT' CHANGING ct_fieldcat = lt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SBOOK' CHANGING ct_fieldcat = lt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SBOOK' CHANGING ct_fieldcat = ct_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = g_repid * i_callback_pf_status_set = ' ' * i_callback_user_command = ' ' is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts2 i_tabname_header = '2M' i_tabname_item = '2S' is_keyinfo = ls_key is_print = ls_prnt tables t_outtab_header = gt_master t_outtab_item = gt_slave exceptions program_error = 1 others = 2.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid * i_callback_pf_status_set = ' ' * i_callback_user_command = ' ' is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts3 is_print = ls_prnt tables t_outtab = gt_sbook exceptions program_error = 1 others = 2.



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