TXW_S_VBAP SAP (Retrieve VBAP from archive) Table details

Dictionary Type: Table
Description: Retrieve VBAP from archive




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




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

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

The TXW_S_VBAP table consists of various fields, each holding specific information or linking keys about Retrieve VBAP from archive data available in SAP. These include TXW_VBELN (Sales Document), TXW_POSNR (Sales Document Item), MANDT (Client), VBELN (Sales and Distribution Document Number).. 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_VBAP 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_VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
TXW_POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
MANDTClient MANDTCLNT3Assigned to domainMANDT
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
PRODHProduct hierarchy PRODH_DCHAR18Assigned to domainPRODHVPR
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
SMENGScale quantity in base unit of measure TXW_SMENGCHAR16CHAR16
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
NETWRNet value of the order item in document currency TXW_NETBTRCHAR16CHAR16
VGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
VGPOSItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR
VGTYPDocument category of preceding SD document VBTYP_VCHAR1VBTYP
BUKRS_VFCompany code to be billed BUKRS_VFCHAR4Assigned to domainBUKRSBUK
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TXW_S_VBAP
INTO CORRESPONDING FIELDS OF WA_TXW_S_VBAP
WHERE...

How to access SAP table TXW_S_VBAP

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