AFWGO_FO_REWORK SAP (Management of Financial Objects to be Postprocessed Per EP1) Table details

Dictionary Type: Table
Description: Management of Financial Objects to be Postprocessed Per EP1




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




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

AFWGO_FO_REWORK is a standard SAP Table which is used to store Management of Financial Objects to be Postprocessed Per EP1 data and is available within R/3 SAP systems depending on the version and release level.

The AFWGO_FO_REWORK table consists of various fields, each holding specific information or linking keys about Management of Financial Objects to be Postprocessed Per EP1 data available in SAP. These include KEYDATE (Evaluation Date), EVALPROC1 (Procedure for Single Records), OBJNR (Object number), SEGMTYPE (Segment type).. 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: Not classified


SAP AFWGO_FO_REWORK 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
KEYDATEEvaluation Date AFWGO_EVALDATEDATS8
EVALPROC1Procedure for Single Records AFWGO_EVALPROCCHAR10AFWGO_EVALPROC11CEP1AFWGO_EVALPROCRDBPREC
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
SEGMTYPESegment type AFW_SEGMTYPECHAR1AFW_SEGMTYPE
SEGMNRSegment Number AFW_SEGMNRCHAR15
TRIGGEREVALPROC1Triggering Analyzer Evaluation Procedure EP1 AFWGO_TRIGGERING_EVALPROCCHAR10Assigned to domain1CEP1AFWGO_EVALPROC
REWORK_REASON1Postprocessing Reason for a Financial Object in EP1 AFWGO_REWORK_REASON_AV1CHAR1AFWGO_REWORK_REASON_AV1
REWORK_STATUS1Postprocessing Status for a Financial Object AFWGO_REWORK_STATUS_AV1CHAR1AFWGO_REWORK_STATUS_AV1

Key field Non-key field



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

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

SELECT SINGLE *
FROM AFWGO_FO_REWORK
INTO CORRESPONDING FIELDS OF WA_AFWGO_FO_REWORK
WHERE...

How to access SAP table AFWGO_FO_REWORK

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