RS_WHERE_USED_LIST_CHECK_STATE: Find the Current Status of the Index Build (where-used list)

You can use function module RS_WHERE_USED_LIST_CHECK_STATE to find the current status of the index build of the where-used list.

Use transaction code SE37 and enter the function module name, RS_WHERE_USED_LIST_CHECK_STATE . Click on execute (F8).

Click on execute (F8) again on the next screen.

The output,

  • CHECK_RC
    • 0 means that the index is current; 1 means that an update is recommended. The index is not current. This value must be interpreted in conjunction with the other return values.
  • CUS
    • ‘X’ The index was compiled for all customer objects.
  • SAP
    • ‘X’ The index was compiled for all objects (SAP + customer objects).
  • IS_RUNNING
    • ‘X’ The index build is currently running. A job is active.
  • PROGNAME
    • Last analyzed program. Analysis status. The analysis is performed in accordance with the alphabetical order of the programs.
  • UNKNOWN
    • ‘X’ The up-to-dateness status of the index could not be determined. This is the case in older releases and after the implementation of SAP Note 1949236. It means that certain status values have not yet been stored, so the current status cannot be determined. CHECK_RC is 1 in this case. An update is recommended.
  • VERSION_WRONG
    • ‘X’ The index version is incorrect. An update is definitely required. CHECK_RC = 1.
  • UPGRADE_OR_SP
    • ‘X’ There are new objects in the system. A Support Package has been imported or an upgrade has been carried out. CHECK_RC = 1. An update is only required if SAP = ‘X’, meaning that the entire index is active.
  • SDATE and STIME
    • Start date and start time of the last run
  • FDATE and FTIME
    • End date and end time of the last run
  • SYSTEM_ID
    • The SAP system name

Note

  • As of Release 7.50 or SAP Note 1949236, the function module RS_WHERE_USED_LIST_CHECK_STATE is available.
  • SAP Note 2234970 – Job EU_INIT

You May Also Like

Leave a Reply?