BBP_CFIV_ITEM_ONLINE SAP (Contains all Fields of the Online Structures from CF and IV) Structure details

Dictionary Type: Structure
Description: Contains all Fields of the Online Structures from CF and IV




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




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

BBP_CFIV_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 "Contains all Fields of the Online Structures from CF and IV" 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_CFIV_ITEM_ONLINE TYPE BBP_CFIV_ITEM_ONLINE.

The BBP_CFIV_ITEM_ONLINE table consists of various fields, each holding specific information or linking keys about Contains all Fields of the Online Structures from CF and IV data available in SAP. These include GENERIC_ACC (Generic Account Assignment), DESCR_GENERIC_ACC (Text, 40 Characters Long), UNIT_TEXT (Unit of Measurement Text (Maximum 30 Characters)), MULTI (Single-Character Indicator).. 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_CFIV_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
ACC_CATAccount Assignment Category in SRM BBP_ACC_CATCHAR5BBP_ACCCAT
GENERIC_ACCGeneric Account Assignment BBP_ACC_GENERICCHAR64CHAR64
DESCR_GENERIC_ACCText, 40 Characters Long TEXT40CHAR40TEXT40
UNIT_TEXTUnit of Measurement Text (Maximum 30 Characters) MSEHLCHAR30TEXT30
MULTISingle-Character Indicator CHAR1CHAR1CHAR1
UNPLANNEDCheckbox XFELDCHAR1XFELD
NOT_ALLOWEDCheckbox XFELDCHAR1XFELD
NO_DETAILCheckbox XFELDCHAR1XFELD
NO_COPYCheckbox XFELDCHAR1XFELD
EXPANDEDCheckbox XFELDCHAR1XFELD
HIER_GROUPItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
LIM_GROUPItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
NUMBER_INT_EXTField Name CHAR21CHAR21CHAR21
INITIAL_VALUENet Value BBP_VALUECURR15(2) WERT8
PARTNER_CHANGECheckbox XFELDCHAR1XFELD
PARTNER_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTNER_NAMEName 1 AD_NAME1CHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table BBP_CFIV_ITEM_ONLINE

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