LOG_INSERT SAP Method Add Messages to BAL Log
Below is documentation, parameters and attributes of ABAP Method LOG_INSERT within SAP class /TRP/CL_TRP_LU_SERVICE. There is also a number of example ABAP code snipts to help you use the functionality of this method.
This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name /TRP/CL_TRP_LU_SERVICE into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.
Method Type - Static
This is a Static Method so you can call it directlyThe following technical details of method LOG_INSERT can also be found below:
- Importing parameters
- Exporting parameters
- Changing parameters
- Returning parameters
- Exceptions
- Coding Examples
Parameters of Method LOG_INSERT
.| Name | Type | Data Type | Description | Default Value |
| IT_MESSAGE | Importing | TYPE /TRP/T_SPI_MSG | Message | |
| IV_LOG_HANDLE | Importing | TYPE BALLOGHNDL | Application Log: Log Handle |
Exceptions of Method LOG_INSERT
This method does not have any exceptionsExample ABAP coding
DATA: lv_IT_MESSAGE TYPE /TRP/T_SPI_MSG,
lv_IV_LOG_HANDLE TYPE BALLOGHNDL,
lv_other TYPE c.
CALL METHOD /TRP/CL_TRP_LU_SERVICE=>LOG_INSERT(
EXPORTING
IT_MESSAGE = lv_IT_MESSAGE
IV_LOG_HANDLE = lv_IV_LOG_HANDLE ).
Links to Related Class(s)
/TRP/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects