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

BCALV_VERIFY_DTYPES_F01 SAP ABAP INCLUDE - BCALVVERIFYDTYPESF01







BCALV_VERIFY_DTYPES_F01 is a standard ABAP INCLUDE 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_VERIFY_DTYPES_F01 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_VERIFY_DTYPES_F01. "Basic submit
SUBMIT BCALV_VERIFY_DTYPES_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT BCALV_VERIFY_DTYPES_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT BCALV_VERIFY_DTYPES_F01

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:

RS_SET_SELSCREEN_STATUS call function 'RS_SET_SELSCREEN_STATUS' exporting p_status = 'SELECTION_SCREEN' * P_PROGRAM = ' ' tables p_exclude = lt_exclude.

ITS_PING call function 'ITS_PING' exceptions its_not_available = 1 others = 2.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = l_callback_program * I_CALLBACK_PF_STATUS_SET = * I_CALLBACK_USER_COMMAND = * I_CALLBACK_TOP_OF_PAGE = i_callback_html_top_of_page = l_event_html_top i_callback_html_end_of_list = l_event_html_end * I_STRUCTURE_NAME = 'ALV_S_DTV' * I_BACKGROUND_ID = ' ' i_grid_title = gs_grid_opt-layout_grid-grid_title * I_GRID_SETTINGS = is_layout = ls_layout it_fieldcat = lt_fcat * IT_EXCLUDING = it_special_groups = lt_spgr it_sort = lt_sort * iT_FILTER = * IS_SEL_HIDE = i_default = gs_grid_opt-variant-default i_save = gs_grid_opt-variant-save is_variant = ls_variant it_events = lt_events[] it_event_exit = lt_event_exit[] is_print = ls_print * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = gt_outtab exceptions program_error = 1 others = 2.

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = ct_events exceptions list_type_wrong = 1 others = 2.

REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' importing es_layout = ls_layout exceptions no_infos = 1 program_error = 2 others = 3.

REUSE_ALV_LIST_LAYOUT_INFO_SET call function 'REUSE_ALV_LIST_LAYOUT_INFO_SET' exporting is_layout = ls_layout.

REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' importing es_layout = ls_layout exceptions no_infos = 1 program_error = 2 others = 3.

REUSE_ALV_LIST_LAYOUT_INFO_SET call function 'REUSE_ALV_LIST_LAYOUT_INFO_SET' exporting is_layout = ls_layout.

REUSE_ALV_GRID_LAYOUT_INFO_GET call function 'REUSE_ALV_GRID_LAYOUT_INFO_GET' importing es_layout = ls_layout exceptions no_infos = 1 program_error = 2 others = 3.

REUSE_ALV_GRID_LAYOUT_INFO_SET call function 'REUSE_ALV_GRID_LAYOUT_INFO_SET' exporting is_layout = ls_layout.

REUSE_ALV_GRID_LAYOUT_INFO_GET call function 'REUSE_ALV_GRID_LAYOUT_INFO_GET' importing es_layout = ls_layout exceptions no_infos = 1 program_error = 2 others = 3.

REUSE_ALV_GRID_LAYOUT_INFO_SET call function 'REUSE_ALV_GRID_LAYOUT_INFO_SET' exporting is_layout = ls_layout.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = lt_list_commentary i_logo = 'ENJOYSAP_LOGO' i_end_of_list_grid = space.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = lt_list_commentary i_logo = 'ENJOYSAP_LOGO' i_end_of_list_grid = con_true.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = lt_list_commentary i_logo = 'ENJOYSAP_LOGO' i_end_of_list_grid = space.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = lt_list_commentary i_logo = 'ENJOYSAP_LOGO' i_end_of_list_grid = con_true.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'BCALV_VERIFY_DATATYPES' dynumb = sy-dynnr translate_to_upper = 'X' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' * DETERMINE_LOOP_INDEX = ' ' tables dynpfields = lt_dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 others = 11.

LVC_VARIANT_SAVE_LOAD call function 'LVC_VARIANT_SAVE_LOAD' exporting i_save_load = 'F' i_tabname = '1' changing cs_variant = ls_variant ct_fieldcat = lt_fcat[].

REUSE_ALV_FIELDCATALOG_MERGE





