TWAA SAP (Promotion Type, IS-R) Table details

Dictionary Type: Table
Description: Promotion Type, IS-R




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




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

TWAA is a standard SAP Table which is used to store Promotion Type, IS-R data and is available within R/3 SAP systems depending on the version and release level.

The TWAA table consists of various fields, each holding specific information or linking keys about Promotion Type, IS-R data available in SAP. These include AKART (Promotion Type), AKTYP (Promotion Category), VKONB (Validity of purch. cond. lead time before promotion start), VKONE (Follow-on time of purchasing conditions after promotion end).. 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)

Text table = TWAAT


SAP TWAA 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
AKARTPromotion Type W_AKARTCHAR4W_AKARTWAA
AKTYPPromotion Category W_AKTYPCHAR4TWTYAKTTY
VKONBValidity of purch. cond. lead time before promotion start W_VKONBNUMC3ANZTA
VKONEFollow-on time of purchasing conditions after promotion end W_VKONENUMC3ANZTA
EKKONCreate purchase price condition records W_EKKONCHAR1XFELD
VKKONCreate sales price condition records W_VKKONCHAR1XFELD
VLISBLeadtime listing W_VLISBNUMC3ANZTA
VLISEListing follow-up time W_VLISENUMC3ANZTA
VBEKBLead time, announcement of promotion start W_VBEKBNUMC3ANZTA
VWEFILead time goods receipt in store before start of promotion W_VWEFINUMC3ANZTA
NUMKINumber range in the case of internal number assignment NUMKICHAR2NUMKR
NUMKENumber range in the case of external number assignment NUMKECHAR2NUMKR
KOBOGGroup of condition types/tables for purchasing conditions W_KOBOGCHAR4CHAR4
KOPGRScreen sequence group for document header & item BIFGRCHAR4TVHBBIFGR
FELDKField selection group for document header FELDKCHAR4TVHFFAWGR
AUFARAllocation Table Type AUFARCHAR4T620AUFARATG
BEKTYPromotion announcement category W_BEKTYCHAR4T626AAVIT
KAPPLApplication for output conditions NA_KAPPLCHAR2T681AKAPPLNA_KAPPL
KSBEKMessage Schema W_NACHSMCHAR6T683KALSM
KOBVKGroup of condition types/tables for sales price conditions W_KOBVKCHAR4CHAR4
SPVKOSales Organization for Suggested Sales Price W_SPVKOCHAR4TVKOVKORG
SPVTWDistribution Channel for Suggested Sales Price W_SPVTWCHAR2TVTWVTWEG
SPKNRPlant-Based Customer no. for Suggested Sales Price W_SPKNRCHAR10KNA1ALPHAKUNNR
LIGRUList group LIGRUCHAR1LIGRULIG
KALKEActivation type for sales prices W_AKTARTHCHAR1AKTARTH
VZKONCreate DC condition records W_VZKONCHAR1XFELD
LIVARList variant for sales price calculation LIVARCHAR2TWSTLIVARLIV
EKERVPromotion: Purchase price determination sequence W_EKERVCHAR2TWEVEKERV
KSCHL_PERCCondition Type Percentage Discount KSCHL_PERCCHAR4T685KSCHL
KSCHL_VALCondition Type Absolute Discount KSCHL_VALCHAR4T685KSCHL
NO_KALKPrice Activation w/o Price Calculation NO_KALKCHAR1XFELD
LCHECKCheck Against Listing Rules/Listing Conditions W_LCHECKCHAR1W_LCHECK
SPPLTPrice List of Default Sales Price W_SPPLTCHAR2T189PLTYP
FIELDCATArchive Information System Field Catalog AIND_FCATCHAR15AIND_STR1AIND_DESC
MEDIA_TYPEMedia Type RDM_MEDIA_TYPECHAR4RDMT_MED_TYPERDM_MEDIA_TYPE
CUSTOMER_TYPECustomer Type RDM_CUSTOMER_TYPECHAR4RDMT_CUST_TYPERDM_CUSTOMER_TYPE
FORMTYPEForm Type NA_FORMTYPECHAR1NA_FORMTYPE
WAELACurrency current promotion - planning W_WAELACUKY5TCURCWAERSFWS
ALLOW_PMAT_IGNOVariant Price Allowed (for Promotion Type) WPM_ALLOW_PMAT_IGNO_PROMOCHAR1XFELD
ITEMS_4_BBYControl of Subsequent Processing of Bonus Buy Materials WPM_ITEMS_4_BBYSCHAR1WPM_ITEMS_4_BBYS
ALLOW_DISP_MATAddition of Display Materials Allowed WPM_ALLOW_DISP_MATCHAR1XFELD
INIT_SLS_PRICEAllow Initial Sales Price in Price Activation WPM_ALLOW_INITIAL_SLS_PRICECHAR1XFELD
.INCLU--AP 0
XPROMOTION_MEDIAIS-M: Allowed Promotion Types for Contract Interface XPROMOTION_MEDIACHAR1XPROMOTION_MEDIA
.INCLU--AP 0
BPROFBonus Buy: Bonus buy profile RDM_BBY_BPROFCHAR4RDMT_BBY_PROFCHAR4RDM_BBY_BPROFRDM_BBY_BPROF_SHLP

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWAA
INTO CORRESPONDING FIELDS OF WA_TWAA
WHERE...

How to access SAP table TWAA

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