GRFNWFTASKNAME SAP (GRFN workflow task name maintenance table) Table details

Dictionary Type: Table
Description: GRFN workflow task name maintenance table




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




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

GRFNWFTASKNAME is a standard SAP Table which is used to store GRFN workflow task name maintenance table data and is available within R/3 SAP systems depending on the version and release level.

The GRFNWFTASKNAME table consists of various fields, each holding specific information or linking keys about GRFN workflow task name maintenance table data available in SAP. These include ID (Sequence), TASK_ID (Task ID), CASE_TYPE (Case Type), CASE_CATEGORY (Category).. 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 = GRFNWFTASKNAMET


SAP GRFNWFTASKNAME 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 MANDTCLNT3Assigned to domainMANDT
IDSequence GRFN_SEQNRNUMC3NUM03
TASK_IDTask ID SWW_TASKCHAR14HROBJEC_14
CASE_TYPECase Type SCMGCASE_TYPECHAR4Assigned to domainSCMGCASE_TYPE
CASE_CATEGORYCategory SCMG_CATEGORYCHAR4CHAR4
STATUSSystem status J_ISTATCHAR5Assigned to domainJ_ISTAT
IS_REPEATIs repeat GRFN_BOOLEAN_REPEATCHAR1GRFN_BOOLEAN
IS_CAPAIs CAPA GRFN_BOOLEAN_ISCAPACHAR1GRFN_BOOLEAN
BO_DONEIndicator GRFN_BOOLEANCHAR1GRFN_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRFNWFTASKNAME
INTO CORRESPONDING FIELDS OF WA_GRFNWFTASKNAME
WHERE...

How to access SAP table GRFNWFTASKNAME

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