TRCCS_POS_MGT_FLOW SAP (Currency Changeover: Position Management Flow Structure) Structure details

Dictionary Type: Structure
Description: Currency Changeover: Position Management Flow Structure




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




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

TRCCS_POS_MGT_FLOW 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 "Currency Changeover: Position Management Flow Structure" 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_TRCCS_POS_MGT_FLOW TYPE TRCCS_POS_MGT_FLOW.

The TRCCS_POS_MGT_FLOW table consists of various fields, each holding specific information or linking keys about Currency Changeover: Position Management Flow Structure data available in SAP. These include POSITION_DATE (Posting Date for the Subledger), BUSTRANS_STATE (Status of Distributor Business Transaction), NOMINAL_CURR (Nominal Currency), NOMINAL_AMT (Nominal Amount).. 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 TRCCS_POS_MGT_FLOW 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
BUSTRANSCATBusiness Transaction Category TPM_BUSTRANSCATNUMC4Assigned to domainTPM_BUSTRANSCAT
POSITION_DATEPosting Date for the Subledger TPM_POSTING_DATEDATS8DATUM
BUSTRANS_STATEStatus of Distributor Business Transaction TPM_BUSTRANS_STATECHAR1TPM_BUSTRANS_STATE
NOMINAL_CURRNominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS
NOMINAL_AMTNominal Amount TPM_NOMINAL_AMTCURR21(2) TPM_AMOUNT
NOMINAL_ORG_AMTOriginal Nominal Amount in Position Currency TPM_NOMINAL_ORG_AMTCURR21(2) TPM_AMOUNT
POSITION_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
POSITION_AMTAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
POSAMT_IDX_CLEANAmount in Position Currency Index-Clean TPM_POSITION_AMT_IDX_CLEANCURR21(2) TPM_AMOUNT
BBASISCalculation base amount BBASISCURR13(2) WERTV7
PAYMENT_CURRPayment Currency TPM_PAYMENT_CURRCUKY5Assigned to domainWAERS
PAYMENT_AMTPayment Amount TPM_PAYMENT_AMTCURR21(2) TPM_AMOUNT
SUBPOS_NOM_CURRNominal Currency of Subposition TPM_SUBPOS_NOM_CURRCUKY5Assigned to domainWAERS
COMP_POS_AMTNetting Amount in Position Currency TPM_COMP_POSITION_AMTCURR21(2) TPM_AMOUNT
TOTAL_POS_AMTAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
PART_POS_AMTAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
POSITION_ACCOUNTFutures Account for Listed Options and Futures TPM_POS_ACCOUNT_FUTCHAR10Assigned to domainTPM_POS_ACCOUNT_FUTTRF_PACTRFC_F4_POS_ACCOUNT

Key field Non-key field



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

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

How to access SAP table TRCCS_POS_MGT_FLOW

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