SAP Reports / Programs | SAP Business Information Warehouse | Business Explorer | OLAP Technology(BW-BEX-OT) SAP BW

_WSP_SEARCH_F01 SAP ABAP INCLUDE - WSPSEARCHF01







_WSP_SEARCH_F01 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 _WSP_SEARCH_F01 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 _WSP_SEARCH_F01. "Basic submit
SUBMIT _WSP_SEARCH_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT _WSP_SEARCH_F01 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 _WSP_SEARCH_F01

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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'RSL_S_WSP_SEARCH' i_bypassing_buffer = rs_c_true CHANGING ct_fieldcat = l_t_fcat.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RSL_WSP_SEARCH' i_callback_pf_status_set = 'ALV_CALLBACK_PF_STATUS_SET' i_callback_user_command = 'ALV_CALLBACK_USER_COMMAND' i_callback_top_of_page = 'ALV_CALLBACK_TOP_OF_PAGE' it_fieldcat = l_t_fcat it_sort = l_t_sort i_save = 'U' TABLES t_outtab = g_t_wsptxt.

RS_SELECTIONSCREEN_READ CALL FUNCTION 'RS_SELECTIONSCREEN_READ' EXPORTING program = sy-repid TABLES fieldvalues = l_t_rsselread.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'WSPNAME' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = l_dynprofield window_title = 'Workspace'(002) value = l_pattern value_org = 'S' display = space TABLES value_tab = l_t_value EXCEPTIONS OTHERS = 3.

RS_SELECTIONSCREEN_READ CALL FUNCTION 'RS_SELECTIONSCREEN_READ' EXPORTING program = sy-repid TABLES fieldvalues = l_t_rsselread.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'NODENAME' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = l_dynprofield window_title = 'Workspace Folder'(003) value = l_pattern value_org = 'S' display = space TABLES value_tab = l_t_value EXCEPTIONS OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'OBJVERS' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = l_dynprofield window_title = 'Version'(004) value_org = 'S' display = space TABLES value_tab = l_t_value EXCEPTIONS OTHERS = 3.

RS_SELECTIONSCREEN_READ CALL FUNCTION 'RS_SELECTIONSCREEN_READ' EXPORTING program = sy-repid TABLES fieldvalues = l_t_rsselread.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'AINX' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = l_dynprofield window_title = 'Analytischer Index'(011) value_org = 'S' display = space TABLES value_tab = l_t_value EXCEPTIONS OTHERS = 3.

RS_SELECTIONSCREEN_READ CALL FUNCTION 'RS_SELECTIONSCREEN_READ' EXPORTING program = sy-repid TABLES fieldvalues = l_t_rsselread.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'COPR' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = l_dynprofield window_title = 'CompositeProvider'(010) value = l_pattern value_org = 'S' display = space TABLES value_tab = l_t_value EXCEPTIONS OTHERS = 3.

RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = l_report variant = l_variant execute_direct = rs_c_true TABLES valutab = l_t_selectoptions objects = l_t_params.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = g_t_alv_header * I_LOGO = * I_END_OF_LIST_GRID = * I_ALV_FORM = .

RSL_WSP_GUI_START CALL FUNCTION 'RSL_WSP_GUI_START' EXPORTING i_wspname = l_s_wsptxt-wspname.

RSL_WSP_GUI_START CALL FUNCTION 'RSL_WSP_GUI_START' EXPORTING i_wspname = l_s_wsptxt-wspname.



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