call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'SPFLI' i_client_never_display = 'X' * i_INCLNAME = i_bypassing_buffer = l_bypass_buffer i_buffer_active = space 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_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'SFLIGHT' i_client_never_display = 'X' * i_INCLNAME = i_bypassing_buffer = l_bypass_buffer i_buffer_active = space 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_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'ALV_S_DTV' i_client_never_display = 'X' * i_INCLNAME = i_bypassing_buffer = l_bypass_buffer i_buffer_active = space 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_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'SBOOK' i_client_never_display = 'X' * i_INCLNAME = i_bypassing_buffer = l_bypass_buffer i_buffer_active = space changing ct_fieldcat = lt_fcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = l_callback_program * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_STRUCTURE_NAME = is_layout = ls_layout it_fieldcat = lt_fcat * IT_EXCLUDING = it_special_groups = lt_spgr it_sort = lt_sort * IT_FILTER = * IS_SEL_HIDE = i_default = gs_grid_opt-variant-default i_save = gs_grid_opt-variant-save is_variant = ls_variant it_events = lt_events it_event_exit = lt_event_exit is_print = ls_print * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = gt_outtab exceptions program_error = 1 others = 2.

REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = text-pt1 i_selection = l_selection i_allow_no_selection = l_allow_no_selection i_zebra = gs_grid_opt-layout_grid-zebra i_screen_start_column = 5 i_screen_start_line = 5 i_screen_end_column = 70 i_screen_end_line = 30 * I_CHECKBOX_FIELDNAME = * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = 'X' i_tabname = 'GT_OUTTAB' * I_STRUCTURE_NAME = it_fieldcat = lt_fcat * IT_EXCLUDING = * I_CALLBACK_PROGRAM = * I_CALLBACK_USER_COMMAND = * IS_PRIVATE = importing es_selfield = ls_selfield e_exit = l_exit tables t_outtab = gt_outtab exceptions program_error = 1 others = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' i_callback_program = l_callback_program * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' is_layout = ls_layout it_fieldcat = lt_fcat * IT_EXCLUDING = it_special_groups = lt_spgr it_sort = lt_sort * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 i_default = gs_grid_opt-variant-default i_save = gs_grid_opt-variant-save is_variant = ls_variant it_events = lt_events it_event_exit = lt_event_exit i_tabname_header = 'GT_OUTTAB' i_tabname_item = 'GT_OUTTAB_ITEM' * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = ls_keyinfo is_print = ls_print * IS_REPREP_ID = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab_header = gt_outtab t_outtab_item = gt_outtab_item exceptions program_error = 1 others = 2.

REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' importing es_list_scroll = ls_scroll_list exceptions no_infos = 1 program_error = 2 others = 3.

REUSE_ALV_LIST_LAYOUT_INFO_SET call function 'REUSE_ALV_LIST_LAYOUT_INFO_SET' exporting is_list_scroll = ls_scroll_list.

REUSE_ALV_GRID_LAYOUT_INFO_GET call function 'REUSE_ALV_GRID_LAYOUT_INFO_GET' importing es_grid_scroll = ls_scroll_grid exceptions no_infos = 1 program_error = 2 others = 3.

REUSE_ALV_GRID_LAYOUT_INFO_SET call function 'REUSE_ALV_GRID_LAYOUT_INFO_SET' exporting is_grid_scroll = ls_scroll_grid.

FLOW_LOGIC_ALV_CALL call function 'FLOW_LOGIC_ALV_CALL' exporting i_report = gs_grid_opt-minialv_options-report i_variant = gs_grid_opt-minialv_options-variant is_alv_layout = gs_grid_opt-minialv_options-layout * I_QUERY = * I_USERGROUP = * I_WORKSPACE = * SHUFFLER_TEXT = * USER_SETTINGS_FB = * SELECTION_TYPE = 'V' * SELECTION_STRING = * EMPTY_VARIANT = 'ON' * READ_DATA_TABLE = 'OFF' * I_SORT_COLUMN = * I_TEST = i_debug = gs_grid_opt-minialv_options-debug i_trace = gs_grid_opt-minialv_options-trace * IMPORTING * E_GRID_TITLE = * SHUFFLER_INFO = * ERROR_STRING = tables et_data = lt_data et_info = lt_info * ET_HYPERLINKS = * SELECTION_CATALOG = * SELECTION_DATA = * ET_FIELDS = * ET_INT_DATA = * ET_HEADER = it_sort = gs_grid_opt-minialv_options-t_sort.

F4_PROGRAM call function 'F4_PROGRAM' exporting object = l_result_program suppress_selection = space display_only = space importing result = l_result_program.

F4_REPORT call function 'F4_REPORT' exporting object = l_result_report suppress_selection = space display_only = space importing result = l_result_report.

F4_REPORT_VARIANT call function 'F4_REPORT_VARIANT' exporting object = l_result_variant program = l_result_report suppress_selection = space * DISPLAY_ONLY = importing result = l_result_variant program = l_result_report.



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