BBPS_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 BBPS_BAPIEKKOA
Related tables to BBPS_BAPIEKKOA
Access table BBPS_BAPIEKKOA




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

BBPS_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_BBPS_BAPIEKKOA TYPE BBPS_BAPIEKKOA.

The BBPS_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 BBPS_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 BBP_BDET1BAPIDEC3ZBDXT
DSCNT2_TOCash discount days 2 BBP_BDET2BAPIDEC3ZBDXT
DSCNT3_TOCash discount days 3 BBP_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_RATEExchange rate BBP_WKURSDEC9(5) BBP_KURSP
EX_RATE_FXIndicator: Fixing of exchange rate BBP_KUFIXCHAR1XFELD
INCOTERMS1Incoterms (Part 1) BBP_INCO1CHAR3BBP_INCO1
INCOTERMS2Incoterms (Part 2) BBP_INCO2CHAR28BBP_INCO2
REF_1Your Reference BBP_IHREZCHAR12TEXT12
SALES_PERSResponsible salesperson at vendor's office BBP_EVERKCHAR30TEXT30
TELEPHONEVendor's Telephone Number BBP_TELF0CHAR16TEXT16
TRNSP_MODEMode of Transport for Foreign Trade BBP_EXPVZCHAR1BBP_EXPVZ
CUSTOMSCustoms office: Office of exit for foreign trade BBP_DZOLLSCHAR6BBP_ZOLLS
EXCH_RATE_CMIndirect Quoted Exchange Rate UKURSMDEC9(5) PKURS
VPER_STARTValidity Period Start BBP_KDATBDATS8DATUM
VPER_ENDValidity Period End BBP_KDATEDATS8DATUM

Key field Non-key field



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

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

How to access SAP table BBPS_BAPIEKKOA

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