BAPI1068E3_NEW SAP (Structure: Promotion Header Data (GetDetail-BAPI)) Structure details

Dictionary Type: Structure
Description: Structure: Promotion Header Data (GetDetail-BAPI)




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




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

BAPI1068E3_NEW is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure: Promotion Header Data (GetDetail-BAPI)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BAPI1068E3_NEW TYPE BAPI1068E3_NEW.

The BAPI1068E3_NEW table consists of various fields, each holding specific information or linking keys about Structure: Promotion Header Data (GetDetail-BAPI) data available in SAP. These include PROMOTION_TYPE (Promotion Type), PROMO_TYPE_DESC (Promotion type description), PROMOCAT (Promotion Category), PROMOCAT_DESC (Promotion category description).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPI1068E3_NEW structure 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
PROM_NAMEPromotion description WAKTIONTXCHAR40TEXT40
PROMOTION_TYPEPromotion Type W_AKARTCHAR4TWAAW_AKARTWAA
PROMO_TYPE_DESCPromotion type description W_ARTBEZCHAR20TEXT20
PROMOCATPromotion Category W_AKTYPCHAR4TWTYAKTTY
PROMOCAT_DESCPromotion category description W_ATYBEZCHAR20TEXT20
SALES_CURRENCYCurrency current promotion - planning W_WAELACUKY5TCURCWAERSFWS
SALES_CRRNCY_ISOPlanned sales currency in ISO code W_WAELA_ISOCHAR3ISOCD
ON_SALE_FROMOn Sale to Consumers From W_VKDABDATS8DATUM
ON_SALE_TOOn Sale To Consumers To W_VKDBIDATS8DATUM
PURCHASE_FROMPurchase price conditions valid from W_EKDABDATS8DATUM
PURCHASE_TOPurchase price conditions valid to W_EKDBIDATS8DATUM
ORDER_FROMEarliest Order Date W_FADATDATS8DATUM
ORDER_TOLatest Order Date W_SADATDATS8DATUM
DELIVERY_FROMEarliest delivery date W_FLDATDATS8DATUM
DELIVERY_TOLatest delivery date W_SLDATDATS8DATUM
BLOCK_REASONReason for promotion block W_SPGRUCHAR1SPGRU
BLOCK_REASN_DESCItem blocking reason text W_SPGRTCHAR60DDTEXT
BLOCK_DATEPromotion blocked on W_SPDABDATS8DATUM
STATUSProcessing status of the promotion W_AKVSTCHAR1AKVST
STATUS_DESCSubsequent processing status of whole promotion W_TAKVSTCHAR40CHAR40
LISTING_STATUSListing Status of the Promotion W_AKBSTCHAR1AKBST
LISTING_STATUS_DESCHeader Listing status text W_STLITCHAR60DDTEXT
ALLOC_STATUSAllocation table status of the promotion W_AKASTCHAR1AKAST
ALLOC_STATUS_DESCHeader allocation table status text W_STATTCHAR60DDTEXT
PRICE_STATUSPrice activation status W_VKKPSHCHAR1PREISSH
PRICE_STATUS_DESCStatus description for sales price activation W_TVKSTCHAR60DDTEXT
ANNOUNCE_STATUSPromotion announcement status W_STBEKCHAR1BEKST
ANNOUNCE_STATUS_DESCStatus text for promotion announcement W_TBEKMCHAR60DDTEXT
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CREATED_ONDate on Which Record Was Created ERDATDATS8DATUM
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM
CHANGED_ONChanged On AEDATDATS8DATUM
SALES_ORGSales Organization: Promotion Header W_VKORG_HEADERCHAR4TVKOVKORGVKO
DISTR_CHANDistribution Channel: Promotion Header W_VTWEG_HEADERCHAR2TVTWVTWEGVTW
PURCH_ORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
PUR_GROUPPurchasing Group - Promotion Header W_EKGRPCHAR3T024EKGRPEKG
PRICING_LEVELActivation type for sales prices W_AKTARTHCHAR1AKTARTH
PRICING_LEVEL_DESCName of Price Activation Type AKTARTTCHAR60DDTEXT
PRICE_LISTPrice list type: promotion header W_PLTYPCHAR2T189PLTYPVPL
APPLICATIONApplication that Created the Promotion W_ERAPPLCHAR1W_ERAPPL
APPLICATION_DESCName of the Creating Application ERAPPL_TEXTCHAR60DDTEXT
RFC_DESTINATIONLogical RFC Destination W_RFCDSTCHAR32Assigned to domainRFCDEST
REF_PROMOHigher-Level Promotion WAKTPP_REF_PROMOCHAR10Assigned to domainALPHAWAKTION
REF_PROMO_NAMEPromotion description WAKTIONTXCHAR40TEXT40
IS_REF_PROMOIndicator: Higher-Level Promotion WAKTPP_IS_REF_PROMOCHAR1WAKTPP_IS_REF_PROMO
IS_REF_PROMO_DESCText Indicator: Higher-Level Promotion W_TIS_REF_PROMOCHAR60DDTEXT
BEKST2Status of New Announcement WAKTPP_STBEK2CHAR1WAKTPP_STBEK2
BEKST2_DESCText Status of New Promotion Announcement W_TBEKST2CHAR60DDTEXT
ALLOW_PMAT_IGNOVariant Price Allowed (for Promotion Type) WPM_ALLOW_PMAT_IGNO_PROMOCHAR1XFELD
MEDIA_TYPEMedia Type RDM_MEDIA_TYPECHAR4Assigned to domainRDM_MEDIA_TYPE
MEDIA_TYPE_DESCMedia Type Description WPM_MEDIA_TYPE_TEXTCHAR20TEXT20
CUSTOMER_TYPECustomer Type RDM_CUSTOMER_TYPECHAR4Assigned to domainRDM_CUSTOMER_TYPE
CUSTOMER_TYPE_DESCCustomer Type Description WPM_CUSTOMER_TYPE_TEXTCHAR20TEXT20
ITEMS_FOR_BBYSControl of Subsequent Processing of Bonus Buy Materials WPM_ITEMS_4_BBYSCHAR1WPM_ITEMS_4_BBYS

Key field Non-key field



How do I retrieve data from SAP structure BAPI1068E3_NEW using ABAP code?

As BAPI1068E3_NEW is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BAPI1068E3_NEW as there is no data to select.

How to access SAP table BAPI1068E3_NEW

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