SAP Reports / Programs | Logistics - General | Agency Business (Global Trade)(LO-AB) SAP LO

WLF_BAL_SERVICES_NEW SAP ABAP INCLUDE - Application Log Services (include)







WLF_BAL_SERVICES_NEW 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 WLF_BAL_SERVICES_NEW into the relevant SAP transactions such as SE38 or SE80


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 WLF_BAL_SERVICES_NEW. "Basic submit
SUBMIT WLF_BAL_SERVICES_NEW AND RETURN. "Return to original report after report execution complete
SUBMIT WLF_BAL_SERVICES_NEW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Application Log Services (include)


INCLUDES used within this REPORT WLF_BAL_SERVICES_NEW

INCLUDE WLF_BAL_SERVICES_NEW_TOP.


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:

BAL_DSP_PROFILE_SINGLE_LOG_GET call function 'BAL_DSP_PROFILE_SINGLE_LOG_GET' importing e_s_display_profile = ls_display_profile.

APPL_LOG_DISPLAY_WITH_LOGNO call function 'APPL_LOG_DISPLAY_WITH_LOGNO' exporting i_s_display_profile = ls_display_profile tables lognumbers = lt_lognumbers exceptions no_authority = 1 others = 2.

BAL_DB_LOAD call function 'BAL_DB_LOAD' exporting i_t_lognumber = lt_lognumber importing * e_t_log_handle = lt_log_handle e_t_msg_handle = lt_msg_handle exceptions no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 others = 4.

BAL_LOG_MSG_READ call function 'BAL_LOG_MSG_READ' exporting i_s_msg_handle = importing e_s_msg = ls_bal_msg exceptions log_not_found = 1 msg_not_found = 2 others = 3.

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = ls_log importing e_log_handle = gs_bal-log_handle exceptions log_header_inconsistent = 1 others = 2.

BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = gs_bal-log_handle i_s_msg = ls_msg importing e_s_msg_handle = ls_msg_handle exceptions log_not_found = 1 msg_inconsistent = 2 others = 3.

BAL_DSP_PROFILE_DETLEVEL_GET call function 'BAL_DSP_PROFILE_DETLEVEL_GET' importing e_s_display_profile = ls_display_profile exceptions "#EC * others = 1.

BAL_DSP_PROFILE_NO_TREE_GET call function 'BAL_DSP_PROFILE_NO_TREE_GET' importing e_s_display_profile = ls_display_profile exceptions "#EC * others = 1.

BAL_DSP_PROFILE_SINGLE_LOG_GET call function 'BAL_DSP_PROFILE_SINGLE_LOG_GET' importing e_s_display_profile = ls_display_profile.

BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_display_profile = is_display_profile i_s_msg_filter = ls_msg_filter i_t_log_handle = lt_log_handle exceptions profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 others = 5.

BAL_DSP_PROFILE_POPUP_GET call function 'BAL_DSP_PROFILE_POPUP_GET' importing e_s_display_profile = ls_display_profile exceptions others = 1.

BAL_LOG_REFRESH call function 'BAL_LOG_REFRESH' exporting i_log_handle = gs_bal-log_handle exceptions log_not_found = 1 others = 2.

BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' exporting i_log_handle = gs_bal-log_handle i_msgty = i_msgty i_probclass = ls_msg-probclass i_text = i_msgtxt * I_S_CONTEXT = * I_S_PARAMS = importing e_s_msg_handle = ls_msg_handle exceptions log_not_found = 1 msg_inconsistent = 2.

BAL_GLB_MSG_CURRENT_HANDLE_GET call function 'BAL_GLB_MSG_CURRENT_HANDLE_GET' importing e_s_msg_handle = ls_msg_handle exceptions no_current_msg = 1 others = 2.

BAL_LOG_MSG_DELETE call function 'BAL_LOG_MSG_DELETE' exporting i_s_msg_handle = ls_msg_handle exceptions msg_not_found = 1 log_not_found = 2 others = 3.

BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting * I_CLIENT = SY-MANDT * I_IN_UPDATE_TASK = ' ' i_save_all = ' ' i_t_log_handle = lt_log_handle importing e_new_lognumbers = lt_lognum exceptions log_not_found = 1 save_not_allowed = 2 numbering_error = 3 others = 4.

RV_DOMAIN_VALUE_TEXTS call function 'RV_DOMAIN_VALUE_TEXTS' exporting domname = 'HCP_MSGTYP' domvalue = l_value importing ddtext = ls_dd04v-ddtext.

DDIF_DTEL_GET call function 'DDIF_DTEL_GET' exporting name = 'ERR_MESS' langu = sy-langu importing dd04v_wa = ls_dd04v exceptions illegal_input = 1 others = 2.

RSDC_SHOW_MESSAGES_POPUP





* call function 'RSDC_SHOW_MESSAGES_POPUP' * exporting * i_t_msg = it_msg * i_txt = i_title * i_with_s_on_empty = ' ' * i_one_msg_direct = ' ' * i_one_msg_type_s = ' ' * importing * e_s_exit_command = cs_exit_command.

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = ls_log importing e_log_handle = l_log_handle.

BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = l_log_handle i_s_msg = exceptions log_not_found = 0 others = 1.

BAL_DSP_PROFILE_POPUP_GET call function 'BAL_DSP_PROFILE_POPUP_GET' importing e_s_display_profile = ls_display_profile exceptions others = 0.

BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_display_profile = ls_display_profile i_t_log_handle = lt_log_handle importing e_s_exit_command = cs_exit_command exceptions others = 1.

BAL_GLB_MEMORY_REFRESH call function 'BAL_GLB_MEMORY_REFRESH' exporting i_refresh_all = ' ' i_t_logs_to_be_refreshed = lt_log_handle exceptions not_authorized = 0.



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