RCF_DELETE_ALL_SEARCH_PROFILES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The aim of this report is to delete existing XML search profiles...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RCF_DELETE_ALL_SEARCH_PROFILES 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.
Selection Text: P_SPTYPE = D .
Title: Program for Deleting XML Search Profiles
Text Symbol: 001 = Search Profile Was Deleted. Check Entries in Application Log (Transaction SLG1)
INCLUDE RCF_DELETE_ALL_SEARCH_PROFIT01.
INCLUDE RCF_DELETE_ALL_SEARCH_PROFIS01.
INCLUDE RCF_DELETE_ALL_SEARCH_PROFID01.
INCLUDE RCF_DELETE_ALL_SEARCH_PROFIF01.
No SAP DATABASE tables are accessed within this REPORT code!
RH_GET_ACTIVE_WF_PLVAR call function 'RH_GET_ACTIVE_WF_PLVAR' exporting set_default_plvar = 'X' importing act_plvar = gv_plvar exceptions no_active_plvar = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCF_DELETE_ALL_SEARCH_PROFILES - Program for Deleting XML Search Profiles RCF_DELETE_ALL_SEARCH_PROFILES - Program for Deleting XML Search Profiles RCF_DELETE_ALL_SEARCH_PROFIF01 - RCFDELETEALLSEARCHPROFIF01 RCF_DELETE_ALL_SEARCH_PROFID01 - RCFDELETEALLSEARCHPROFID01 RCF_DBCDCYL_INDEXING - Indexing of Assignment Lists for Requisitions RCF_DBCDCYL_INDEXING - Indexing of Assignment Lists for Requisitions