SAP Reports / Programs

FICXL_PLAYBACK SAP ABAP Report - Playback Interactive Excel Traces. Only for SAP Support







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


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 FICXL_PLAYBACK. "Basic submit
SUBMIT FICXL_PLAYBACK AND RETURN. "Return to original report after report execution complete
SUBMIT FICXL_PLAYBACK 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: 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


INCLUDES used within this REPORT FICXL_PLAYBACK

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:

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.



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