SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

SAPWLSTAD_VB SAP ABAP INCLUDE - SAPWLSTADVB







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


INCLUDES used within this REPORT SAPWLSTAD_VB

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:

SWNC_STAD_READ_STATRECS CALL FUNCTION data_read_function"'SWNC_STAD_READ_STATRECS' EXPORTING read_client = selection-smandt read_time = selection-sreadti read_start_date = selection-sdat read_start_time = selection-stime read_username = selection-sbenu * read_exclude_username = read_workprocess = hex_wpid * read_tcode = statistic_file = g_statistic_file as_statistic_file = g_as_statistic_file no_buffer_flush = buffer_flush wait_factor = selection-swaitfac include_appl_stat = include_appl_stat IMPORTING problems = read_problems total_recs_read = no_recs_read loghandle = loghandle TABLES protocol = minutes rfc_returns = rfc_returns server_list = server_list CHANGING all_stats = all_stats EXCEPTIONS OTHERS = 1.

Call function SWNC_STAD_READ_STATISTICS failed protocol-error = 'Call function SWNC_STAD_READ_STATISTICS failed'.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = 'Preparing data' EXCEPTIONS OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = 'Aggregating data in blocks per trans-ID' EXCEPTIONS OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = 'Aggregating data in blocks per trans-ID' EXCEPTIONS OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = 'Processing second aggregation' EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' "#EC FB_OLDED EXPORTING defaultoption = 'N' diagnosetext1 = 'The wait factor has been changed.'

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = 'Getting list of active servers' EXCEPTIONS OTHERS = 1.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' EXPORTING ACTIVE_SERVER = 0 TABLES list = server_list EXCEPTIONS no_server_list = 1 OTHERS = 2.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' diagnosetext1 = 'The list of servers has been changed.'

POPUP_TO_CONFIRM_WITH_MESSAGE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' * EXPORTING * defaultoption = 'N' * diagnosetext1 = 'The max. run time has been changed.'

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_handle = t_log_handle EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING * i_s_log_filter = i_s_log_filter i_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.



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