TXW_S_LIPS SAP (Retrieve LIPS from archive) Table details

Dictionary Type: Table
Description: Retrieve LIPS from archive




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




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

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

The TXW_S_LIPS table consists of various fields, each holding specific information or linking keys about Retrieve LIPS from archive data available in SAP. These include TXW_VBELN (Delivery), TXW_POSNR (Delivery Item), MANDT (Client), VBELN (Delivery).. 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_LIPS 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_VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
TXW_POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
MANDTClient MANDTCLNT3Assigned to domainMANDT
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
PSTYVDelivery item category PSTYV_VLCHAR4Assigned to domainPSTYV
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
FKRELRelevant for Billing FKRELCHAR1FKREL
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
VGTYPSD document category VBTYPCHAR1VBTYP
LFIMGActual quantity delivered (in sales units) TXW_LFIMGCHAR16CHAR16
LGMNGActual quantity delivered (in base units) TXW_LGMNGCHAR16CHAR16
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
VGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
VGPOSItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR
KZUMWEnvironmentally Relevant KZUMWCHAR1XFELD
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WAVWRCost in document currency TXW_WAVWRCHAR16CHAR16
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MAGRVMaterial Group: Packaging Materials MAGRVCHAR4Assigned to domainMAGRV
BUKRSCompany code of the sales organization VKBUKCHAR4Assigned to domainBUKRS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TXW_S_LIPS
INTO CORRESPONDING FIELDS OF WA_TXW_S_LIPS
WHERE...

How to access SAP table TXW_S_LIPS

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