FSTST_ACCESS_ANALYZE 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 FSTST_ACCESS_ANALYZE 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: P_KVEWE = D .
Selection Text: P_KOZGF2 = D .
Selection Text: P_KOZGF = D .
Selection Text: P_KAPPL = D .
Selection Text: P_DATAB = D .
Selection Text: P_PRODH = Simplification Prod. Hierarchy
Selection Text: P_MODE_C = Conversion
Selection Text: P_MODE_A = Analysis
Title: Analysis of Access Sequences
Text Symbol: Z01 = Access Seq. (New)
Text Symbol: V02 = Detailed Output
Text Symbol: V01 = Compact Output
Text Symbol: USD = In Use:
Text Symbol: TNF = Table Not Found
Text Symbol: TNA = Total New Accesses:
Text Symbol: TAU = Number of New Accesses Total/Active/In Use:
Text Symbol: SYS = System:
Text Symbol: S04 = Options
Text Symbol: S03 = MD Analysis
Text Symbol: S02 = Mode
Text Symbol: S01 = Selection
Text Symbol: REV = Report Version:
Text Symbol: R07 = Indiv.
Text Symbol: R06 = Ascending
Text Symbol: R05 = None
Text Symbol: R04 = Import Stats
Text Symbol: R03 = Local
Text Symbol: R02 = Conversion
Text Symbol: R01 = Anlys
Text Symbol: OFV = Open File Version
Text Symbol: O02 = Document Field
Text Symbol: O01 = Number of Uses
Text Symbol: NFE = No File Entered
Text Symbol: NEA = New Accesses
Text Symbol: MFE = You have entered multiple files. Do you want to cumulate?
Text Symbol: K01 = Condition Type (Optional Filter)
Text Symbol: F02 = Show Inactive
Text Symbol: F01 = Hide Inactive
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' EXPORTING view_action = 'U' "Change view_name = 'V_T682' no_warning_for_clientindep = 'X' EXCEPTIONS OTHERS = 1.
VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' EXPORTING view_action = 'S' "Show view_name = 'V_T682' no_warning_for_clientindep = 'X' EXCEPTIONS OTHERS = 1.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING is_layout = gs_layout it_fieldcat = gt_fieldcat it_excluding = gt_excluding it_events = gt_events[] i_callback_program = lv_repid i_callback_user_command = 'USER_COMMAND' i_callback_pf_status_set = 'SET_PF_STATUS' TABLES t_outtab = gt_output EXCEPTIONS program_error = 0.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'E' enqueue_mode = 'E' view_name = 'V_T682' enqueue_range = 'X' TABLES sellist = lt_sellist EXCEPTIONS OTHERS = 1.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'E' enqueue_mode = 'E' view_name = 'V_T682I' enqueue_range = 'X' TABLES sellist = lt_sellist EXCEPTIONS OTHERS = 1.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'E' enqueue_mode = 'E' view_name = 'V_T682Z' enqueue_range = 'X' TABLES sellist = lt_sellist EXCEPTIONS OTHERS = 1.
TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' EXPORTING iv_no_show_option = 'X' TABLES wt_ko200 = lt_ko200 wt_e071k = lt_e071k EXCEPTIONS cancel_edit_other_error = 01 show_only_other_error = 02.
TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' EXPORTING iv_no_show_option = 'X' TABLES wt_ko200 = lt_ko200 wt_e071k = lt_e071k EXCEPTIONS OTHERS = 01.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'D' enqueue_mode = 'E' view_name = 'V_T682' enqueue_range = 'X' TABLES sellist = lt_sellist EXCEPTIONS OTHERS = 0.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'D' enqueue_mode = 'E' view_name = 'V_T682I' enqueue_range = 'X' TABLES sellist = lt_sellist EXCEPTIONS OTHERS = 0.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'D' enqueue_mode = 'E' view_name = 'V_T682Z' enqueue_range = 'X' TABLES sellist = lt_sellist EXCEPTIONS OTHERS = 0.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = ct_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = lv_kotab EXCEPTIONS not_found = 1.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = lv_kotab IMPORTING ddobjtype = lv_ddobjtype EXCEPTIONS not_found = 1.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-mfe display_cancel_button = ' ' default_button = '2' IMPORTING answer = lv_answer.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'KOMG' TABLES dfies_tab = lt_dfies EXCEPTIONS OTHERS = 0.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'PRODHS' TABLES dfies_tab = lt_dfies_prodhs EXCEPTIONS OTHERS = 0.
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 FSTST_ACCESS_ANALYZE or its description.
FSTST_ACCESS_ANALYZE - Analysis of Access Sequences FSTST_ACCESS_ANALYZE - Analysis of Access Sequences FSTEP_TREE_EVENT_RCVR - Include FSTEP_TREE_EVENT_RCVR FSTEP_TOOLBAR_EVENT_RCVR - Include FSTEP_TOOLBAR_EVENT_RCVR FSTATCDV - documentation and ABAP source code FSTATCDT - documentation and ABAP source code