VTBKORES SAP (Correspondence Data) Table details

Dictionary Type: Table
Description: Correspondence Data




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




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

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

The VTBKORES table consists of various fields, each holding specific information or linking keys about Correspondence Data data available in SAP. These include BUKRS (Company Code), RFHA (Financial Transaction), RFHAZU (Transaction activity), RORDER (Order key).. 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 VTBKORES 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RFHAFinancial Transaction TB_RFHACHAR13VTBFHAALPHAT_RFHAFANVTBA
RFHAZUTransaction activity TB_RFHAZUNUMC5T_RFHAZUFAS
RORDEROrder key RORDERCHAR12RORDER
DCRDATEntered On TB_DCRDATDATS8DATUM
TCTRIMEntry Time TB_TCRTIMTIMS6UZEIT
RLFDNRSequential No. VRBKORES Data Record per Activity (Key Field) TB_RLFDNRNUMC2T_LFDNR2
SPLANPlanned record TB_SPLANCHAR1XFELD
SFGZUSTTTransaction Activity Category TB_SFGZUTYNUMC2Assigned to domainT_SFGZUTYC_AT02
SFUNKTLLatest function used in editing activity TB_SFUNKTLCHAR4Assigned to domainT_FUNKTION
CORTYPCorrespondence type TB_CORTYPCHAR3AT81T_CORTYPT80
SPRINTCorrespondence medium: print TB_SPRINTCHAR1XFELD
SFAXCorrespondence medium: fax TB_SFAXCHAR1XFELD
SSWIFTCorrespondence medium: SWIFT file TB_SSWIFTCHAR1XFELD
SIDOCCorrespondence medium: IDoc TB_SIDOCCHAR1XFELD
SEMAILCorrespondence Medium: Internet Mail TB_SEMAILCHAR1XFELD
DCIDATDate scheduled TB_DCIDATDATS8DATUM
TCIDATDispatch time TB_TCIDATTIMS6UZEIT
JSENDENSend correspondence TB_JSENDENCHAR1XFELD
DEXDATExecution date TB_DEXDATDATS8DATUM
TEXDATExecution time TB_TEXDATTIMS6UZEIT
UEXNAMUser TB_UEXNAMCHAR12USNAM
TDSPOOLIDSpool request number RSPOIDINT410RSPOID
TDOBJ_NOObject: Number from ID SO_OBJ_NOCHAR12Assigned to domainSO_OBJ_NO
SRECONFIRMCounterconfirmation TB_RECONFNUMC1TB_RECONF
DREDATCounterconfirmation Date TB_DREDATDATS8DATUM
TREDATCounterconfirmation time TB_TREDATTIMS6UZEIT
URENAMCounterconfirmation Executed by (User Responsible) TB_URENAMCHAR12USNAM
FORMULARForm Name TDFORMCHAR16TDFORM
SWIFT_DATFormat for SWIFT files TB_SWI_DATCHAR8TB_SWI_DAT
KONTRHBusiness Partner Number TB_KUNNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
ROLETYPBusiness Partner Role TB_CORR_ROLETYPCHAR6Assigned to domainBU_ROLEBUPA_ROLE
URCNAMRecipient TB_URCNAMCHAR12UNAME
CORR_ADAlternative Address for Correspondence TB_CORR_ACHAR10Assigned to domainBU_ADRKIND
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
UPUSERLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATChanged on TB_DUPDATDATS8DATUM
TUPTIMTime changed TB_TUPTIMTIMS6UZEIT
JAUTOMATEntry generated automatically when correspondence is created TB_JAUTOMCHAR1XFELD
CORAUTGenerate correspondence automatically TB_CORAUTCHAR1XFELD
SSTATUSStatus relevance indicator TB_STCORRCHAR1XFELD
SSTATCHG'Status for outgoing confirmation' indicator modified TB_STCHNGCHAR1XFELD
SREPEATRepeat correspondence? TB_REPEATCHAR1XFELD
LAUFDSWIFT: Date of Confirmation Run LAUFDTDATS8DATUM
LAUFIAdditional Identification LAUFICHAR6LAUFI
DTKEYAdditional field for the TemSe key fields TDTKEY_DCHAR16TEXT16
LFDNRSequence Number TLFDNUNUMC3NUMC3
SWIFTREFField 20 (with day ID) in SWIFT format: Transaction ref.no. MT3XX_20CHAR20CHAR20
DOCNUMNumber of IDoc (Outgoing) TB_EDI_DOCNUM_OUTNUMC16EDI_DOCNUMDCN
DOCNUM_INNumber of IDoc (Incoming) TB_EDI_DOCNUM_INNUMC16EDI_DOCNUMDCN
SFORMCTForm Category TB_FRMCATNUMC1T_FRMCAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM VTBKORES
INTO CORRESPONDING FIELDS OF WA_VTBKORES
WHERE...

How to access SAP table VTBKORES

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