IAOM_LOG_PARAMETER 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_PARAMETER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IAOMD - Logbook Parameters
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: TTIM = End Time of Activation
Selection Text: TDAT = End Date of Activation
Selection Text: STTIM = End Time of Activation
Selection Text: STDAT = End Date of Activation
Selection Text: SFTIM = Start Time of Activation
Selection Text: SFDAT = Start Date of Activation
Selection Text: P_PARAM = Logbook Parameters
Selection Text: P_NAME = User Name
Selection Text: P_BUSID = Business Scenario
Selection Text: FTIM = Start Time of Activation
Selection Text: FDAT = Start Date of Activation
Title: Activation of the logbook parameters
Text Symbol: C04 = The logbook parameter is hence active for all users
Text Symbol: C03 = A logbook parameter can also be set for the user name '*'
Text Symbol: C02 = In this case, it is independent of the business scenario and the time
Text Symbol: C01 = Logbook parameters can also be activated via the user master.
Text Symbol: 008 = Comment
Text Symbol: 007 = Lists
Text Symbol: 006 = Delete
Text Symbol: 005 = Display
Text Symbol: 004 = Post
Text Symbol: 003 = New Activation Period
Text Symbol: 002 = Active Activation Period
Text Symbol: 001 = Parameters
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_CALLBACK_PROGRAM = * i_callback_user_command = I_STRUCTURE_NAME = 'IAOM_LOGB_PARAM' * it_fieldcat = * I_SAVE = * IT_EVENTS = TABLES T_OUTTAB = lt_LOGB_PARAM.
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_PARAMETER - Activation of the logbook parameters IAOM_LOG_PARAMETER - Activation of the logbook parameters IAOM_LOG_DELETE - Delete Entries in Log of Account Assignment Manager IAOM_LOG_DELETE - Delete Entries in Log of Account Assignment Manager IAOM_LOG_ANALYSIS - Analyze Account Assignment Manager Log Entries IAOM_LOG_ANALYSIS - Analyze Account Assignment Manager Log Entries