SAP Reports / Programs

IAOM_LOG_ANALYSIS SAP ABAP Report - Analyze Account Assignment Manager Log Entries







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

IAOMF - Acct Assgmt Manager Logbook Analysis


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





INCLUDES used within this REPORT IAOM_LOG_ANALYSIS

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:

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.



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