SAP Reports / Programs

IAOM_LOG_PARAMETER SAP ABAP Report - Activation of the logbook parameters







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


Transaction Code(s):

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

IAOMD - Logbook Parameters


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


INCLUDES used within this REPORT IAOM_LOG_PARAMETER

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:

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.



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