BAPI1068T22 SAP (Promotion Header Data (Changeable)) Structure details

Dictionary Type: Structure
Description: Promotion Header Data (Changeable)




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




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

BAPI1068T22 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 Header Data (Changeable)" 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_BAPI1068T22 TYPE BAPI1068T22.

The BAPI1068T22 table consists of various fields, each holding specific information or linking keys about Promotion Header Data (Changeable) data available in SAP. These include ON_SALE_FROM (On Sale to Consumers From), ON_SALE_TO (On Sale To Consumers To), PURCHASE_FROM (Purchase price conditions valid from), PURCHASE_TO (Purchase price conditions valid to).. 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 BAPI1068T22 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
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
SALES_ORGSales Organization: Promotion Header W_VKORG_HEADERCHAR4TVKOVKORGVKO
DISTR_CHANDistribution Channel: Promotion Header W_VTWEG_HEADERCHAR2TVKOVVTWEGVTW
PURCH_ORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
PUR_GROUPPurchasing Group - Promotion Header W_EKGRPCHAR3T024EKGRPEKG
PRICE_LISTPrice list type: promotion header W_PLTYPCHAR2Assigned to domainPLTYPVPL
MEDIA_TYPEMedia Type RDM_MEDIA_TYPECHAR4Assigned to domainRDM_MEDIA_TYPE
CUSTOMER_TYPECustomer Type RDM_CUSTOMER_TYPECHAR4Assigned to domainRDM_CUSTOMER_TYPE
SALES_CURRENCYCurrency current promotion - planning W_WAELACUKY5Assigned to domainWAERSFWS
SALES_CRRNCY_ISOPlanned sales currency in ISO code W_WAELA_ISOCHAR3ISOCD

Key field Non-key field



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

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

How to access SAP table BAPI1068T22

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