SAP Function STATUS_PROPERTIES_GET - Determine Current State of a Status

Parameter Reference Type Length Default Optional Text
BYPASS_BUFFER XFELD C 1 SPACE X 'Read Status from Database (Avoid Buffer)' Flag
CLIENT JEST-MANDT C 3 SY-MANDT X Client
OBJNR JEST-OBJNR C 22 Object Number
STATUS JEST-STAT C 5 Status

Parameter Reference Type Length Text
ACTIVE SYST-BATCH C 1 'Status Active' Flag
DEACTIVATED SYST-BATCH C 1 'Status Deactivated' Flag
NEVER_ACTIVE SYST-BATCH C 1 'Status was Never Active' Flag

Exception Text
OBJECT_NOT_FOUND Status Object Does Not Exist

Functionality
Delivers information whether a single status for a status object

  • was never active

  • is no longer active

  • is active
  • Description
    Status is currently set.

    Value range
    INITIAL or 'X'

    Description
    Status was active at some point. However, it is now inactive.

    Value range
    INITIAL or 'X'

    Description
    Status has not yet been active.

    Description
    The buffer is not read. Instead the (possibly obsolete) status of thedatabase is read. The buffer is not overwritten.

    Value range
    INITIAL or 'X'

    Description
    Client

    Description
    Object number

    Description
    Status in internal format

    Value range
    I0000 - I9999 for system status
    E0000 - E9999 for user status