TBCO_IDOC_TD SAP (Display Structure Confirmation IDoc: Fixed-Term Deposit) Structure details

Dictionary Type: Structure
Description: Display Structure Confirmation IDoc: Fixed-Term Deposit




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




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

TBCO_IDOC_TD 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 "Display Structure Confirmation IDoc: Fixed-Term Deposit" 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_TBCO_IDOC_TD TYPE TBCO_IDOC_TD.

The TBCO_IDOC_TD table consists of various fields, each holding specific information or linking keys about Display Structure Confirmation IDoc: Fixed-Term Deposit data available in SAP. These include DOCNUM (IDoc number), STATUS (Status of IDoc), STALIGHT (Value for traffic light for status groups in IDoc display), STATUSICON (Status Grouping).. 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: Cannot Be Enhanced


SAP TBCO_IDOC_TD 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
DOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
STATUSStatus of IDoc EDI_STATUSCHAR2Assigned to domainEDI_STATUS
STALIGHTValue for traffic light for status groups in IDoc display EDI_SLIGHTNUMC1EDI_SLIGHT
STATUSICONStatus Grouping EDI_STGRCHAR5CHAR5
DESCRPShort description of object EDI_TEXT60CHAR60TEXT60
BUKRS_MAPAssigned Company Code (Inbound Confirmation Processing) TB_CORR_BUKRS_MAP_INCCHAR4Assigned to domainBUKRSBUKH_T001
PARTNER_MAPAssigned Business Partner (Inbound Confirmation Processing) TB_CORR_PARTNER_MAP_INCCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
XANLFProduct Category Name TB_XANLFCHAR30TEXT30
SFGTYPTransaction Category TB_SFGTYPNUMC3Assigned to domainT_SFGTYP
XFGTYPTransaction category name TB_XFGTYPCHAR30TEXT30
SFGZUSTTTransaction Activity Category TB_SFGZUTYNUMC2Assigned to domainT_SFGZUTYC_AT02
SFUNKTLLatest function used in editing activity TB_SFUNKTLCHAR4Assigned to domainT_FUNKTION
XSFUNKTLName of Treasury function TB_XFUNKTCHAR30TEXT30
SFIRSTIndicator: 1st correspond. for activity, corr.type + medium? TB_SFIRSTCHAR1XFELD
BU_SWIFTSWIFT Code for Company Code (Sender of Message) TB_BUSWIFTCHAR11SWIFT
KO_SWIFTSWIFT Code of Counterparty (Receiver of Message) TB_KOSWIFTCHAR11SWIFT
BUTXTCompany Code or Company Name (Message Sender) TB_CORR_BUTXT_SENDCHAR25TEXT25
SWIFTREFField 20 (with day ID) in SWIFT format: Transaction ref.no. MT3XX_20CHAR20CHAR20
SWIFTREF_OLDField 20 (with day ID) in SWIFT format: Transaction ref.no. MT3XX_20CHAR20CHAR20
XSGSARTName of product type TB_XGSARTCHAR30TEXT30
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
XSFHAARTName of Transaction Type TB_FATEXTCHAR30T_XTEXT30
DVTRABContract Conclusion Date TB_DVTRABDATS8DATUM
DBLFZTerm Start TB_DBLFZDATS8DATUM
DELFZTerm End TB_DELFZDATS8DATUM
DIRECTDirection for IDoc EDI_DIRECTCHAR1EDI_DIRECT
CREDATIDoc Created On EDI_CCRDATDATS8DATUM
CRETIMIDoc Created at EDI_CCRTIMTIMS6UZEIT
MESTYPMessage Type EDI_MESTYPCHAR30Assigned to domainEDI_MESTYPMES
MESCODLogical Message Variant EDI_MESCODCHAR3EDI_MESCOD
IDOCTPBasic type EDI_IDOCTPCHAR30Assigned to domainEDI_IDOCTPIDC
UPDDATDate on which control record was last changed EDI_UPDDATDATS8DATUM
UPDTIMTime at which control record was last changed EDI_UPDTIMTIMS6UZEIT
STAPA1Parameter 1 EDI_STAPA1CHAR50EDI_PARMTR
STAPA2Parameter 2 EDI_STAPA2CHAR50EDI_PARMTR
STAPA3Parameter 3 EDI_STAPA3CHAR50EDI_PARMTR
STAPA4Parameter 4 EDI_STAPA4CHAR50EDI_PARMTR
STATYPType of system error message (A, W, E, S, I) EDI_SYMSTYCHAR1EDI_SYMSTY
STAMIDStatus message ID EDI_STAMIDCHAR20EDI_STAMID
STAMNOStatus message number EDI_STAMNONUMC3EDI_STAMNO
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
WZBETRPayment Currency TB_WZBETRCUKY5Assigned to domainWAERS
BZBETRPayment amount in payment currency TB_BZBETRCURR13(2) WERTV7
BZBETR_EIncrease Amount (Rollover) TB_BZBETR_ECURR13(2) WERTV7
BZBETR_VReduction Amount (Rollover) TB_BZBETR_VCURR13(2) WERTV7
BZBETR_UOriginal Amount TB_BZBETR_UCURR13(2) WERTV7
DZTERMPayment or Delivery Date TB_DZTERMDATS8DATUMT33
PZINSInterest Rate TB_PZINSDEC10(7) DECV3_7
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
XZBMETHDescription of interest calculation method TM_XZINSBMCHAR60TEXT60

Key field Non-key field



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

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

How to access SAP table TBCO_IDOC_TD

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