OIC_PATTERN_ANALYSIS_F10 is a standard ABAP INCLUDE 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 OIC_PATTERN_ANALYSIS_F10 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.
Title: Include OIC_PATTERN_ANALYSIS_F10
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIC_REPFORMULA_ALL_READ_MUL_DB call function 'OIC_REPFORMULA_ALL_READ_MUL_DB' EXPORTING it_repform_key = l_repo_tab iv_no_buffer = 'X' IMPORTING et_oicq1 = lt_oicq1_tab et_oicq2 = lt_oicq2_tab et_oicq3 = lt_oicq3_tab EXCEPTIONS nothing_found = 1 others = 2.
OIC_CNDFORMULA_ALL_READ_MUL_DB call function 'OIC_CNDFORMULA_ALL_READ_MUL_DB' EXPORTING it_condform_key = lt_condform_key iv_no_buffer = 'X' IMPORTING et_oicq4 = lt_oicq4_tab et_oicq5 = lt_oicq5_tab et_oicq6 = lt_oicq6_tab EXCEPTIONS nothing_found = 1 others = 2.
OIC_DOCFORMULA_ALL_READ_MUL_DB call function 'OIC_DOCFORMULA_ALL_READ_MUL_DB' EXPORTING it_knumv = lt_key_tab iv_no_buffer = 'X' IMPORTING et_oicq7 = lt_oicq7_tab et_oicq8 = lt_oicq8_tab et_oicq9 = lt_oicq9_tab EXCEPTIONS nothing_found = 1 others = 2.
OWN_LOGICAL_SYSTEM_GET call function 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = g_logsys EXCEPTIONS own_logical_system_not_defined = 1 others = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = REPNAME I_STRUCTURE_NAME = 'GT_LOG' IT_FIELDCAT = FIELDTAB IT_EVENTS = EVENTS[] TABLES T_OUTTAB = GT_LOG.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = P_EVENTS.
REUSE_ALV_COMMENTARY_WRITE * CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' * EXPORTING * IT_LIST_COMMENTARY = HEADING.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
OIC_PATTERN_ANALYSIS_F10 - Include OIC_PATTERN_ANALYSIS_F10 OIC_PATTERN_ANALYSIS_E10 - Include OIC_PATTERN_ANALYSIS_E10 OIC_HIGH_LEVEL_PATTERNS_TOP - Include OIC_HIGH_LEVEL_PATTERNS_TOP OIC_HIGH_LEVEL_PATTERNS_S10 - Include OIC_HIGH_LEVEL_PATTERNS_S10 OIC_HIGH_LEVEL_PATTERNS_O01 - Include OIC_HIGH_LEVEL_PATTERNS_O01 OIC_HIGH_LEVEL_PATTERNS_I02 - Include OIC_HIGH_LEVEL_PATTERNS_I02