AFWGO_EPROCK_H SAP (Eval. Proc.: Key Fig. Assignment / Attribute Table Time-Dep.) Table details

Dictionary Type: Table
Description: Eval. Proc.: Key Fig. Assignment / Attribute Table Time-Dep.




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




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

AFWGO_EPROCK_H is a standard SAP Table which is used to store Eval. Proc.: Key Fig. Assignment / Attribute Table Time-Dep. data and is available within R/3 SAP systems depending on the version and release level.

The AFWGO_EPROCK_H table consists of various fields, each holding specific information or linking keys about Eval. Proc.: Key Fig. Assignment / Attribute Table Time-Dep. data available in SAP. These include KEYFIGURE (Key Figure), VALDATE (Date: Valid From (Inclusive)), EVALPROC1 (Procedure for Single Records), EVALPROC2 (Procedure for Final Results).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP AFWGO_EPROCK_H 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
KEYFIGUREKey Figure AFWKF_DEFINITIONCHAR8AFWKF_DEFINALFANAFWKF_DEFINITIONAFWKF_KEYFIG
VALDATEDate: Valid From (Inclusive) AFW_VALDATEDATS8
EVALPROC1Procedure for Single Records AFWGO_EVALPROCCHAR10AFWGO_EVALPROC11CEP1AFWGO_EVALPROCRDBPREC
EVALPROC2Procedure for Final Results AFWGO_EVALPROC_2CHAR10AFWGO_EVALPROC2RDBPRESSH_AFWGO_EVALPROC2
ASS_VARIAssignment Variant AFWBM_ASSVARINUMC1Assigned to domainAFWBM_ASSVARIASSVARI
SICHTIDView of an Analysis Structure JBRSICHTIDCHAR3Assigned to domainJBRSICHTIDSICHTID
PHIDPortfolio Hierarchy JBRPHIDNUMC3Assigned to domainJBRPHIDPHIDS_AFWCH_PH
ASS_VARI_JENAssignment Variant AFWBM_ASSVARINUMC1Assigned to domainAFWBM_ASSVARIASSVARI
SICHTID_JENView of an Analysis Structure JBRSICHTIDCHAR3Assigned to domainJBRSICHTIDSICHTID
PHID_JENPortfolio Hierarchy JBRPHIDNUMC3Assigned to domainJBRPHIDPHIDS_AFWCH_PH

Key field Non-key field



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

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

SELECT SINGLE *
FROM AFWGO_EPROCK_H
INTO CORRESPONDING FIELDS OF WA_AFWGO_EPROCK_H
WHERE...

How to access SAP table AFWGO_EPROCK_H

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