IFW_WORKLIST SAP (Invoice forecasting worklist) Table details

Dictionary Type: Table
Description: Invoice forecasting worklist




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




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

IFW_WORKLIST is a standard SAP Table which is used to store Invoice forecasting worklist data and is available within R/3 SAP systems depending on the version and release level.

The IFW_WORKLIST table consists of various fields, each holding specific information or linking keys about Invoice forecasting worklist data available in SAP. These include ROOT_DOC_TYPE (Source Document Type), ROOT_DOC (Source Document), BUKRS (Company Code), EKORG (Purchasing Organization).. 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 or numeric)


SAP IFW_WORKLIST 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
ROOT_DOC_TYPESource Document Type CIWB_DE_ROOT_DOC_TYPECHAR2CIWB_DO_ROOT_DOC_TYPE
ROOT_DOCSource Document IFW_DE_ROOT_DOCCHAR20ALPHAIFW_DO_ROOT_DOCH_IFW_ROOT_DOC
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
XBLNRReference Document Number IFW_DE_XBLNRCHAR30IFW_DO_XBLNR
WL_STATUSStatus of Record in Invoice Forecasting Worklist IFW_DE_WL_STATUSCHAR1IFW_DO_WL_STATUS
LAST_CALCDate of Last Invoice Forecast IFW_DE_LAST_CALCDATS8DATS
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM IFW_WORKLIST
INTO CORRESPONDING FIELDS OF WA_IFW_WORKLIST
WHERE...

How to access SAP table IFW_WORKLIST

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