FICXL_PLAYBACK 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 FICXL_PLAYBACK into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: PD_SAFTY = Safety Prompt
Selection Text: PD_SIMUL = Simulate (Space: Print Result)
Selection Text: PD_TRCFL = Trace File (Space: F. Browser)
Title: Playback Interactive Excel Traces. Only for SAP Support
Text Symbol: NFM = Is Not a Valid Function Module
Text Symbol: NVC = No Valid Calls Found in File
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FCXL_GET_ASPECT_DEFINITION call function 'FCXL_GET_ASPECT_DEFINITION' exporting aspect_id = l_aspect_id importing exception = l_exception tables e_aspect_definition = lt_aspect_definition e_dependent_bindings = lt_dependent_bindings.
FCXL_GET_ATTRIBUTE_VALUE call function 'FCXL_GET_ATTRIBUTE_VALUE' exporting char_id = l_char_id attrib_id = l_attrib_id char_value = l_char_value aspect_id = l_aspect_id importing value = l_value exception = l_exception tables i_dependent_bindings = lt_dependent_bindings.
FCXL_GET_CHAR_ATTRIBUTES call function 'FCXL_GET_CHAR_ATTRIBUTES' exporting char_id = l_char_id aspect_id = l_aspect_id importing exception = l_exception tables e_characteristic_attributes = lt_characteristic_attributes i_dependent_bindings = lt_dependent_bindings.
FCXL_GET_CHAR_HIERARCHIES call function 'FCXL_GET_CHAR_HIERARCHIES' exporting char_id = l_char_id aspect_id = l_aspect_id importing exception = l_exception tables i_dependent_bindings = lt_dependent_bindings e_characteristic_hierarchies = lt_characteristic_hierarchies.
FCXL_GET_CHAR_SETS call function 'FCXL_GET_CHAR_SETS' exporting char_id = l_char_id aspect_id = l_aspect_id importing exception = l_exception tables i_dependent_bindings = lt_dependent_bindings e_characteristic_sets = lt_characteristic_sets.
FCXL_GET_CHAR_VALUES call function 'FCXL_GET_CHAR_VALUES' exporting char_id = l_char_id text_type = l_text_type aspect_id = l_aspect_id importing exception = l_exception tables i_dependent_bindings = lt_dependent_bindings e_characteristic_values = lt_characteristic_values.
FCXL_GET_HIERARCHY_VALUES call function 'FCXL_GET_HIERARCHY_VALUES' exporting char_id = l_char_id hier_id = l_hier_id text_type = l_text_type aspect_id = l_aspect_id importing exception = l_exception tables i_dependent_bindings = lt_dependent_bindings e_hierarchy_values = lt_hierarchy_values.
FCXL_GET_SET_VALUES call function 'FCXL_GET_SET_VALUES' exporting char_id = l_char_id set_id = l_set_id text_type = l_text_type aspect_id = l_aspect_id importing exception = l_exception tables e_set_values = lt_set_values i_dependent_bindings = lt_dependent_bindings.
FCXL_GET_CONSOLIDATION_ASPECTS call function 'FCXL_GET_CONSOLIDATION_ASPECTS' importing exception = l_exception tables e_consolidation_aspects = lt_consolidation_aspects.
FCXL_GET_PROGRAM_TEXTS call function 'FCXL_GET_PROGRAM_TEXTS' importing exception = l_exception tables e_program_texts = lt_program_texts.
FCXL_GET_DATA call function 'FCXL_GET_DATA' exporting sign_handling = l_sign_handling return_units = l_return_units aspect_id = l_aspect_id importing exception = l_exception tables i_request = lt_request e_data = lt_data e_error = lt_error.
FCXL_GET_UPDATEABLE call function 'FCXL_GET_UPDATEABLE' exporting aspect_id = l_aspect_id importing exception = l_exception tables i_request = lt_request e_error = lt_error.
FCXL_SET_DATA call function 'FCXL_SET_DATA' exporting simulate = l_simulate sign_handling = l_sign_handling aspect_id = l_aspect_id updatemode = l_updatemode wait = l_wait callno = l_callno importing success = l_success exception = l_exception tables i_request = lt_request i_data = lt_data e_error = lt_error.
FCXL_GET_MASS_DATA call function 'FCXL_GET_MASS_DATA' exporting aspect_id = l_aspect_id sign_handling = l_sign_handling return_units = l_return_units add_defaults = l_add_defaults adjust_to_itgrp = l_adjust_to_itgrp importing exception = l_exception tables i_request = lt_request e_data = lt_data e_definition = lt_definition e_error = lt_error i_sort = lt_sort.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICXL_PLAYBACK - Playback Interactive Excel Traces. Only for SAP Support FICXL_PLAYBACK - Playback Interactive Excel Traces. Only for SAP Support FICVMA00 - Call View Maintenance FICVMA00 - Call View Maintenance FICVIM00_1 - Call up View Maintenance and View Cluster Maintenance FICVIM00_1 - Call up View Maintenance and View Cluster Maintenance