SAP Table RSPROCESSTYPES

Possible Process Types

RSPROCESSTYPES (Possible Process Types) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.

Additionally we provide an overview of foreign key relationships, if any, that link RSPROCESSTYPES to other SAP tables.

RSPROCESSTYPES table fields

Field Data element Checktable Datatype Length Decimals
TYPE Process Type RSPC_TYPE CHAR 10 0
OBJECT Object Type Name SEOCLSNAME CHAR 30 0
OBJECTTYPE Type of Object (CL or BO) RSPC_OBJECTTYPE CHAR 2 0
CL ABAP OO Class
BO (Scheduled) Business object
EVENTRANGE Possible Events of a Process RSPC_EVENTRANGE NUMC 1 0
0 Process is always at the end of a chain
1 Process ends "non-specifically"
2 Process ends "successful" or "incorrect"
3 Process ends with complex status
RESTARTABLE Process is Repeatable (with New Instance) RSPC_RESTARTABLE CHAR 1 0
NULL False
X True
REPAIRABLE Instances are Repairable (Restart Same Instance) RSPC_REPAIRABLE CHAR 1 0
NULL False
X True
ICON Icon in text fields (substitute display, alias) ICON_D ICON CHAR 4 0
INTERNAL_NAME Variant Name is Defined Internally (GUID) RSPC_VARIANTNAME_FLAG CHAR 1 0
NULL False
X True
NO_MAIL Process Type has own Mail Handling RSPC_NO_MAIL CHAR 1 0
NULL False
X True
CATEGORY Category of a Process RSPC_CATEGORY RSPCCATEGORY NUMC 2 0
DISPLAY_ORDER Two digit number NUMC2 NUMC 2 0
DOCU_TYPE Type of Documentation Object RSPC_DOCUTYPE CHAR 2 0
F1 Book Docu ("<TA>&<Prog>&<Screen>" e.g. RSPC&SAPLRSAC&0200)
LO Book Docu (LOIO) (Object Name: "<LOIO><space><industry>")
DE Data Element
NA Message (Object Name: "<ID><No.>", e.g RSAR051)
TX Free Text
GL Glossary Entry (Object ID)
DOCU_OBJ Documentation Object DOKU_OBJ CHAR 60 0
SINGLECLIENT Process Type is Not Multi-Client Enabled RSPC_SINGLECLIENT CHAR 1 0
NULL False
X True
BCTCOMP Obsolete - Replaced by Switches - Do Not Delete RSOBCTCOMP CHAR 10 0

RSPROCESSTYPES foreign key relationships

Table Field Foreign key table Foreign key field Check table Check field
RSPROCESSTYPES CATEGORY RSPROCESSTYPES CATEGORY RSPCCATEGORY Process Type Categories CATEGORY
RSPROCESSTYPES ICON RSPROCESSTYPES ICON ICON Icons table ID