BBPS_BAPIEBANV SAP (Transfer Structure: Change Requisition: Item) Structure details

Dictionary Type: Structure
Description: Transfer Structure: Change Requisition: Item




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




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

BBPS_BAPIEBANV 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: Change Requisition: Item" 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_BAPIEBANV TYPE BBPS_BAPIEBANV.

The BBPS_BAPIEBANV table consists of various fields, each holding specific information or linking keys about Transfer Structure: Change Requisition: Item data available in SAP. These include PUR_GROUP (Purchasing Group), SHORT_TEXT (Short Text), STORE_LOC (Storage Location), TRACKINGNO (Requirement Tracking Number).. 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 BBPS_BAPIEBANV 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
PREQ_ITEMItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
PUR_GROUPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
SHORT_TEXTShort Text TXZ01CHAR40TEXT40
STORE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
TRACKINGNORequirement Tracking Number BEDNRCHAR10CHAR10
MAT_GRPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
QUANTITYPurchase Requisition Quantity BAMNGQUAN13(3) MENG13
UNITPurchase Requisition Unit of Measure BAMEIUNIT3T006CUNITMEINS
DEL_DATCATDate type (day, week, month, interval) LPEIN_INTCHAR1PRGRS
DELIV_DATEItem Delivery Date EINDTDATS8DATUM
REL_DATEPurchase Requisition Release Date FRGDTDATS8DATUM
GR_PR_TIMEGoods Receipt Processing Time in Days WEBAZDEC3DEC3
C_AMT_BAPIPrice in purchase requisition BAPREBAPIDEC23(4) BAPICURR
PRICE_UNITPrice Unit EPEINDEC5DEC5
DISTRIBDistribution indicator for multiple account assignment VRTKZCHAR1VRTKZ
PART_INVPartial Invoice Indicator TWRKZCHAR1TWRKZ
GR_INDGoods Receipt Indicator WEPOSCHAR1XFELD
GR_NON_VALGoods Receipt, Non-Valuated WEUNBCHAR1XFELD
IR_INDInvoice Receipt Indicator REPOSCHAR1XFELD
DES_VENDORDesired Vendor WLIEFCHAR10Assigned to domainALPHALIFNR
FIXED_VENDFixed Vendor FLIEFCHAR10Assigned to domainALPHALIFNR
PURCH_ORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
AGREEMENTNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
AGMT_ITEMItem Number of Principal Purchase Agreement KTPNRNUMC5Assigned to domainEBELP
INFO_RECNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
VAL_TYPEValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
PO_UNITPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
PCKG_NOPackage number PACKNONUMC10Assigned to domainPACKNO
PO_PRICEAdopt Requisition Price in Purchase Order BPUEBCHAR1BPUEB
INT_OBJ_NOConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
PROMOTIONCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
VEND_MATMaterial number used by vendor IDNLF22CHAR22IDNEX22
CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS

Key field Non-key field



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

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

How to access SAP table BBPS_BAPIEBANV

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