SAP Reports / Programs

CONDITION_PRESTEP_ANALYZE SAP ABAP Report - Analysis of Condition Preliminary Step (Optimized Access)







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


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


INCLUDES used within this REPORT CONDITION_PRESTEP_ANALYZE

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:

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_LIST_DISPLAY

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.