TXW_S_VBPA SAP (Retrieve VBPA from archive) Table details

Dictionary Type: Table
Description: Retrieve VBPA from archive




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




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

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

The TXW_S_VBPA table consists of various fields, each holding specific information or linking keys about Retrieve VBPA from archive data available in SAP. These include TXW_VBELN (Sales and Distribution Document Number), TXW_POSNR (Item number of the SD document), TXW_PARVW (Partner Function), 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)


SAP TXW_S_VBPA 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 and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
TXW_POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
TXW_PARVWPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
MANDTClient MANDTCLNT3Assigned to domainMANDT
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
PARVWPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TXW_S_VBPA
INTO CORRESPONDING FIELDS OF WA_TXW_S_VBPA
WHERE...

How to access SAP table TXW_S_VBPA

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