IAOM_LOG_ANALYSIS 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 IAOM_LOG_ANALYSIS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IAOMF - Acct Assgmt Manager Logbook Analysis
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_BUSID = D .
Selection Text: TVB = Interval
Selection Text: TO_DATE = To Day
Selection Text: T7 = This Week
Selection Text: T3M = Past 3 Months
Selection Text: T28 = Past 4 Weeks
Selection Text: T1 = Today and Yesterday
Selection Text: T0 = Today
Selection Text: P_VB = Display Linked Object
Selection Text: P_UXO = Find Unidentified Object
Selection Text: P_EXTNO = External ID in Log
Selection Text: P_ERR = Find Wrong Objects
Selection Text: P_BSKEY = Find Business Key
Selection Text: FROM_DT = From Day
Title: Analyze Account Assignment Manager Log Entries
Text Symbol: UEO = Object unknown
Text Symbol: UBK = Description unknown
Text Symbol: NUA = Analysis not supported
Text Symbol: KAG = Information not given
Text Symbol: 136 = Program
Text Symbol: 116 = Messages
Text Symbol: 105 = Log Time
Text Symbol: 104 = Log Date
Text Symbol: 044 = Tech. Key for Reference Object
Text Symbol: 042 = Tech. Key f. Higher-Level Object
Text Symbol: 040 = Technical Key for Object
Text Symbol: 034 = Log
Text Symbol: 032 = ERP
Text Symbol: 030 = Reference Object
Text Symbol: 024 = Log
Text Symbol: 022 = ERP
Text Symbol: 020 = Higher-Level Object
Text Symbol: 014 = Log
Text Symbol: 012 = ERP
Text Symbol: 010 = Object
Text Symbol: 003 = Analysis Parameters
Text Symbol: 002 = Selection Log Selection
Text Symbol: 001 = Business Scenario Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING * I_CLIENT = SY-MANDT I_S_LOG_FILTER = ls_BAL_S_LFIL IMPORTING E_T_LOG_HEADER = lt_BALHDR_T.
APPL_LOG_READ_DB_WITH_LOGNO CALL FUNCTION 'APPL_LOG_READ_DB_WITH_LOGNO' TABLES LOGNUMBERS = lt_lognumbers MESSAGES = lt_log_messages.
APPL_LOG_READ_DB_WITH_LOGNO CALL FUNCTION 'APPL_LOG_READ_DB_WITH_LOGNO' TABLES LOGNUMBERS = lt_lognumbers MESSAGES = lt_log_messages.
APPL_LOG_READ_DB_WITH_LOGNO CALL FUNCTION 'APPL_LOG_READ_DB_WITH_LOGNO' TABLES LOGNUMBERS = lt_lognumbers MESSAGES = lt_log_messages.
APPL_LOG_READ_DB_WITH_LOGNO CALL FUNCTION 'APPL_LOG_READ_DB_WITH_LOGNO' TABLES LOGNUMBERS = lt_lognumbers MESSAGES = lt_log_messages.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_CALLBACK_PROGRAM = * i_callback_user_command = * I_STRUCTURE_NAME = it_fieldcat = lt_field I_SAVE = 'A' * IT_EVENTS = LT_EVENT TABLES T_OUTTAB = lt_show.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IAOM_LOG_ANALYSIS - Analyze Account Assignment Manager Log Entries IAOM_LOG_ANALYSIS - Analyze Account Assignment Manager Log Entries IAOM_LINK_ANALYSIS - Analysis of Connections of Account Assignment Management Objects IAOM_LINK_ANALYSIS - Analysis of Connections of Account Assignment Management Objects IAOM_GRANTOR_TEST - Test Program - Account Assignment Manager for Grantor Scenario IAOM_GRANTOR_TEST - Test Program - Account Assignment Manager for Grantor Scenario