TRQS_POSITION SAP (Treasury: Mapping Structure for Quantity Ledger Position) Structure details

Dictionary Type: Structure
Description: Treasury: Mapping Structure for Quantity Ledger Position




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




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

TRQS_POSITION 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 "Treasury: Mapping Structure for Quantity Ledger Position" 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_TRQS_POSITION TYPE TRQS_POSITION.

The TRQS_POSITION table consists of various fields, each holding specific information or linking keys about Treasury: Mapping Structure for Quantity Ledger Position data available in SAP. These include POSITION_CAT (Position Category - Collective/Single Position), CONSUMPTION_CAT (Consumption Sequence Procedure), QUANTITY_CAT (Position Quantity Category), NOMINAL_CURR (Nominal Currency).. 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 (Deep)


SAP TRQS_POSITION 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
OS_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
POSITION_CATPosition Category - Collective/Single Position TPM_QUAN_POS_CATCHAR1TPM_QUAN_POS_CAT
CONSUMPTION_CATConsumption Sequence Procedure TPM_CONSUMPTION_CATCHAR1TPM_CONSUMPTION_CAT
QUANTITY_CATPosition Quantity Category TPM_QUANTITY_CATCHAR1TPM_QUANTITY_CAT
NOMINAL_CURRNominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS
LOT_INIT_DATEDate As Of Which Item Is Managed in Lots TPM_LOT_INIT_DATEDATS8TPM_POSITION_DATE
SELECTOR_OIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
SELECTOR_CLSGlobally Unique Identifier OS_GUIDRAW16SYSUUID
TAB_POSITION_FLOWS 0
TAB_POSITION_FLOWS_OLD 0
TAB_SUBTOTAL 0
TAB_SUBTOTAL_OLD 0
TAB_SUBTOTAL_CALC 0
TAB_SUBTOTAL_CALC_OLD 0

Key field Non-key field



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

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

How to access SAP table TRQS_POSITION

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