TRDT_SUBPOS_FLOW SAP (Subposition Data) Table details

Dictionary Type: Table
Description: Subposition Data




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




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

TRDT_SUBPOS_FLOW is a standard SAP Table which is used to store Subposition Data data and is available within R/3 SAP systems depending on the version and release level.

The TRDT_SUBPOS_FLOW table consists of various fields, each holding specific information or linking keys about Subposition Data data available in SAP. These include BUSTRANS_OS_GUID (Object Identity in Database Format), FLOW_NUMBER (Number of a Distributor Flow), PA_COMPANY_ID (Company ID of trading partner), ORIGIN_DATE (Treasury Ledger Date).. 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 TRDT_SUBPOS_FLOW 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUSTRANS_OS_GUIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
FLOW_NUMBERNumber of a Distributor Flow TPM_TRDFLOWNRINT410TPM_TRDFLOWNR
PA_COMPANY_IDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
ORIGIN_DATETreasury Ledger Date TPM_TRLDATEDATS8DATUM
HINSTR_OIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
HITEM_OIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
PAR_USAGEParameter Usage TPM_PAR_USAGECHAR1TPM_PAR_USAGE
FLG_FREESTANDINGIndicator: Freestanding Portion of the Position TPM_FLG_FREESTANDINGCHAR1XFELD
SUB_SOURCETARGETSource or Target of Subposition Transfer TPM_SUB_SOURCE_TARGETCHAR1TPM_SUB_SOURCE_TARGET
SUB_TRANSFERGRPGroup of Flows in Subposition Transfer TPM_SUB_TRANSFER_GROUPNUMC4TPM_SYSTEM_KEY

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRDT_SUBPOS_FLOW
INTO CORRESPONDING FIELDS OF WA_TRDT_SUBPOS_FLOW
WHERE...

How to access SAP table TRDT_SUBPOS_FLOW

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