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

BCALV_TRACE_ADMIN SAP ABAP Report - BCALVTRACEADMIN







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


Text pool values


Text Symbol: T01 = Trace
Text Symbol: I06 = Active Trace
Text Symbol: I05 = Display/Delete Saved Trace Settings
Text Symbol: I04 = Set Trace Settings
Text Symbol: I03 = Deactivate Trace
Text Symbol: I02 = Activate Trace
Text Symbol: I01 = Display/Delete Traces
Text Symbol: G00 = Selection Restrictions
Text Symbol: D02 = Transaction
Text Symbol: D01 = Program
Text Symbol: 005 = Date
Text Symbol: 004 = User
Text Symbol: 003 = Selection Variant
Text Symbol: 002 = Object Name
Text Symbol: 001 = Object


INCLUDES used within this REPORT BCALV_TRACE_ADMIN

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:

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

F4_TRANSACTION call function 'F4_TRANSACTION' exporting object = l_tcode * SEARCH_TYPE = 'A' * SUPPRESS_SELECTION = * DISPLAY_ONLY = * VARIANT = ' ' * MULTIPLE_SELECTION = importing result = l_tcode.

F4_REPORT_VARIANT call function 'F4_REPORT_VARIANT' exporting object = gs_trace-selset program = l_report suppress_selection = space * DISPLAY_ONLY = importing result = gs_trace-selset program = l_report.

F4_USER call function 'F4_USER' exporting object = gs_trace-uname importing result = gs_trace-uname.

F4_DATE_CONTROL call function 'F4_DATE_CONTROL' exporting date_for_first_month = sy-datum * DISPLAY = ' ' * FACTORY_CALENDAR_ID = ' ' * GREGORIAN_CALENDAR_FLAG = ' ' * HOLIDAY_CALENDAR_ID = ' ' * HOLIDAY_STYLE = '6' * PROGNAME_FOR_FIRST_MONTH = ' ' * WEEK_BEGIN_DAY = 1 * SELECT_OPTION_WEEK = ' ' * SELECT_OPTION_MONTH = ' ' importing select_date = gs_trace-datum * SELECT_WEEK = * SELECT_BEGIN = * SELECT_END = * SELECT_MONTH = exceptions calendar_buffer_not_loadable = 1 date_after_range = 2 date_before_range = 3 date_invalid = 4 factory_calendar_not_found = 5 holiday_calendar_not_found = 6 parameter_conflict = 7 others = 8.

RS_CONV_EX_2_IN call function 'RS_CONV_EX_2_IN' exporting input_external = ls_good_cells-value table_field = ls_ref * CURRENCY = importing output_internal = exceptions input_not_numerical = 1 too_many_decimals = 2 more_than_one_sign = 3 ill_thousand_separator_dist = 4 too_many_digits = 5 sign_for_unsigned = 6 too_large = 7 too_small = 8 invalid_date_format = 9 invalid_date = 10 invalid_time_format = 11 invalid_time = 12 invalid_hex_digit = 13 unexpected_error = 14 invalid_fieldname = 15 field_and_descr_incompatible = 16 input_too_long = 17 no_decimals = 18 invalid_float = 19 conversion_exit_error = 20 others = 21.



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