SAP Reports / Programs

BCALV_TEST_EXCEL_DATATYPES SAP ABAP Report - FILTER Test Report







BCALV_TEST_EXCEL_DATATYPES 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_EXCEL_DATATYPES 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_EXCEL_DATATYPES. "Basic submit
SUBMIT BCALV_TEST_EXCEL_DATATYPES AND RETURN. "Return to original report after report execution complete
SUBMIT BCALV_TEST_EXCEL_DATATYPES 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_BUFFER = i_buffer_active = 'X'
Selection Text: P_BYPASS = i_bypassing_buffer = 'X'
Selection Text: P_LISTE = Simple List
Selection Text: P_XXL = XXL Call for the Web
Title: FILTER Test Report


INCLUDES used within this REPORT BCALV_TEST_EXCEL_DATATYPES

INCLUDE BCALV_EXCEL_DATATYPES.


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 = g_repid i_internal_tabname = 'GT_OUTTAB_S' i_client_never_display = 'X' i_inclname = 'BCALV_EXCEL_DATATYPES' i_bypassing_buffer = p_bypass i_buffer_active = p_buffer changing ct_fieldcat = gt_fieldcat[] exceptions inconsistent_interface = 1 program_error = 2 others = 3.

LVC_TRANSFER_FROM_SLIS call function 'LVC_TRANSFER_FROM_SLIS' exporting it_fieldcat_alv = gt_fieldcat[] importing et_fieldcat_lvc = gt_lvc_fieldcat[] tables it_data = it_table exceptions it_data_missing = 1 others = 2.

LVC_TRANSFER_TO_KKBLO call function 'LVC_TRANSFER_TO_KKBLO' exporting it_fieldcat_lvc = gt_lvc_fieldcat importing et_fieldcat_kkblo = gt_kkblo_fieldcat tables it_data = exceptions it_data_missing = 1 it_fieldcat_lvc_missing = 2 others = 3.

ALV_XXL_CALL call function 'ALV_XXL_CALL' exporting i_tabname = '1' * IS_LAYOUT = it_fieldcat = gt_kkblo_fieldcat * I_CALLBACK_TOP_OF_PAGE = * I_TITLE = * i_mode = l_mode tables it_outtab = .

ALV_XML_CALL call function 'ALV_XML_CALL' exporting * IS_LAYOUT = it_fieldcat = gt_kkblo_fieldcat * I_CALLBACK_TOP_OF_PAGE = * I_TITLE = i_mode = l_mode importing e_xml = l_xml tables it_outtab = * EXCEPTIONS * FATAL_ERROR = 1 * NO_DISPLAY_POSSIBLE = 2 * OTHERS = 3 .

SCMS_XSTRING_TO_BINARY call function 'SCMS_XSTRING_TO_BINARY' exporting buffer = l_xml importing output_length = l_length tables binary_tab = l_xml_stream.



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