TRACT_QUEUE SAP (Resubmission for Reversal) Table details

Dictionary Type: Table
Description: Resubmission for Reversal




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




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

TRACT_QUEUE is a standard SAP Table which is used to store Resubmission for Reversal data and is available within R/3 SAP systems depending on the version and release level.

The TRACT_QUEUE table consists of various fields, each holding specific information or linking keys about Resubmission for Reversal data available in SAP. These include BUSTRANSID (Identifier of the Distributor Business Transaction), BUSTRANSCAT (Business Transaction Category), STATE (Status of Distributor Business Transaction), COMPANY_CODE (Company Code).. 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: Cannot Be Enhanced


SAP TRACT_QUEUE 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 MANDTCLNT3T000MANDT
BUSTRANSIDIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID
BUSTRANSCATBusiness Transaction Category TPM_BUSTRANSCATNUMC4TRDTS_BT_CATTPM_BUSTRANSCAT
STATEStatus of Distributor Business Transaction TPM_BUSTRANS_STATECHAR1TPM_BUSTRANS_STATE
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PRODUCT_TYPEProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
PORTFOLIOPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
SECURITY_IDSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10TWD01RLDEPODEPACC_CCD_CORE
ACCOUNT_GROUPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10TRGT_SECACCGRPTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
POSITION_ACCOUNTFutures Account for Listed Options and Futures TPM_POS_ACCOUNT_FUTCHAR10TRFT_POS_ACCOUNTTPM_POS_ACCOUNT_FUTTRF_PACTRFC_F4_POS_ACCOUNT
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13VTBFHAALPHAT_RFHAFANVTBA

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRACT_QUEUE
INTO CORRESPONDING FIELDS OF WA_TRACT_QUEUE
WHERE...

How to access SAP table TRACT_QUEUE

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