RSPROCESSTYPES SAP (Possible Process Types) Table details

Dictionary Type: Table
Description: Possible Process Types




ABAP Code to SELECT data from RSPROCESSTYPES
Related tables to RSPROCESSTYPES
Access table RSPROCESSTYPES




Table field list including key, data, relationships and ABAP select examples

RSPROCESSTYPES is a standard SAP Table which is used to store Possible Process Types data and is available within R/3 SAP systems depending on the version and release level.

The RSPROCESSTYPES table consists of various fields, each holding specific information or linking keys about Possible Process Types data available in SAP. These include OBJECT (Object Type Name), OBJECTTYPE (Type of Object (CL or BO)), EVENTRANGE (Possible Events of a Process), RESTARTABLE (Process is Repeatable (with New Instance)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = RSPROCESSTYPEST


SAP RSPROCESSTYPES table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TYPEProcess Type RSPC_TYPECHAR10RSPC_TYPE
OBJECTObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
OBJECTTYPEType of Object (CL or BO) RSPC_OBJECTTYPECHAR2RSPC_OBJECTTYPE
EVENTRANGEPossible Events of a Process RSPC_EVENTRANGENUMC1RSPC_EVENTRANGE
RESTARTABLEProcess is Repeatable (with New Instance) RSPC_RESTARTABLECHAR1RS_BOOL
REPAIRABLEInstances are Repairable (Restart Same Instance) RSPC_REPAIRABLECHAR1RS_BOOL
ICONIcon in text fields (substitute display, alias) ICON_DCHAR4ICONICON
INTERNAL_NAMEVariant Name is Defined Internally (GUID) RSPC_VARIANTNAME_FLAGCHAR1RS_BOOL
NO_MAILProcess Type has own Mail Handling RSPC_NO_MAILCHAR1RS_BOOL
CATEGORYCategory of a Process RSPC_CATEGORYNUMC2RSPCCATEGORYRSPC_CATEGORYRSPC_CATEGORY
DISPLAY_ORDERTwo digit number NUMC2NUMC2NUMC2
DOCU_TYPEType of Documentation Object RSPC_DOCUTYPECHAR2RSPC_DOCUTYPE
DOCU_OBJDocumentation Object DOKU_OBJCHAR60DOKU_OBJ
SINGLECLIENTProcess Type is Not Multi-Client Enabled RSPC_SINGLECLIENTCHAR1RS_BOOL
BCTCOMPObsolete - Replaced by Switches - Do Not Delete RSOBCTCOMPCHAR10

Key field Non-key field



How do I retrieve data from SAP table RSPROCESSTYPES using ABAP code

The following ABAP code Example will allow you to do a basic selection on RSPROCESSTYPES to SELECT all data from the table
DATA: WA_RSPROCESSTYPES TYPE RSPROCESSTYPES.

SELECT SINGLE *
FROM RSPROCESSTYPES
INTO CORRESPONDING FIELDS OF WA_RSPROCESSTYPES
WHERE...

How to access SAP table RSPROCESSTYPES

Within an ECC or HANA version of SAP you can also view further information about RSPROCESSTYPES and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!