BBP_PDS_GETLIST_INDEX_ITEM SAP (Item Data Added to GetList Index Table) Structure details

Dictionary Type: Structure
Description: Item Data Added to GetList Index Table




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




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

BBP_PDS_GETLIST_INDEX_ITEM 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 "Item Data Added to GetList Index Table" 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_PDS_GETLIST_INDEX_ITEM TYPE BBP_PDS_GETLIST_INDEX_ITEM.

The BBP_PDS_GETLIST_INDEX_ITEM table consists of various fields, each holding specific information or linking keys about Item Data Added to GetList Index Table data available in SAP. These include CLIENT (Client), INDEX_GUID (Globally Unique identifier), ITEM_GUID (Globally Unique identifier), HEADER_GUID (Globally Unique identifier).. 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: Can be enhanced (character-type or numeric)


SAP BBP_PDS_GETLIST_INDEX_ITEM 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
INDEX_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
ITEM_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
HEADER_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
IPARTNER_GUIDGUID for an Individual Partner CRMT_PARTNER_GUIDRAW16SYSUUID
IOBJECT_TYPECRM Item Object Type CRMT_SWO_OBJTYP_PROCESS_ITM_DBCHAR10Assigned to domainCRM_OJ_NAME_PROCESS_ITEM
IDESCRIPTION_UCProduct Short Text in Upper Case for F4 Help CRMT_PRSHTEXTG_DBCHAR40CRM_PRSHTEXTG40_DB
IITM_TYPEItem Category CRMT_ITEM_TYPE_DBCHAR4Assigned to domainCRM_ITEM_TYPE
ICREATED_ATTransaction was Created at this Time CRMT_CREATED_ATDEC15TSTPSBCOS_TSTMP
IPRODUCTInternal Unique ID of Product CRMT_PRODUCT_GUID_DBRAW16SYSUUID
IORDERED_PRODProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
ICATEGORYProduct Category GUID BBP_CATEGORY_GUID_RAWRAW16SYSUUID
ICATEGORY_IDProduct Category ID BBP_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CAT
IDEL_INDDeletion Indicator SRM Purchasing Document BBP_DEL_INDCHAR1XFELD
ISOURCE_REL_INDIndicator - If the Document is Sourcing-Relevant BBP_SOURCE_REL_INDCHAR1BBP_SOURCE_REL_IND
IQUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
IFINAL_INVFinal invoice indicator BBP_EREKZCHAR1XFELD
IFINAL_ENTRYFinal Entry Indicator (Goods/Services) BBP_FINAL_ENTRYCHAR1XFELD
IQUAN_ASN_EShipping Notification Quantity Entered BBP_ASN_QUANT_EQUAN15(3) MENG15
IQUAN_CF_EQuantity of Entered Confirmation BBP_CF_QUANT_EQUAN15(3) MENG15
IQUAN_IV_EEntered Invoiced Quantity BBP_IV_QUANT_EQUAN15(3) MENG15
IDOC_FLOW_CTRLIndicator of Possible Subsequent Processes BBP_DOC_FLOW_CTRLCHAR1BBP_DOC_FLOW_CTRL
IPARTNER_NOPartner Number CRMT_PARTNER_NOCHAR32CRM_PARTNER_NO
IPARTNER_FCTPartner func. CRMT_PARTNER_FCTCHAR8COM_PARTNER_FCT
IPROC_ORGResponsible Purchasing Organization BBP_PROC_ORGCHAR14HROBJEC_14BBP_PROC_ORG
IPROC_GROUPResponsible Purchasing Group BBP_PROC_GROUPCHAR14HROBJEC_14BBP_PROC_GROUP
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table BBP_PDS_GETLIST_INDEX_ITEM

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