TXW_S_COBK SAP (Retrieve COBK from archive) Table details

Dictionary Type: Table
Description: Retrieve COBK from archive




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




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

TXW_S_COBK is a standard SAP Table which is used to store Retrieve COBK from archive data and is available within R/3 SAP systems depending on the version and release level.

The TXW_S_COBK table consists of various fields, each holding specific information or linking keys about Retrieve COBK from archive data available in SAP. These include TXW_KOKRS (Controlling Area), TXW_BELNR (Document Number), MANDT (Client), KOKRS (Controlling Area).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TXW_S_COBK 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
TXW_MANDTClient MANDTCLNT3Assigned to domainMANDT
TXW_KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
TXW_BELNRDocument Number CO_BELNRCHAR10Assigned to domainALPHACO_BELNRBLN
MANDTClient MANDTCLNT3Assigned to domainMANDT
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
BELNRDocument Number CO_BELNRCHAR10Assigned to domainALPHACO_BELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATFiscal Period MONATNUMC2MONAT
VRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
BLDATDocument Date CO_BLDATDATS8DATUM
BUDATPosting Date CO_BUDATDATS8DATUM
REFBTDocument type of reference document CO_REFBTCHAR1BELTY
REFBNReference Document Number CO_REFBNCHAR10ALPHABELNR
REFBKCompany code of FI document CO_REFBKCHAR4Assigned to domainBUKRS
REFGJFiscal year of reference document CO_REFGJNUMC4GJAHRGJAHR
BLARTDocument type of FI reference document CO_REFBACHAR2Assigned to domainBLARTBAR
DELBZNumber of deleted line items CO_DELBZNUMC3BUZEI
ORGVGOriginal CO business transaction CO_ORGVGCHAR4Assigned to domainACTIVITY
PERABFrom Period CO_PERABNUMC3PERBL
PERBITo period CO_PERBINUMC3PERBL
SUMBZNumber of posting lines for local objects CO_SUMBZNUMC3BUZEI
KWAERControlling area currency KWAERCUKY5Assigned to domainWAERSKWS
BLTXTDocument Header Text CO_BLTXTCHAR50TEXT50
AWORGReference Organizational Units AWORGCHAR10AWORG
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWKEYReference Key AWKEYCHAR20AWKEY
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
LOGSYSTEMLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM TXW_S_COBK
INTO CORRESPONDING FIELDS OF WA_TXW_S_COBK
WHERE...

How to access SAP table TXW_S_COBK

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