TJWAK SAP (IS-M/SD: Sales Promotion) Table details

Dictionary Type: Table
Description: IS-M/SD: Sales Promotion




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




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

TJWAK is a standard SAP Table which is used to store IS-M/SD: Sales Promotion data and is available within R/3 SAP systems depending on the version and release level.

The TJWAK table consists of various fields, each holding specific information or linking keys about IS-M/SD: Sales Promotion data available in SAP. These include WERBEAKT (Sales Promotion), GUELTIGVON (Start of Validity of Sales Promotion), GUELTIGBIS (End of Validity of Sales Promotion), DRERZ (Publication).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = TJW11


SAP TJWAK 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
WERBEAKTSales Promotion WERBEAKTCHAR8ALPHAWERBEAKTJWTMJW1
GUELTIGVONStart of Validity of Sales Promotion WERBAVONDTDATS8DATUM
GUELTIGBISEnd of Validity of Sales Promotion WERBABISDTDATS8DATUM
DRERZPublication DRERZCHAR8JDTDRERALPHADRERZJD1MJD1
CO_AUFNROrder number of internal CO order for account assignment J_CO_AUFNRCHAR12AUFKALPHAAUFNRANR
GEOEINIS-M: Geographical Unit in Sales Promotion GEOEINWBCHAR10JSTGEOEINHALPHAGEOEIN
ANZWERBPLNNumber of Planned Sales Activities ANZWERBPLNDEC9STMENGE
ANZPROBPLNNumber of Planned Trial Items ANZPROBPLNDEC9STMENGE
ANZABOPLNNumber of Planned Standard Subscription Items ANZABOPLNDEC9STMENGE
ANZWERBISTActual Sales Activities ANZWERBISTDEC9STMENGE
ANZPROBISTActual Number of Trial Items ANZPROBISTDEC9STMENGE
ANZABOISTActual Number of Standard Subscription Items ANZABOISTDEC9STMENGE
ANZETPROBENumber of Publication Days for Trial or Free Item ANZETPROBEDEC9STMENGE
RQUOTE_PLNIS-M: Return rate J_RQUOTEDEC7(4) PRZNT
RQUOTE_ISTIS-M: Return rate J_RQUOTEDEC7(4) PRZNT
EQUOTE_PLNIS-M: Success rate J_EQUOTEDEC7(4) PRZNT
EQUOTE_ISTIS-M: Success rate J_EQUOTEDEC7(4) PRZNT
WAERS_PLNCurrency Key WAERSCUKY5TCURCWAERSFWS
WAERS_ISTCurrency Key WAERSCUKY5TCURCWAERSFWS
KOSTEN_PLNIS-M: Costs JKOSTENCURR15(2) WERTV8
KOSTEN_ISTIS-M: Costs JKOSTENCURR15(2) WERTV8
CPOIS-M: Cost per order JCPOCURR9(2) WERT05
ANZABOISTSIS-M: Full Subscriptions Terminated from Sales Promotion ANZABOISTSDEC9STMENGE
AKTDATUMIS-M: Date of Last Actual Data Update JISTDATUMDATS8DATUM
ERFUSERCreated By ERFUSERCHAR12USNAM
ERFDATECreated On ERFDATEDATS8DATUM
ERFTIMETime Created ERFTIMETIMS6UZEIT
AENUSERLast Changed By AENUSERCHAR12USNAM
AENDATEDate of Last Change AENDATEDATS8DATUM
AENTIMETime of Last Change AENTIMETIMS6UZEIT
ANZABOISTXIS-M: Terminated Subscriptions from Sales Promotion ANZABOISTXDEC9STMENGE
ANZKSTLPLNPlanned Number of Free Items ANZKSTLPLNDEC9STMENGE
ANZKSTLISTActual Number of Free Items ANZKSTLISTDEC9STMENGE
CAMPAIGNIS-M: Default for Marketing Campaign ISM_MARKETING_CAMPAIGN_PROPRAW16MCAMPISM_MARKETING_CAMPAIGN

Key field Non-key field



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

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

SELECT SINGLE *
FROM TJWAK
INTO CORRESPONDING FIELDS OF WA_TJWAK
WHERE...

How to access SAP table TJWAK

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