IFW_UI_WORKLIST SAP (Invoice forecasting worklist for UI) Structure details

Dictionary Type: Structure
Description: Invoice forecasting worklist for UI




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




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

IFW_UI_WORKLIST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Invoice forecasting worklist for UI" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_IFW_UI_WORKLIST TYPE IFW_UI_WORKLIST.

The IFW_UI_WORKLIST table consists of various fields, each holding specific information or linking keys about Invoice forecasting worklist for UI data available in SAP. These include STATUS_ICON (Icon), STATUS_ICON_PRIORITY (Priority for Status Icon Sorting), STATUS_ICON_TOOLTIP (Tooltip), STATUS_DESC (Status Text).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP IFW_UI_WORKLIST structure 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
STATUSStatus IFW_DE_STATUSCHAR3
STATUS_ICONIcon IFW_DE_ICONCHAR4Assigned to domainICON
STATUS_ICON_PRIORITYPriority for Status Icon Sorting IFW_DE_ICON_PRIORITYNUMC2NUMC2
STATUS_ICON_TOOLTIPTooltip IFW_DE_TOOLTIPCHAR30TEXT30
STATUS_DESCStatus Text IFW_DE_STATUS_DESCCHAR40TEXT40
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
KUNAG_NAMEName 1 NAME1_GPCHAR35NAME
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LIFNR_NAMEName 1 NAME1_GPCHAR35NAME
XBLNRReference Document Number IFW_DE_XBLNRCHAR30IFW_DO_XBLNR
WL_STATUSStatus of Record in Invoice Forecasting Worklist IFW_DE_WL_STATUSCHAR1IFW_DO_WL_STATUS
WL_STATUS_DESCStatus (Text) of Record in Invoice Forecasting Worklist IFW_DE_WL_STATUS_DESCCHAR40
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
ROOT_DOC_ITEMSource Document Item IFW_DE_ROOT_ITEMNUMC6Assigned to domainPOSNR
INV_DUE_DATEInvoice Due Date IFW_DE_INV_DATEDATS8DATUM
PAY_DUE_DATEPayment Due Date IFW_DE_PAY_DATEDATS8DATUM
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATL_DESCMaterial Description (Short Text) MAKTXCHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP structure IFW_UI_WORKLIST using ABAP code?

As IFW_UI_WORKLIST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on IFW_UI_WORKLIST as there is no data to select.

How to access SAP table IFW_UI_WORKLIST

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