IFW_UI_ITEM SAP (Invoice forecasting item for UI) Structure details

Dictionary Type: Structure
Description: Invoice forecasting item for UI




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




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

IFW_UI_ITEM 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 item 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_ITEM TYPE IFW_UI_ITEM.

The IFW_UI_ITEM table consists of various fields, each holding specific information or linking keys about Invoice forecasting item 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_ITEM 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
INV_DOC_DESCInvoice Item Description IWF_DE_INV_DOC_DESCCHAR50
TRADE_TYPETrade type (Buy/Sell) IFW_DE_TRADE_TYPECHAR10
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
ROOT_DOC_ITEMSource Document Item IFW_DE_ROOT_ITEMNUMC6Assigned to domainPOSNR
INV_TYPEInvoice Reference Type IFW_DE_INV_TYPECHAR2IFW_DO_INV_TYPE
INV_NRInvoice Reference Number IFW_DE_INV_NRCHAR16IFW_DO_INV_NR
INV_ITEMInvoice Item IFW_DE_INV_ITEMNUMC6Assigned to domainPOSNR
ITEM_CANCELLEDItem Cancelled IFW_DE_ITEM_CANCELLEDCHAR1XFELD
INV_CATInvoice Category IFW_DE_INV_CATCHAR1IFW_DO_INV_CAT
NET_VALNet Value in Document Currency NETWRCURR15(2) WERTV8
TAX_VALTax amount in document currency MWSBPCURR13(2) WERTV7
DOC_CUKYSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
FX_RATEExchange rate KURSFDEC9(5) EXCRTKURSF
QUANTITYActual Invoiced Quantity FKIMGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
PR_CONDTYPECondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
PR_STATUSStatus of Evaluation for Pricing IFW_DE_PR_STATUSNUMC2NUMC2
PRICECondition value KWERTCURR13(2) WERTV7
PRCURCondition currency (for cumulation fields) KWAEHCUKY5Assigned to domainWAERSFWS
PRUNICondition pricing unit KPEINDEC5KPEIN
PRUOMCondition unit in the document KVMEIUNIT3Assigned to domainCUNITMEINS
PR_START_DATEPricing Start Date IFW_DE_PR_START_DATEDATS8DATS
PR_END_DATEPricing End Date IFW_DE_PR_END_DATEDATS8DATS
FX_START_DATEForeign Exchange Rate Start Date IFW_DE_FX_START_DATEDATS8DATS
FX_END_DATEForeign Exchange Rate End Date IFW_DE_FX_END_DATEDATS8DATS
PRICE_RDNet Price of Source Document Item IFW_DE_PRICE_RDCURR11(2) WERTV6
PRCUR_RDCurrency of Net Price for Source Document Item IFW_DE_PRCUR_RDCUKY5Assigned to domainWAERS
PRUNI_RDPrice Unit of Net Price for Source Document Item IFW_DE_PRUNI_RDDEC5DEC5
PRUOM_RDUnit of Measure of Net Price for Source Document Item IFW_DE_PRUOM_RDUNIT3Assigned to domainCUNITMEINS
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
INV_DUE_DATEInvoice Due Date IFW_DE_INV_DATEDATS8DATUM
PAY_DUE_DATEPayment Due Date IFW_DE_PAY_DATEDATS8DATUM
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CANCELLEDBilling document is cancelled FKSTOCHAR1XFELD
FKDATBilling date for billing index and printout FKDATDATS8DATUM
BILL_TYPEBilling Document Type IFW_DE_BILL_TYPECHAR4IFW_DO_BILL_TYPE
ITEM_PAIDIndicator: Item Paid IFW_DE_ITEM_PAIDCHAR1IFW_DO_ITEM_PAID
BILL_BLOCKBilling: Blocking Reason for Document Items IFW_DE_BILL_BLOCKCHAR2IFW_DO_BILL_BLOCK

Key field Non-key field



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

As IFW_UI_ITEM 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_ITEM as there is no data to select.

How to access SAP table IFW_UI_ITEM

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