T77RCF_ACTTY2RP SAP (Assignment of Activities to Process Templates) Table details

Dictionary Type: Table
Description: Assignment of Activities to Process Templates




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




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

T77RCF_ACTTY2RP is a standard SAP Table which is used to store Assignment of Activities to Process Templates data and is available within R/3 SAP systems depending on the version and release level.

The T77RCF_ACTTY2RP table consists of various fields, each holding specific information or linking keys about Assignment of Activities to Process Templates data available in SAP. These include RP_ACT_GUID (Process Template (Activities)), ACT_PROC (Process), ACT_TYPE (Activity Type), SEQ_NR (Sequence Number of Activity in Process Template).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP T77RCF_ACTTY2RP 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
MANDTClient MANDTCLNT3T000MANDT
RP_ACT_GUIDProcess Template (Activities) RCF_RP_ACT_GUIDCHAR32SYSUUID_C
ACT_PROCProcess RCF_ACT_PROCNUMC2Assigned to domainRCF_ACT_PROCH_RCF_ACT_PROC
ACT_TYPEActivity Type RCF_ACT_TYPECHAR4Assigned to domainRCF_ACT_TYPEH_RCF_ACT_TYPE
SEQ_NRSequence Number of Activity in Process Template RCF_RP_ACT_SEQ_NRNUMC3NUM03
FORMNAMEForm RCF_CS_FORMNAMECHAR30RCF_CS_FORMNAMEH_RCF_CS_FORMS
QA_TPL_OBJIDObject ID of Questionnaire RCF_QA_TPL_OBJIDNUMC8NUM08
SUBAREASubarea of E-Recruiting RCF_SUBAREACHAR3RCF_SUBAREA

Key field Non-key field



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

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

SELECT SINGLE *
FROM T77RCF_ACTTY2RP
INTO CORRESPONDING FIELDS OF WA_T77RCF_ACTTY2RP
WHERE...

How to access SAP table T77RCF_ACTTY2RP

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