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




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

BAPIEINA 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_BAPIEINA TYPE BAPIEINA.

The BAPIEINA 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 BAPIEINA 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 INFNRCHAR10EINAALPHAINFNRINFMEIN_C
MATERIALMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MAT_GRPMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
VENDORVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_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 BSTMEUNIT3T006CUNITMEINS
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 IDNLF22CHAR22IDNEX22
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 ULANDCHAR3T005LAND1
CERT_TYPECertificate Category URZTPCHAR1T069URZTP
CUST_NONumber URZZTCHAR16URZZT
BASE_UOMBase Unit of Measure MEINSUNIT3T006CUNITMEINS
REGIONSTATE (State, Province, County) REGIOCHAR3T005SREGIO
VAR_ORD_UNVariable Purchase Order Unit Active VABMECHAR1VABME
VEND_PARTVendor Subrange LTSNRCHAR6WYT1LTSNR
SORT_NOSort Sequence Number LTSSFNUMC5NUMC5
VEND_MATGVendor Material Group WGLIFCHAR18CHAR18
BACK_AGREEReturn Agreement W_RUECKNVCHAR2TWRVW_RUECKNV
SUPPL_FROMAvailable (Deliverable) From LIFABDATS8DATUM
SUPPL_TOAvailable (Deliverable) Until LIFBIDATS8DATUM
PRE_VENDORPrior Vendor KOLIFCHAR10LFA1ALPHALIFNR
POINTSNumber of Points ANZPUQUAN13(3) MENG13
POINT_UNITPoints unit PUNEIUNIT3T006CUNITMEINS
NORM_VENDRegular Vendor RELIFCHAR1XFELD
PO_UNIT_ISOOrder unit in ISO code BSTME_ISOCHAR3T006IISOCD_UNIT
BASE_UOM_ISOBase unit of measure in ISO code MEINS_ISOCHAR3T006IISOCD_UNIT
MATERIAL_EXTERNALLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATERIAL_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
MATERIAL_VERSIONVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS

Key field Non-key field



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

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

How to access SAP table BAPIEINA

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