BBP_CF_ITEM_ONLINE SAP (Include for Item Structure for EBP CF with Online-Fields) Structure details

Dictionary Type: Structure
Description: Include for Item Structure for EBP CF with Online-Fields




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




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

BBP_CF_ITEM_ONLINE 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 "Include for Item Structure for EBP CF with Online-Fields" 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_BBP_CF_ITEM_ONLINE TYPE BBP_CF_ITEM_ONLINE.

The BBP_CF_ITEM_ONLINE table consists of various fields, each holding specific information or linking keys about Include for Item Structure for EBP CF with Online-Fields data available in SAP. These include UNIT_ISO (ISO code for unit of measurement), ACC_CAT_TEXT (Account Assignment Category Description in SAP SRM), CATEGORY_NAME (Category Description), TAX_AMOUNT (Tax Amount).. 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 BBP_CF_ITEM_ONLINE 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
UNIT_EXT3External Unit of Measurement in Commercial Format (3-Char.) MSEH3CHAR3MSEH3
UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
ACC_CAT_TEXTAccount Assignment Category Description in SAP SRM BBP_ACCCAT_DCHAR30CHAR_30
CATEGORY_NAMECategory Description COMT_CATEGORY_TEXTCHAR80TEXT80
TAX_AMOUNTTax Amount BBP_TAX_AMOUNTCURR15(2) WERT8
TAX_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TAXJURCODETax Jurisdiction Code BBP_TXJCDCHAR15BBP_TXJCD
TAX_DESCRIPTIONEnterprise Buyer: Tax Code Description BBPTAX_DESCHAR50TEXT50
TIME_RECORDINGCheckbox XFELDCHAR1XFELD
INTERNAL_NOTEText Line TDLINECHAR132TDSTXLLINE
TIMEREC_TYPESingle-Character Indicator CHAR1CHAR1CHAR1
VPER_START_POTimeframe From BBP_VPER_STARTDATS8DATUM
VPER_END_POTimeframe To BBP_VPER_ENDDATS8DATUM
VPER_TYPE_PODelivery Date Type (From-Date, To-Date, Timeframe ...) BBP_VPER_TYPECHAR2/SAPSRM/VPER_TYPE
CF_QUANQuantity of Entered Confirmation BBP_CF_QUANT_EQUAN15(3) MENG15
PO_QUANQuantity of POs/Confirmations/Invoices Created for Contract BBP_PO_QUANT_EQUAN15(3) MENG15
CF_QUAN_OPENQuantity of Entered Confirmation BBP_CF_QUANT_EQUAN15(3) MENG15
CANCEL_ALLOWEDCheckbox XFELDCHAR1XFELD
RETURN_ALLOWEDCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BBP_CF_ITEM_ONLINE

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