BBPS_BAPIEKBE SAP (Transfer Structure for PO History) Structure details

Dictionary Type: Structure
Description: Transfer Structure for PO History




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




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

BBPS_BAPIEKBE 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 for PO History" 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_BAPIEKBE TYPE BBPS_BAPIEKBE.

The BBPS_BAPIEKBE table consists of various fields, each holding specific information or linking keys about Transfer Structure for PO History data available in SAP. These include SERIAL_NO (Sequential number of account assignment), PROCESS_ID (Transaction Type, Purchase Order History), DOC_YEAR (Year of Material Document), MAT_DOC (Number of Material 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: Not classified


SAP BBPS_BAPIEKBE 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
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
SERIAL_NOSequential number of account assignment BBP_DZEKKNNUMC2NUM02
PROCESS_IDTransaction Type, Purchase Order History BBP_VGABECHAR1BBP_VGABE
DOC_YEARYear of Material Document BBP_MJAHRNUMC4GJAHRGJAHRMJAIV
MAT_DOCNumber of Material Document BBP_MBLNRCHAR10ALPHABELNRMBLN
MATDOC_ITMEnterprise Buyer Item in Material Document BBP_MBLPONUMC4BBP_MBLPOPOSIV
HIST_TYPEPO History Category BBP_BEWTPCHAR1BBP_BEWTP
MOVE_TYPEMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
PSTNG_DATEPosting Date in the Document BUDATDATS8DATUM
QUANTITYQuantity MENGE_DQUAN13(3) MENG13
VAL_LOCCURAmount in Local Currency BBP_VAL_LOCCURRDEC23(4) BAPICURR
VAL_FORCURAmount in Document Currency BBP_VAL_FORCURRDEC23(4) BAPICURR
CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS
CL_VAL_LOCGR/IR Account Clearing Value in Local Currency BBP_CLEAR_VALDEC23(4) BAPICURR
BLOCKED_QYGoods receipt blocked stock in order unit BBP_WESBSQUAN13(3) MENG13
BL_QTYQuantity in GR blocked stock in order price unit BBP_BPWESQUAN13(3) MENG13
DB_CR_INDDebit/Credit Indicator SHKZGCHAR1SHKZG
VAL_TYPEValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
NO_MORE_GR'Delivery Completed' Indicator BBP_ELIKZCHAR1XFELD
REF_DOC_NOReference Document Number XBLNRCHAR16XBLNR
REF_DOC_YRFiscal year of a reference document BBP_LFBJANUMC4GJAHRGJAHR
REF_DOCDocument Number of a Reference Document BBP_LFBNRCHAR10ALPHABELNR
REF_DOC_ITItem of a Reference Document BBP_LFPOSNUMC4BBP_MBLPO
MOVE_REASReason for movement BBP_MB_GRBEWNUMC4BBP_MB_GRBEW
ENTRY_DATEAccounting document entry date BBP_CPUDTDATS8DATUM
ENTRY_TIMETime of data entry BBP_CPUTMTIMS6UZEIT
IVVAL_LOCEntered Invoice Value in Local Currency BBP_IVVAL_LOCDEC23(4) BAPICURR
IVVAL_FOREntered Invoice Value in Foreign Currency BBP_IVVAL_FORDEC23(4) BAPICURR
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CONF_SERSequential Number of Purchase Order Response BBP_ETENSNUMC4NUM04
CONDITIONNumber of the Document Condition BBP_KNUMVCHAR10BBP_KNUMV
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
DELIV_QTYQuantity in Unit of Measure from Delivery Note BBP_LSMNG_R3QUAN13(3) MENG13
DELIV_UNITUnit of Measure From Delivery Note BBP_LSMEHUNIT3T006CUNITMEINS
PUR_MATMaterial Number EMATNRCHAR18Assigned to domainMATN1MATNRMAT
LOC_CURRLocal currency key BBP_HSWAECUKY5Assigned to domainWAERS
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
DOC_DATEDocument Date in Document BLDATDATS8DATUM
CURRENCY_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
LOC_CURR_ISOISO code for local currency BBP_LOC_CURR_ISOCHAR3ISOCD
DELIV_UNIT_ISOISO Code for Unit of Measure of Delivery Note BBP_DELIV_UNIT_ISOCHAR3T006IISOCD_UNIT

Key field Non-key field



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

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

How to access SAP table BBPS_BAPIEKBE

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