BBPS_BAPIEKBES SAP (Transfer Structure for PO History: Totals) Structure details

Dictionary Type: Structure
Description: Transfer Structure for PO History: Totals




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




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

BBPS_BAPIEKBES 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: Totals" 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_BAPIEKBES TYPE BBPS_BAPIEKBES.

The BBPS_BAPIEKBES table consists of various fields, each holding specific information or linking keys about Transfer Structure for PO History: Totals data available in SAP. These include SERIAL_NO (Sequential number of account assignment), WITHDR_QTY (Issued Quantity), BLOCKED_QY (Goods receipt blocked stock in order unit), BL_QTY (Quantity in GR blocked stock in order price unit).. 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_BAPIEKBES 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
WITHDR_QTYIssued Quantity BBP_WAMNGQUAN13(3) MENG13
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
DELIV_QTYQuantity of Goods Received BBP_WEMNGQUAN13(3) MENG13
PO_PR_QNTQuantity in order price quantity unit BBP_BPMNGQUAN13(3) MENG13
VAL_GR_LOCValue of Goods Received in Local Currency BBP_VAL_GR_LOCDEC23(4) BAPICURR
VAL_GR_FORValue of Goods Received in Foreign Currency BBP_VAL_GR_FORDEC23(4) BAPICURR
IV_QTYInvoice Receipt Quantity BBP_REMNGQUAN13(3) MENG13
IV_QTY_POInvoice Receipt Quantity in Order Price Unit BBP_BPREMQUAN13(3) MENG13
VAL_IV_LOCInvoice Amount in Local Currency BBP_VAL_IV_LOCDEC23(4) BAPICURR
VAL_IV_FORInvoice Amount in Foreign Currency BBP_VAL_IV_FORDEC23(4) BAPICURR
CL_VAL_LOCGR/IR Account Clearing Value in Local Currency BBP_CLEAR_VALDEC23(4) BAPICURR
CL_VAL_FORClearing value on GR/IR account in foreign currency BBP_CL_VAL_FORDEC23(4) BAPICURR
DOP_VL_LOCTotal Down Payments in Local Currency BBP_DOP_VL_LOCDEC23(4) BAPICURR
IVVAL_LOCEntered Invoice Value in Local Currency BBP_IVVAL_LOCDEC23(4) BAPICURR
IVVAL_FOREntered Invoice Value in Foreign Currency BBP_IVVAL_FORDEC23(4) BAPICURR
DL_QTY_TRSPQuantity Delivered (Stock Transfer) BBP_GLMNGQUAN13(3) MENG13
BL_QTY_TOTALGR Locked Stock in Order Unit (Absolute Amount) BBP_WESBAQUAN13(3) MENG13
DL_QTY_TOTALGoods Receipt Quantity: Absolute Amount BBP_WEMGAQUAN13(3) MENG13
IV_QTY_TOTALInvoice Receipt Quantity: Absolute Amount BBP_REMGAQUAN13(3) MENG13
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO Currency Code BAPIISOCDCHAR3ISOCD

Key field Non-key field



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

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

How to access SAP table BBPS_BAPIEKBES

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