UAIQS_SNDRCV SAP (Quantity Structure: Valuated Quantity Structure) Table details

Dictionary Type: Table
Description: Quantity Structure: Valuated Quantity Structure




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




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

UAIQS_SNDRCV is a standard SAP Table which is used to store Quantity Structure: Valuated Quantity Structure data and is available within R/3 SAP systems depending on the version and release level.

The UAIQS_SNDRCV table consists of various fields, each holding specific information or linking keys about Quantity Structure: Valuated Quantity Structure data available in SAP. These include ACC_SYSTEM (Accounting System), VERSION_ID (Quantity Structure: Version), TIME_UUID (Quantity Structure: UUID for Time Dimension), SENDER_UUID (Quantity Structure: Node ID Sender Dimension).. 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 UAIQS_SNDRCV 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
ACC_SYSTEMAccounting System ACC_SYSTEMCHAR8Assigned to domainACC_SYSTEMACC_SYSTEM
VERSION_IDQuantity Structure: Version UAI_VERSION_IDCHAR4Assigned to domainALPHAUAI_VERSION_ID
TIME_UUIDQuantity Structure: UUID for Time Dimension UAI_TIME_UUIDRAW16SYSUUID
SENDER_UUIDQuantity Structure: Node ID Sender Dimension UAI_SENDER_UUIDRAW16SYSUUID
RECEIVER_UUIDQuantity Structure: Node ID Receiver Dimension UAI_RECEIVER_UUIDRAW16SYSUUID
EDGE_TYPE_IDQuantity Structure: Edge Type (of Sender/Rec. Relationship) UAI_EDGE_TYPE_IDCHAR6UAI_EDGE_TYPE_ID
SENDER_TYPEQuantity Structure: Sender Node Type UAI_SENDER_TYPECHAR10UAI_NODE_TYPE
RECEIVER_TYPEQuantity Structure: Receiver Node Type UAI_RECEIVER_TYPECHAR10UAI_NODE_TYPE
FIN_COMPELComposition Element FIN_COMPELCHAR10Assigned to domainALPHAFIN_COMPEL
COPROD_FLGQuantity Structure: Joint Product Indicator UAI_COPROD_FLGCHAR1UAI_COPROD_FLG
QTYVALValuation Quantity FIN_QTYVALQUAN23(3) FIN_QUANTITY
UOMVALValuation Unit of Measure FIN_UOMVALUNIT3Assigned to domainCUNITMEINS
AMTCOMPAmount in Local Currency FIN_AMTCOMPCURR23(2) FIN_AMOUNT
AMTPRDCOMPQuantity Structure: Price Difference in Local Currency UAI_AMTPRDCOMPCURR23(2) FIN_AMOUNT
CURRCOMPLocal Currency FIN_CURRCOMPCUKY5Assigned to domainWAERS
EQUIV_VALEquivalence Number for Settlement FIN_STLEQUIVNODEC10FIN_STLEQUIVNO

Key field Non-key field



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

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

SELECT SINGLE *
FROM UAIQS_SNDRCV
INTO CORRESPONDING FIELDS OF WA_UAIQS_SNDRCV
WHERE...

How to access SAP table UAIQS_SNDRCV

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