SAP Reports / Programs | Marketing, Accounting and Pricing | Industry Solution Oil | Marketing, Accounting and Pricing(IS-OIL-DS-MAP) SAP IS

OIC_PATTERN_ANALYSIS_F10 SAP ABAP INCLUDE - Include OIC_PATTERN_ANALYSIS_F10







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


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 OIC_PATTERN_ANALYSIS_F10. "Basic submit
SUBMIT OIC_PATTERN_ANALYSIS_F10 AND RETURN. "Return to original report after report execution complete
SUBMIT OIC_PATTERN_ANALYSIS_F10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include OIC_PATTERN_ANALYSIS_F10


INCLUDES used within this REPORT OIC_PATTERN_ANALYSIS_F10

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:

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.



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