BBP_EINA SAP (Display/List Transfer Structure: Purch. Info (General Data)) Structure details

Dictionary Type: Structure
Description: Display/List Transfer Structure: Purch. Info (General Data)




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




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

BBP_EINA 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 "Display/List Transfer Structure: Purch. Info (General 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_BBP_EINA TYPE BBP_EINA.

The BBP_EINA table consists of various fields, each holding specific information or linking keys about Display/List Transfer Structure: Purch. Info (General Data) data available in SAP. These include MATERIAL (Material Number), MAT_GRP (Material Group), VENDOR (Vendor Account Number), DELETE_IND (Purchasing info: General data flagged for deletion).. 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 BBP_EINA 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
INFO_RECNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAT_GRPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
VENDORVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
DELETE_INDPurchasing info: General data flagged for deletion ILOEACHAR1XFELD
CREATED_ATDate on Which Record Was Created ERDATDATS8DATUM
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
SHORT_TEXTShort Text for Purchasing Info Record EINATXCHAR40TEXT40
SORTED_BYSort Term for Non-Stock Info Records SORTICHAR10CHAR10
PO_UNITPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
CONV_NUM1Numerator for Conversion of Order Price Unit into Order Unit BPUMZDEC5UMBSZ
CONV_DEN1Denominator for Conv. of Order Price Unit into Order Unit BPUMNDEC5UMBSN
VEND_MATMaterial Number Used by Vendor IDNLFCHAR35IDNEX
SALES_PERSSalesperson Responsible in the Event of Queries VERKFCHAR30TEXT30
TELEPHONEVendor's Telephone Number TELF0CHAR16TEXT16
REMINDER1Number of Days for First Reminder/Expediter MAHN1DEC3MAHNT
REMINDER2Number of Days for Second Reminder/Expediter MAHN2DEC3MAHNT
REMINDER3Number of Days for Third Reminder/Expediter MAHN3DEC3MAHNT
CERT_NOCertificate Number URZNRCHAR10URZNR
CERT_VALIDCertificate of Origin Valid Until URZDTDATS8DATUM
CERT_CTRYCountry of Issue of Certificate of Origin ULANDCHAR3Assigned to domainLAND1
CERT_TYPECertificate Category URZTPCHAR1Assigned to domainURZTP
CUST_NONumber URZZTCHAR16URZZT
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
VAR_ORD_UNVariable Purchase Order Unit Active VABMECHAR1VABME
VEND_PARTVendor Subrange LTSNRCHAR6Assigned to domainLTSNR
SORT_NOSort Sequence Number LTSSFNUMC5NUMC5
VEND_MATGVendor Material Group WGLIFCHAR18CHAR18
BACK_AGREEReturn Agreement W_RUECKNVCHAR2Assigned to domainW_RUECKNV
SUPPL_FROMAvailable (Deliverable) From LIFABDATS8DATUM
SUPPL_TOAvailable (Deliverable) Until LIFBIDATS8DATUM
PRE_VENDORPrior Vendor KOLIFCHAR10Assigned to domainALPHALIFNR
POINTSNumber of Points ANZPUQUAN13(3) MENG13
POINT_UNITPoints unit PUNEIUNIT3Assigned to domainCUNITMEINS
NORM_VENDRegular Vendor RELIFCHAR1XFELD
PO_UNIT_ISOrder unit in ISO code BSTME_BBPCHAR3Assigned to domainISOCD_UNIT
BASE_UOM_IBase unit of measure in ISO code MEINS_BBPCHAR3Assigned to domainISOCD_UNIT

Key field Non-key field



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

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

How to access SAP table BBP_EINA

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