CONDITION_PRESTEP_ANALYZE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For more detailed information about the report, see the attachment in SAP Note 1738398...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter CONDITION_PRESTEP_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_KOZGF = D .
Selection Text: P_KAPPL = D .
Selection Text: S_SELEC = Selective Fields
Selection Text: P_MODE_I = Interactive
Selection Text: P_MODE_A = Analysis
Selection Text: P_INDEX = Index Analysis
Title: Analysis of Condition Preliminary Step (Optimized Access)
Text Symbol: S03 = Options
Text Symbol: S02 = Mode
Text Symbol: S01 = Selection
Text Symbol: R02 = Interactive
Text Symbol: R01 = Analysis
Text Symbol: M05 = Pending
Text Symbol: M04 = Prel.Step Could Be Useful
Text Symbol: M03 = Prel.Step Useful
Text Symbol: M02 = Prel. Step Not Necessary
Text Symbol: M01 = Access Does Not Exist. Step Obsolete.
Text Symbol: A06 = System:
Text Symbol: A05 = Report Version:
Text Symbol: A04 = Index
Text Symbol: A03 = Update
Text Symbol: A02 = PreStep
Text Symbol: A01 = Message
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_T682V' no_warning_for_clientindep = 'X' EXCEPTIONS OTHERS = 1.
VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' EXPORTING view_action = 'S' "Show view_name = 'V_T682V' no_warning_for_clientindep = 'X' EXCEPTIONS OTHERS = 1.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' * CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_layout = ls_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.
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.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'E' enqueue_mode = 'E' view_name = 'V_T682V' 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.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = lv_kotab state = 'A' TABLES dd03p_tab = lt_dd03p dd17v_tab = ls_indices-dd17v_tab EXCEPTIONS OTHERS = 1.
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 CONDITION_PRESTEP_ANALYZE or its description.
CONDITION_PRESTEP_ANALYZE - Analysis of Condition Preliminary Step (Optimized Access) CONDITION_PRESTEP_ANALYZE - Analysis of Condition Preliminary Step (Optimized Access) CONDITION_ACCESS_SHIFT_A - Move Access Numbers Within Access Sequences CONDITION_ACCESS_SHIFT_A - Move Access Numbers Within Access Sequences CONDITION_ACCESS_SHIFT - Move Access Numbers Within Access Sequences CONDITION_ACCESS_SHIFT - Move Access Numbers Within Access Sequences