TWWKA SAP (Market-Basket Pricing Type) Table details

Dictionary Type: Table
Description: Market-Basket Pricing Type




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




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

TWWKA is a standard SAP Table which is used to store Market-Basket Pricing Type data and is available within R/3 SAP systems depending on the version and release level.

The TWWKA table consists of various fields, each holding specific information or linking keys about Market-Basket Pricing Type data available in SAP. These include WKART (Market-basket pricing type), EKERV (Purchase price determination sequence), VKERV (Sales price determination sequence), WWAER (Display Currency for Market-Basket Price Calculation).. 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)

Text table = TWWKAT


SAP TWWKA 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
WKARTMarket-basket pricing type W_WKARTCHAR4W_WKART
EKERVPurchase price determination sequence EKERV_MCHAR2TWEVEKERVEVM
VKERVSales price determination sequence EKERV_VCHAR2TWEVEKERVEVV
WWAERDisplay Currency for Market-Basket Price Calculation W_WWAERCUKY5TCURCWAERS
WAUFRAllocation rule for market-basket price calculation W_WAUFRCHAR2W_WAUFR
KURSTExchange Rate Type KURSTCHAR4TCURVKURSTKUT
VKLIGList group LIGRUCHAR1LIGRULIG
VKLIVList variant for sales price calculation LIVARCHAR2TWSTLIVARLIV
NUMKINumber range in the case of internal number assignment NUMKICHAR2NUMKR
NUMKENumber range in the case of external number assignment NUMKECHAR2NUMKR
SVARIName of a selection variant for dyn. reading of info struct. SVARICHAR12Assigned to domainSVARI
PERNUMarket-basket pr. calc.: no. periods for reading sales data WKK_PERNUMNUMC2NUMC02
AFNAMMB Price Calc.: Name of Function Module for Sales Qty Detrmn W_AFNAMCHAR30Assigned to domainFUNCNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWWKA
INTO CORRESPONDING FIELDS OF WA_TWWKA
WHERE...

How to access SAP table TWWKA

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