BAPI1068I2 SAP (Create Promotion Interface Structure) Structure details

Dictionary Type: Structure
Description: Create Promotion Interface Structure




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




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

BAPI1068I2 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 "Create Promotion Interface Structure" 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_BAPI1068I2 TYPE BAPI1068I2.

The BAPI1068I2 table consists of various fields, each holding specific information or linking keys about Create Promotion Interface Structure data available in SAP. These include PROMOTION (COUPON), PROM_NAME (Promotion description), LANGU (Language Key), LANGU_ISO (2-Character SAP Language Code).. 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)


SAP BAPI1068I2 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
PROMOTION_TYPEPromotion Type W_AKARTCHAR4Assigned to domainW_AKARTWAA
PROMOTIONCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
PROM_NAMEPromotion description WAKTIONTXCHAR40TEXT40
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LANGU_ISO2-Character SAP Language Code LAISOCHAR2LAISO
SALES_CURRENCYCurrency current promotion - planning W_WAELACUKY5Assigned to domainWAERSFWS
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
TESTRUNSwitch to Simulation Session for Write BAPIs TESTRUNCHAR1BAPIFLAG
SALES_ORGSales Organization: Promotion Header W_VKORG_HEADERCHAR4Assigned to domainVKORGVKO
DISTR_CHANDistribution Channel: Promotion Header W_VTWEG_HEADERCHAR2Assigned to domainVTWEGVTW
APPLICATIONApplication that Created the Promotion W_ERAPPLCHAR1W_ERAPPL
RFC_DESTINATIONLogical RFC Destination W_RFCDSTCHAR32Assigned to domainRFCDEST
MEDIA_TYPEMedia Type RDM_MEDIA_TYPECHAR4Assigned to domainRDM_MEDIA_TYPE
CUSTOMER_TYPECustomer Type RDM_CUSTOMER_TYPECHAR4Assigned to domainRDM_CUSTOMER_TYPE
CREATING_DOCUMENT_NUMBERDocument that Created the Retail Promotion WAKTPP_ERDOCNCHAR10ALPHAWAKTPP_ERDOCN
PRICE_LISTPrice list type: promotion header W_PLTYPCHAR2Assigned to domainPLTYPVPL

Key field Non-key field



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

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

How to access SAP table BAPI1068I2

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