RSPROCESSTYPESV SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

RSPROCESSTYPESV is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The RSPROCESSTYPESV table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include LANGU (Language Key), OBJECT (Object Type Name), OBJECTTYPE (Type of Object (CL or BO)), EVENTRANGE (Possible Events of a Process).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RSPROCESSTYPESV table view 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
LANGULanguage Key LANGULANG1ISOLASPRAS
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
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
ICON_TEXTShort description RSTXTSHCHAR20TEXT20
DESCRIPTIONLong description RSTXTLGCHAR60TEXT60

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSPROCESSTYPESV
INTO CORRESPONDING FIELDS OF WA_RSPROCESSTYPESV
WHERE...

How to access SAP table RSPROCESSTYPESV

Within an ECC or HANA version of SAP you can also view further information about RSPROCESSTYPESV 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!