K_RTOHC_POST_F_LOG 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 K_RTOHC_POST_F_LOG 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: Application log forms
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 = ls_log_header.
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = l_repid tables selection_table = lt_sel_crit.
DDIF_DTEL_GET call function 'DDIF_DTEL_GET' exporting name = l_tabname langu = sy-langu importing dd04v_wa = ls_dd04v.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = l_tabname fieldname = l_fieldname tables dfies_tab = lt_dfies.
BAL_DSP_USER_COMMAND_DATA_GET call function 'BAL_DSP_USER_COMMAND_DATA_GET' importing e_s_user_command_data = ls_user_command_data.
BAL_LOG_MSG_READ call function 'BAL_LOG_MSG_READ' exporting i_s_msg_handle = l_msg_handle importing e_s_msg = ls_bal_msg.
AC_DOCUMENT_SENDER call function 'AC_DOCUMENT_SENDER' exporting i_awtyp = ls_context_ref-awtyp i_awref = ls_context_ref-refbn i_aworg = ls_context_ref-aworg * I_AWSYS = ' ' * I_BUKRS = ' ' * I_VALUTYP = '0' exceptions awtyp_not_found = 1 no_document_display_function = 2 others = 3.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_s_msg = ls_message.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = l_message_text.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_s_msg = ls_message.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_s_msg = ls_message.
BAL_LOG_MSG_CUMULATE call function 'BAL_LOG_MSG_CUMULATE' exporting i_compare_context = con_on i_s_msg = ls_message.
BAL_DSP_PROFILE_DETLEVEL_GET call function 'BAL_DSP_PROFILE_DETLEVEL_GET' importing e_s_display_profile = ls_display_profile.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_display_profile = ls_display_profile.
MESSAGES_GIVE call function 'MESSAGES_GIVE' tables t_mesg = lt_mesg.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
K_RTOHC_POST_F_LOG - Application log forms K_RTOHC_POST_F_LOAD - Document selection and read from database K_REMOVE_DOUBLES_FROM_STD_HIER - Multiple Groups in Standard Hierarchies K_REMOVE_DOUBLES_FROM_STD_HIER - Multiple Groups in Standard Hierarchies K_QUEUE_MASTER_CONTROL_GET_F01 - KQUEUEMASTERCONTROLGETF01 K_PLAN_WAIT_FOR_DEBUGGING_CTRLFT - KPLANWAITFORDEBUGGINGCTRLFT