RSEFS_CRAWL_SETTINGS 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_CRAWL_SETTINGS 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_USER3 = User Name 3
Selection Text: P_USER2 = User Name 2
Selection Text: P_USER1 = User Name 1
Selection Text: P_URL = D .
Selection Text: P_SIZE = D .
Selection Text: P_SET = Set Crawl Settings
Selection Text: P_SECUR = D .
Selection Text: P_R_TYP = D .
Selection Text: P_ROBOT = D .
Selection Text: P_RMODN = Run Mode Next
Selection Text: P_RMOD = D .
Selection Text: P_REGEXP = D .
Selection Text: P_PATH3 = Path 3
Selection Text: P_PATH2 = Path 2
Selection Text: P_PATH1 = Path 1
Selection Text: P_NUM_3 = Counter 3
Selection Text: P_NUM_2 = Counter 2
Selection Text: P_NUM_1 = Counter 1
Selection Text: P_MIN_S = D .
Selection Text: P_MAX_S = D .
Selection Text: P_GET = Get Crawl Settings
Selection Text: P_EXT_IN = D .
Selection Text: P_EXT_EX = D .
Selection Text: P_DOM3 = Domain 3
Selection Text: P_DOM2 = Domain 2
Selection Text: P_DOM1 = Domain 1
Selection Text: P_DIRS = D .
Selection Text: P_DIR3 = Directory 3
Selection Text: P_DIR2 = Directory 2
Selection Text: P_DIR1 = Directory 1
Selection Text: P_DEPTH = D .
Selection Text: P_DELAY = D .
Selection Text: P_DEL = Delete Crawl Settings
Selection Text: P_CRAWL = D .
Selection Text: P_COUNT3 = Counter 3
Selection Text: P_COUNT2 = Counter 2
Selection Text: P_COUNT1 = Counter 1
Selection Text: P_ALGO = D .
INCLUDE RSEFS_CRAWL_SETTINGS_GLOB_DATA.
INCLUDE RSEFS_CRAWL_SETTINGS_INPUT.
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_CRAWL_SETTINGS - Test Program Crawl Settings RSEFS_CRAWL_SETTINGS - Test Program Crawl Settings RSEFS_CALL_APPL_LOG - Include RSEFS_CALL_APPL_LOG RSEFS_ADMIN_WIZARD_SEL_SCREEN - Selection Screen of RSEFS_ADMIN_WIZARD RSEFS_ADMIN_WIZARD_GLOBAL_DATA - Global Data of RSEFS_ADMIN_WIZARD RSEFS_ADMIN_WIZARD_F11 - build_crawl_host_info