BAPIEKKOA SAP (Transfer Structure: PO Header Additional Data) Structure details

Dictionary Type: Structure
Description: Transfer Structure: PO Header Additional Data




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




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

BAPIEKKOA 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 "Transfer Structure: PO Header Additional 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_BAPIEKKOA TYPE BAPIEKKOA.

The BAPIEKKOA table consists of various fields, each holding specific information or linking keys about Transfer Structure: PO Header Additional Data data available in SAP. These include DSCNT1_TO (Cash discount days 1), DSCNT2_TO (Cash discount days 2), DSCNT3_TO (Cash discount days 3), CASH_DISC1 (Cash Discount Percentage 1).. 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 BAPIEKKOA 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
PMNTTRMSTerms of Payment Key DZTERMCHAR4ZTERM
DSCNT1_TOCash discount days 1 BDET1BAPIDEC3ZBDXT
DSCNT2_TOCash discount days 2 BDET2BAPIDEC3ZBDXT
DSCNT3_TOCash discount days 3 BDET3BAPIDEC3ZBDXT
CASH_DISC1Cash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
CASH_DISC2Cash Discount Percentage 2 DZBD2PDEC5(3) PRZ23
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS
EXCH_RATEDirect Quoted Exchange Rate UKURSPDEC9(5) PKURS
EX_RATE_FXIndicator: Fixing of Exchange Rate KUFIXCHAR1XFELD
INCOTERMS1Incoterms (Part 1) INCO1CHAR3TINCINCO1
INCOTERMS2Incoterms (Part 2) INCO2CHAR28INCO2
REF_1Your Reference IHREZCHAR12TEXT12
SALES_PERSResponsible Salesperson at Vendor's Office EVERKCHAR30TEXT30
TELEPHONEVendor's Telephone Number TELF0CHAR16TEXT16
TRNSP_MODEMode of Transport for Foreign Trade EXPVZCHAR1Assigned to domainEXPVZ
CUSTOMSCustoms Office: Office of Exit/Entry for Foreign Trade DZOLLSCHAR6Assigned to domainZOLLS
EXCH_RATE_CMIndirect Quoted Exchange Rate UKURSMDEC9(5) PKURS
VPER_STARTStart of Validity Period KDATBDATS8DATUM
VPER_ENDEnd of Validity Period KDATEDATS8DATUM
OUR_REFOur Reference UNSEZCHAR12TEXT12

Key field Non-key field



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

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

How to access SAP table BAPIEKKOA

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