EBANAPO1 SAP (Interface Structure EBAN for APO) Structure details

Dictionary Type: Structure
Description: Interface Structure EBAN for APO




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




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

EBANAPO1 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 "Interface Structure EBAN for APO" 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_EBANAPO1 TYPE EBANAPO1.

The EBANAPO1 table consists of various fields, each holding specific information or linking keys about Interface Structure EBAN for APO data available in SAP. These include BANFN (Purchase Requisition Number), BNFPO (Item Number of Purchase Requisition), BSART (Purchase Requisition Document Type), LOEKZ (Deletion Indicator in Purchasing Document).. 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 EBANAPO1 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
BNFPOItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
BSARTPurchase Requisition Document Type BBSRTCHAR4Assigned to domainBSARTBBA
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
FIXKZPurchase Requisition is Fixed BAFIXCHAR1XFELD
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
KZVBRConsumption Posting KZVBRCHAR1KZVBR
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MENGEPurchase Requisition Quantity BAMNGQUAN13(3) MENG13
MEINSPurchase Requisition Unit of Measure BAMEIUNIT3Assigned to domainCUNITMEINS
LFDATItem Delivery Date EINDTDATS8DATUM
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
BSMNGQuantity Ordered Against this Purchase Requisition BSMNGQUAN13(3) MENG13
EBAKZPurchase Requisition Closed EBAKZCHAR1XFELD
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
UMSOKSpecial Stock Indicator for Physical Stock Transfer UMSOKCHAR1Assigned to domainSOBKZ
MNG02Committed Quantity MNG06QUAN13(3) MENGV13
DAT01Committed Date DAT05DATS8DATUM
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
VBELPSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
FLIEFFixed Vendor FLIEFCHAR10Assigned to domainALPHALIFNR
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
LBLKZSubcontracting vendor LBLKZCHAR1XFELD
EMLIFVendor to be supplied/who is to receive delivery EMLIFCHAR10Assigned to domainALPHALIFNR
UZEITDelivery Date Time-Spot LZEITTIMS6UZEIT
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER

Key field Non-key field



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

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

How to access SAP table EBANAPO1

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