E2EBAN SAP (Purchase Requisition/Reservation: Item Data) Structure details

Dictionary Type: Structure
Description: Purchase Requisition/Reservation: Item Data




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




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

E2EBAN 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 "Purchase Requisition/Reservation: Item 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_E2EBAN TYPE E2EBAN.

The E2EBAN table consists of various fields, each holding specific information or linking keys about Purchase Requisition/Reservation: Item Data data available in SAP. These include PSTYP (Item Category in Purchasing Document), KNTTP (Account Assignment Category), MATNR (Material Number), TXZ01 (Short Text).. 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: Not classified


SAP E2EBAN 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
BSARTOrder Type (Purchasing) BSARTCHAR4Assigned to domainBSARTBSA
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
TXZ01Short Text TXZ01CHAR40TEXT40
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
MENGEChar 15 CHAR15CHAR15CHAR15
MEINS3-Byte field CHAR3CHAR3CHAR3
LPEINCategory of Delivery Date LPEINCHAR1Assigned to domainPRGBZ
LFDATItem Delivery Date EINDTDATS8DATUM
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
AFNAMName of Requisitioner/Requester AFNAMCHAR12AFNAM
BADATRequisition (Request) Date BADATDATS8DATUM
BEDNRRequirement Tracking Number BEDNRCHAR10CHAR10
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
FRGDTPurchase Requisition Release Date FRGDTDATS8DATUM
WEBAZR/2 table CHAR5CHAR5CHAR5
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
PREISCharacter field 13 digits CHAR13CHAR13CHAR13
PEINHCharacter Field With Field Length 7 CHAR07CHAR7TEXT7
WEPOSGoods Receipt Indicator WEPOSCHAR1XFELD
REPOSInvoice Receipt Indicator REPOSCHAR1XFELD
WEUNBGoods Receipt, Non-Valuated WEUNBCHAR1XFELD
KONNRNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
KTPNRItem Number of Principal Purchase Agreement KTPNRNUMC5Assigned to domainEBELP
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
FLIEFFixed Vendor FLIEFCHAR10Assigned to domainALPHALIFNR
LIFNRDesired Vendor WLIEFCHAR10Assigned to domainALPHALIFNR
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
BSTME3-Byte field CHAR3CHAR3CHAR3
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
RESREQReservation or purchase requisition RESREQCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table E2EBAN

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