GRFNMWRTFWDRET SAP (MSMP Runtime - Forward and Return for Line Item) Table details

Dictionary Type: Table
Description: MSMP Runtime - Forward and Return for Line Item




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




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

GRFNMWRTFWDRET is a standard SAP Table which is used to store MSMP Runtime - Forward and Return for Line Item data and is available within R/3 SAP systems depending on the version and release level.

The GRFNMWRTFWDRET table consists of various fields, each holding specific information or linking keys about MSMP Runtime - Forward and Return for Line Item data available in SAP. These include INSTANCE_ID (MSMP Instance ID), PATH_ID (Path ID), PATH_SEQ (Path Sequence Number (Long Time Stamp)), STAGE_SEQNR (Stage Sequence Number).. 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: Cannot Be Enhanced


SAP GRFNMWRTFWDRET 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
INSTANCE_IDMSMP Instance ID GRFN_MW_INSTANCE_IDCHAR32GRFN_GUIDGRNFMW_INSTANCE_SRCHHLP
PATH_IDPath ID GRFN_MW_PATH_IDCHAR20GRFN_MW_PATH_IDGRFNMW_PATHID
PATH_SEQPath Sequence Number (Long Time Stamp) GRFN_MW_PATH_SEQNRDEC21(7) TZNTSTMPL
STAGE_SEQNRStage Sequence Number GRFN_MW_STG_SEQNRNUMC3GRFN_MW_STG_SEQNR
STAGE_EXEC_SEQNRStage Execution Sequence Number GRFN_MW_STG_EXEC_SEQNRINT410INT4
LINE_ITEM_KEYLine Item Key GRFN_MW_LINE_ITEMCHAR32GRFN_MW_LINE_ITEM
ENTRY_TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
ENTRY_INDEXNatural Number INT4INT410INT4
FORWARD_TOApprover User GRFN_MW_APPR_USRCHAR12Assigned to domainXUBNAMEUSER_ADDR
RETURN_TOApprover User GRFN_MW_APPR_USRCHAR12Assigned to domainXUBNAMEUSER_ADDR
FWDRET_TYPEMSMP Forward & Return Type GRFN_MW_FORWARD_RETURN_TYPECHAR1GRFN_MW_FORWARD_RETURN_TYPE
RETURN_APPR_TYPEApproval Type GRFN_MW_APPROVAL_TYPCHAR3GRFN_MW_APPROVAL_TYP
RETURN_APPR_ASApprover is appoving as a Forwarded Approver GRFN_MW_APPROVING_ASCHAR1GRFN_MW_APPROVING_AS

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRFNMWRTFWDRET
INTO CORRESPONDING FIELDS OF WA_GRFNMWRTFWDRET
WHERE...

How to access SAP table GRFNMWRTFWDRET

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