UAINV_S_DOC_ITEM_IIF SAP (Inbound Interface for Document Item UAINVREVALI) Structure details

Dictionary Type: Structure
Description: Inbound Interface for Document Item UAINVREVALI




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




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

UAINV_S_DOC_ITEM_IIF 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 "Inbound Interface for Document Item UAINVREVALI" 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_UAINV_S_DOC_ITEM_IIF TYPE UAINV_S_DOC_ITEM_IIF.

The UAINV_S_DOC_ITEM_IIF table consists of various fields, each holding specific information or linking keys about Inbound Interface for Document Item UAINVREVALI data available in SAP. These include FIN_CURRTYPE (Currency Type), PRICE_PERIOD (Periodicity of Price Type), FINB_SND_ID (Sender Identification), FINB_SNDKEY (Document Key of the Sending System).. 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 UAINV_S_DOC_ITEM_IIF 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
FIN_POSTDATPosting Date FIN_POSTDATDATS8FIN_POSTDATFIN_POSTDAT
FIN_CURRTYPECurrency Type FIN_CURRTYPECHAR2Assigned to domainALPHAFIN_CURRTYPE
PRICE_PERIODPeriodicity of Price Type FIN_PRCPERSELCHAR1FIN_PRCPERSEL
FINB_SND_IDSender Identification FINB_SND_IDCHAR25FINB_SND_ID
FINB_SNDKEYDocument Key of the Sending System FINB_SNDKEYCHAR35FINB_SNDKEY
FIN_PRICELABELPrice Type FIN_PRICELABELCHAR3Assigned to domainFIN_PRICELABELFIN_PRICELABEL
FOBJ_OBJECT_IDObject ID FOBJ_OBJECT_IDRAW16SYSUUID
FIN_QTYVALValuation Quantity FIN_QTYVALQUAN23(3) FIN_QUANTITY
FIN_UOMVALValuation Unit of Measure FIN_UOMVALUNIT3Assigned to domainCUNITMEINS
FIN_CURRENCYCurrency Key FIN_CURRENCYCUKY5Assigned to domainWAERS
UAINV_PR_OPrice Before Revaluation UAINV_PR_OCURR23(2) FIN_AMOUNT
UAINV_PR_FIX_OFixed Component of Price Before Inventory Price Change UAINV_PR_FIX_OCURR23(2) FIN_AMOUNT
UAINV_PR_BASE_OBase Quantity for Price Before Revaluation UAINV_PR_BASE_OQUAN23(3) FIN_QUANTITY
UAINV_PR_NPrice After Revaluation UAINV_PR_NCURR23(2) FIN_AMOUNT
UAINV_PR_FIX_NFixed Component of Price After Inventory Revaluation UAINV_PR_FIX_NCURR23(2) FIN_AMOUNT
UAINV_PR_BASE_NBase Quantity for Price After Revaluation UAINV_PR_BASE_NQUAN23(3) FIN_QUANTITY
UAINV_FROM_DAT_OValid-From Date for Prices Before Revaluation UAINV_FROM_DAT_ODATS8
UAINV_FROM_PER_OValid-From Period for Prices Before Revaluation UAINV_FROM_PER_ONUMC7PERI7RSFISCPER
UAINV_TO_DAT_OValid-To Date for Prices Before Revaluation UAINV_TO_DAT_ODATS8
UAINV_TO_PER_OValid-To Period for Prices Before Revaluation UAINV_TO_PER_ONUMC7PERI7RSFISCPER
UAINV_FROM_DAT_NValid-From Date for Prices After Revaluation UAINV_FROM_DAT_NDATS8
UAINV_FROM_PER_NValid-From Period for Prices After Revaluation UAINV_FROM_PER_NNUMC7PERI7RSFISCPER
UAINV_TO_DAT_NValid-To Date for Prices After Revaluation UAINV_TO_DAT_NDATS8
UAINV_TO_PER_NValid-To Period for Prices Before Revaluation UAINV_TO_PER_NNUMC7PERI7RSFISCPER
FOBJ_TYPE_NAMEName of an Object Type FOBJ_TYPE_NAMECHAR10FINB_TYPE_NAME

Key field Non-key field



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

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

How to access SAP table UAINV_S_DOC_ITEM_IIF

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