TXW_S_COEP SAP (Retrieve COEP from archive) Table details

Dictionary Type: Table
Description: Retrieve COEP from archive




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




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

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

The TXW_S_COEP table consists of various fields, each holding specific information or linking keys about Retrieve COEP from archive data available in SAP. These include TXW_KOKRS (Controlling Area), TXW_BELNR (Document Number), TXW_BUZEI (Posting row), MANDT (Client).. 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 or numeric)


SAP TXW_S_COEP 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
TXW_BUZEIPosting row CO_BUZEINUMC3BUZEI
MANDTClient MANDTCLNT3Assigned to domainMANDT
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
BELNRDocument Number CO_BELNRCHAR10Assigned to domainALPHACO_BELNRBLN
BUZEIPosting row CO_BUZEINUMC3BUZEI
PERIOFiscal Period MONATNUMC2MONAT
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
HRKFTCO key subnumber CO_SUBKEYCHAR14Assigned to domainCO_SUBKEY
VRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
BEKNZDebit/credit indicator BEKNZCHAR1BEKNZBEKNZ
WKGBTRTotal value in CO area currency TXW_WKGBTRCHAR17CHAR17
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
OBJNRTCO Object number (converted into clear text) TXW_COOBJTCHAR30CHAR30
OBJNRTPObject number - object type TXW_OBJTPCHAR2Assigned to domainJ_OBART
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
RBESTCategory of Reference Purchase Order CO_RBESTNUMC3REFBTBELEGTYP
REFBZPosting row of reference document CO_REFBZNUMC3BUZEI
SGTXTItem Text SGTXTCHAR50TEXT50
USPOBSource Object (Cost Center/Activity Type) USPOBCHAR22Assigned to domainJ_OBJNR
USPOBTOrigin object number (converted into clear text) TXW_USPOBTCHAR30CHAR30
USPOBTPOrigin object type TXW_USPTPCHAR2Assigned to domainJ_OBART
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
PAROB1Partner object (always filled) PAROB1CHAR22Assigned to domainJ_OBJNR
PAROB1TPartner object (converted into clear text) TXW_PAROB1CHAR30CHAR30
PAROB1TPPartner object type TXW_PARTPCHAR2Assigned to domainJ_OBART
PBUKRSCompany code of partner PBUKRSCHAR4Assigned to domainBUKRSBUK
PFKBERPartner Functional Area SFKBERCHAR16Assigned to domainFKBER
PKSTARCost element of partner PKSTARCHAR10Assigned to domainALPHAKSTARKAT
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWKEYReference Key AWKEYCHAR20AWKEY
WOGBTRTotal value in object currency TXW_WOGXXXCHAR21CHAR21
OWAERCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
WTGBTROverall value in transaction currency TXW_WTGXXXCHAR21CHAR21
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
LOGSYSOLogical system of object LOGSYSOCHAR10Assigned to domainALPHALOGSYS
LOGSYSPLogical system of partner object LOGSYSPCHAR10Assigned to domainALPHALOGSYS
OBJNR_N1Auxiliary account assignment 1 OBJNR_N1CHAR22Assigned to domainJ_OBJNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TXW_S_COEP
INTO CORRESPONDING FIELDS OF WA_TXW_S_COEP
WHERE...

How to access SAP table TXW_S_COEP

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