RSEFS_ADMIN_WIZARD is a standard Executable ABAP Report 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 RSEFS_ADMIN_WIZARD 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_USER1 = D .
Selection Text: P_PATH1 = D .
Selection Text: P_PASSW1 = D .
Selection Text: P_DOMAI1 = D .
Selection Text: P_CNTHO1 = D .
Selection Text: P_CNTED1 = D .
Selection Text: PUSERNAS = D .
Selection Text: PUCRIMME = D .
Selection Text: PSETCRSE = Set Crawl Settings
Selection Text: PSEEDURL = D .
Selection Text: PSECURE = D .
Selection Text: PROBORUL = D .
Selection Text: PREPTYPE = D .
Selection Text: PREGEXPR = D .
Selection Text: PPOOLSIZ = D .
Selection Text: PPASSWOS = D .
Selection Text: POBJTYPE = D .
Selection Text: POBJTYPD = D .
Selection Text: PNOTINDI = D .
Selection Text: PMINDSIZ = D .
Selection Text: PMAXDSIZ = D .
Selection Text: PMAXDETH = D .
Selection Text: PGETCRSE = Get Crawl Settings
Selection Text: PFILEPOS = D .
Selection Text: PFILENEG = D .
Selection Text: PDOMAINS = D .
Selection Text: PDISPLOG = Display Log After Run
Selection Text: PDIREXCL = D .
Selection Text: PDELOBJT = Delete Object Type
Selection Text: PCROBJTY = Create Object Type and Crawl
Selection Text: PCRAWLID = D .
Selection Text: PCRAWLAL = D .
Selection Text: PCALALOG = Call Application Log
Selection Text: PADDCROB = Add Crawl to Object Type
Selection Text: PACCDELA = D .
Title: Administration of Enterprise File Search from Wizard
Text Symbol: 001 = Set Counter, Press ENTER Key
INCLUDE RSEFS_ADMIN_WIZARD_GLOBAL_DATA.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSEFS_ADMIN_WIZARD - Administration of Enterprise File Search from Wizard RSEFS_ADMIN_WIZARD - Administration of Enterprise File Search from Wizard RSEFS_ADMIN_SEL_SCREEN - Selection Screen of RSEFS_ADMIN RSEFS_ADMIN_GLOBAL_DATA - Global Data of RSEFS_ADMIN RSEFS_ADMIN_F22 - get_trex_rfc_dest RSEFS_ADMIN_F21 - set_trex_rfc_dest