TWLFE SAP (Sales price calculation: schema/list field) Table details

Dictionary Type: Table
Description: Sales price calculation: schema/list field




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




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

TWLFE is a standard SAP Table which is used to store Sales price calculation: schema/list field data and is available within R/3 SAP systems depending on the version and release level.

The TWLFE table consists of various fields, each holding specific information or linking keys about Sales price calculation: schema/list field data available in SAP. These include VKALS (Sales Pricing: Sales Price Calculation Schema), LIFEL (Sales Pricing: List Field for Determining Sales Price), KOFEL (Subtotal in sales price calculation schema), KVEWE (Usage of the condition table).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TWLFE 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
MANDTClient MANDTCLNT3T000MANDT
VKALSSales Pricing: Sales Price Calculation Schema VKALSCHAR6T683KALSM
LIFELSales Pricing: List Field for Determining Sales Price LIFELDCHAR5TWLFLIFELD
KOFELSubtotal in sales price calculation schema KOFELCHAR5KOFEL
KVEWEUsage of the condition table KVEWECHAR1T681VKVEWEKVW
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
AKSCHPromotion condition type AKSCHCHAR4T685KSCHL
KKSCHCondition type in the sales price calculation schema KKSCHCHAR4T685KSCHL
WRSKZSales Price Calculation: Default currency for conditions WRSKZCHAR1WRSKZ
KOAERPricing: Type of condition type determination KOAERCHAR1KOAER
KOSERPricing: Condition record determination type KOSERCHAR1KOSER
UEBNAPricing: method of adoption from calc. schema --> list field UEBNACHAR1UEBNA

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWLFE
INTO CORRESPONDING FIELDS OF WA_TWLFE
WHERE...

How to access SAP table TWLFE

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