OPS_SE_SOC_TEST_APPLLOG_IMPL is a standard ABAP INCLUDE 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 OPS_SE_SOC_TEST_APPLLOG_IMPL into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include OPS_SE_SOC_TEST_APPLLOG_IMPL
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = is_hdr IMPORTING e_log_handle = mv_log_handle EXCEPTIONS OTHERS = 1.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = mv_log_handle i_s_msg = ls_msg EXCEPTIONS OTHERS = 1.
BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = ms_display_profile EXCEPTIONS OTHERS = 1.
BAL_CNTL_CREATE CALL FUNCTION 'BAL_CNTL_CREATE' EXPORTING i_container = io_parent i_s_display_profile = ms_display_profile i_t_log_handle = mt_log_handle IMPORTING e_control_handle = mv_ctrl_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 OTHERS = 3.
BAL_CNTL_FREE CALL FUNCTION 'BAL_CNTL_FREE' CHANGING c_control_handle = mv_ctrl_handle EXCEPTIONS control_not_found = 1 OTHERS = 2.
BAL_CNTL_REFRESH CALL FUNCTION 'BAL_CNTL_REFRESH' EXPORTING i_control_handle = mv_ctrl_handle i_t_log_handle = mt_log_handle EXCEPTIONS control_not_found = 1 internal_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
OPS_SE_SOC_TEST_APPLLOG_IMPL - Include OPS_SE_SOC_TEST_APPLLOG_IMPL OPS_SE_SOC_TEST_APPLLOG_DECL - Include OPS_SE_SOC_TEST_APPLLOG_DECL OPS_SE_SOC_SEND_MESSAGE - Generic NAST program for Service Output Control OPS_SE_SOC_SEND_MESSAGE - Generic NAST program for Service Output Control OPS_SE_SOC_LOG_SCREEN1000 - Include OPS_SE_SOC_LOG_SCREEN1000 OPS_SE_SOC_LOG_SCREEN100 - Include OPS_SE_SOC_LOG_SCREEN100