BAPI1068E1 SAP (Promotion interface structure: Header data) Structure details

Dictionary Type: Structure
Description: Promotion interface structure: Header data




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




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

BAPI1068E1 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 "Promotion interface structure: Header data" 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_BAPI1068E1 TYPE BAPI1068E1.

The BAPI1068E1 table consists of various fields, each holding specific information or linking keys about Promotion interface structure: Header data data available in SAP. These include PROM_NAME (Promotion description), STATUS (Processing status of the promotion), STATUS_DESC (Subsequent processing status of whole promotion), LAST_REQ_DATE (Latest date for replying to promotion announcement).. 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: Can be enhanced (character-type or numeric)


SAP BAPI1068E1 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
PROMOTIONCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
PROM_NAMEPromotion description WAKTIONTXCHAR40TEXT40
STATUSProcessing status of the promotion W_AKVSTCHAR1AKVST
STATUS_DESCSubsequent processing status of whole promotion W_TAKVSTCHAR40CHAR40
LAST_REQ_DATELatest date for replying to promotion announcement W_RUDATDATS8DATUM
PURCHASE_FROMPurchase price conditions valid from W_EKDABDATS8DATUM
PURCHASE_TOPurchase price conditions valid to W_EKDBIDATS8DATUM
LISTING_FROMStart of promotion listing W_ALIVODATS8DATUM
LISTING_TOEnd of promotion listing W_ALIBIDATS8DATUM
ORDER_FROMEarliest Order Date W_FADATDATS8DATUM
ORDER_TOLatest Order Date W_SADATDATS8DATUM
DELIVERY_FROMEarliest delivery date W_FLDATDATS8DATUM
DELIVERY_TOLatest delivery date W_SLDATDATS8DATUM
ON_SALE_FROMOn Sale to Consumers From W_VKDABDATS8DATUM
ON_SALE_TOOn Sale To Consumers To W_VKDBIDATS8DATUM
GR_IN_PLANTGoods receipt promotional merchandise in plant W_AWEFIDATS8DATUM
BLOCK_REASONReason for promotion block W_SPGRUCHAR1SPGRU
BLOCK_REASN_DESCItem blocking reason text W_SPGRTCHAR60DDTEXT
BLOCK_DATEPromotion blocked on W_SPDABDATS8DATUM
ANNOUNC_CATPromotion announcement category W_BEKTYCHAR4T626AAVIT
ANNOUNC_CAT_DESCDescription of Promotion Announcement Category W_BETYTCHAR60CHAR60
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
LANGUP_ISO2-Character SAP Language Code LAISOCHAR2LAISO
PLANT_CUSTOMERCustomer no. of plant FILNRCHAR10Assigned to domainALPHAKUNNR
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
REPLY_STAT_PLANTStatus of reply to announcement - plant W_RUSTBCHAR1XFELD

Key field Non-key field



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

As BAPI1068E1 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 BAPI1068E1 as there is no data to select.

How to access SAP table BAPI1068E1

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