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

BCALV_TEST_TRANSFERCOPY SAP ABAP Report - BCALVTESTTRANSFERCOPY







BCALV_TEST_TRANSFERCOPY 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_TRANSFERCOPY 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_TRANSFERCOPY. "Basic submit
SUBMIT BCALV_TEST_TRANSFERCOPY AND RETURN. "Return to original report after report execution complete
SUBMIT BCALV_TEST_TRANSFERCOPY 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_1 = Changes Via Program, Set->Get
Selection Text: P_2 = Changes Via Dialog, Get->Set
Selection Text: P_3 = SLIS->LVC->SLIS
Selection Text: P_4 = SLIS->LVC->KKBLO->LVC->SLIS
Text Symbol: 001 = FM: Reuse_alv_list_info_get


INCLUDES used within this REPORT BCALV_TEST_TRANSFERCOPY

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_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting * I_PROGRAM_NAME = i_internal_tabname = 'SFLIGHT' i_structure_name = 'SFLIGHT' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = changing ct_fieldcat = gt_fieldcat_slis * EXCEPTIONS * INCONSISTENT_INTERFACE = 1 * PROGRAM_ERROR = 2 * OTHERS = 3 .

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' i_buffer_active = 'X' i_callback_program = g_repid i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = 'sflight' * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = gs_layout_slis it_fieldcat = gt_fieldcat_slis * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = gs_variant * IT_EVENTS = * IT_EVENT_EXIT = is_print = gs_print_slis * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = gt_sflight * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .

REUSE_ALV_GRID_LAYOUT_INFO_SET call function 'REUSE_ALV_GRID_LAYOUT_INFO_SET' exporting is_layout = gs_layout_slis is_print = gs_print_slis.

REUSE_ALV_GRID_LAYOUT_INFO_GET call function 'REUSE_ALV_GRID_LAYOUT_INFO_GET' importing es_layout = gs_layout_slis.

REUSE_ALV_GRID_LAYOUT_INFO_SET call function 'REUSE_ALV_GRID_LAYOUT_INFO_SET' exporting is_layout = gs_layout_slis is_print = gs_print_slis.

REUSE_ALV_GRID_LAYOUT_INFO_GET call function 'REUSE_ALV_GRID_LAYOUT_INFO_GET' importing es_layout = gs_layout_slis es_print = gs_print_slis.

REUSE_ALV_GRID_LAYOUT_INFO_SET call function 'REUSE_ALV_GRID_LAYOUT_INFO_SET' exporting is_layout = gs_layout_slis is_print = gs_print_slis.

LVC_TRANSFER_FROM_SLIS call function 'LVC_TRANSFER_FROM_SLIS' exporting it_fieldcat_alv = gt_fieldcat_slis * IT_SORT_ALV = * IT_FILTER_ALV = is_layout_alv = gs_layout_slis importing et_fieldcat_lvc = gt_fieldcat_lvc * ET_SORT_LVC = * ET_FILTER_LVC = es_layout_lvc = gs_layout_lvc tables it_data = gt_sflight.

LVC_TRANSFER_TO_SLIS call function 'LVC_TRANSFER_TO_SLIS' exporting it_fieldcat_lvc = gt_fieldcat_lvc * IT_SORT_LVC = * IT_FILTER_LVC = is_layout_lvc = gs_layout_lvc importing * ET_FIELDCAT_ALV = * ET_SORT_ALV = * ET_FILTER_ALV = es_layout_alv = gs_layout_slis.

REUSE_ALV_GRID_LAYOUT_INFO_SET call function 'REUSE_ALV_GRID_LAYOUT_INFO_SET' exporting is_layout = gs_layout_slis is_print = gs_print_slis.

LVC_TRANSFER_FROM_SLIS call function 'LVC_TRANSFER_FROM_SLIS' exporting it_fieldcat_alv = gt_fieldcat_slis * IT_SORT_ALV = * IT_FILTER_ALV = is_layout_alv = gs_layout_slis importing et_fieldcat_lvc = gt_fieldcat_lvc * ET_SORT_LVC = * ET_FILTER_LVC = es_layout_lvc = gs_layout_lvc tables it_data = gt_sflight.

LVC_TRANSFER_TO_KKBLO call function 'LVC_TRANSFER_TO_KKBLO' exporting it_fieldcat_lvc = gt_fieldcat_lvc * IT_SORT_LVC = * IT_FILTER_LVC = * IT_SELECTED_COLS = * IT_SPECIAL_GROUPS_LVC = * IT_FILTER_INDEX_LVC = * IT_GROUPLEVELS_LVC = * IS_TOTAL_OPTIONS_LVC = is_layout_lvc = gs_layout_lvc * IS_VARIANT_LVC = * I_VARIANT_SAVE_LVC = * I_VARIANT_DEFAULT_LVC = * IS_PRINT_INFO_LVC = * IS_REPREP_LVC = * I_REPREP_ACTIVE_LVC = * IS_SELFIELD_LVC = * IS_TECH_COMPLETE = 'X' importing et_fieldcat_kkblo = gt_fieldcat_kkblo * ET_SORT_KKBLO = * ET_FILTER_KKBLO = * ET_SPECIAL_GROUPS_KKBLO = * ET_FILTERED_ENTRIES_KKBLO = * ET_GROUPLEVELS_KKBLO = * ES_SUBTOT_OPTIONS_KKBLO = es_layout_kkblo = gs_layout_kkblo.

LVC_TRANSFER_FROM_KKBLO call function 'LVC_TRANSFER_FROM_KKBLO' exporting * I_TECH_COMPLETE = * I_STRUCTURE_NAME = it_fieldcat_kkblo = gt_fieldcat_kkblo * IT_SORT_KKBLO = * IT_FILTER_KKBLO = * IT_SPECIAL_GROUPS_KKBLO = * IT_FILTERED_ENTRIES_KKBLO = * IT_GROUPLEVELS_KKBLO = * IS_SUBTOT_OPTIONS_KKBLO = is_layout_kkblo = gs_layout_kkblo * IS_REPREP_ID_KKBLO = * I_CALLBACK_PROGRAM_KKBLO = * IT_ADD_FIELDCAT = importing et_fieldcat_lvc = gt_fieldcat_lvc * ET_SORT_LVC = * ET_FILTER_LVC = * ET_SPECIAL_GROUPS_LVC = * ET_FILTER_INDEX_LVC = * ET_GROUPLEVELS_LVC = * ES_TOTAL_OPTIONS_LVC = es_layout_lvc = gs_layout_lvc.

LVC_TRANSFER_TO_SLIS call function 'LVC_TRANSFER_TO_SLIS' exporting it_fieldcat_lvc = gt_fieldcat_lvc * IT_SORT_LVC = * IT_FILTER_LVC = is_layout_lvc = gs_layout_lvc importing * ET_FIELDCAT_ALV = * ET_SORT_ALV = * ET_FILTER_ALV = es_layout_alv = gs_layout_slis.

REUSE_ALV_GRID_LAYOUT_INFO_SET call function 'REUSE_ALV_GRID_LAYOUT_INFO_SET' exporting is_layout = gs_layout_slis is_print = gs_print_slis.



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