BBPD_PD_INDEX_H SAP (Index Table for a Selective First Access in GetList) Table details

Dictionary Type: Table
Description: Index Table for a Selective First Access in GetList




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




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

BBPD_PD_INDEX_H is a standard SAP Table which is used to store Index Table for a Selective First Access in GetList data and is available within R/3 SAP systems depending on the version and release level.

The BBPD_PD_INDEX_H table consists of various fields, each holding specific information or linking keys about Index Table for a Selective First Access in GetList data available in SAP. These include INDEX_GUID (Globally Unique identifier), HEADER_GUID (Globally Unique identifier), PARTNER_GUID (GUID for an Individual Partner), OBJECT_TYPE (Business Trans. Cat.).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BBPD_PD_INDEX_H table 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
HEADER_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
PARTNER_GUIDGUID for an Individual Partner CRMT_PARTNER_GUIDRAW16SYSUUID
OBJECT_TYPEBusiness Trans. Cat. CRMT_SUBOBJECT_CATEGORY_DBCHAR10Assigned to domainCRM_OJ_NAME_PROCESS
SUBTYPESpecification of a Purchasing Doc.(e.g. Credit Memo/Invoice) BBP_H_SUBTYPECHAR2BBP_H_SUBTYPE
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPE_DBCHAR4Assigned to domainCRM_PROCESS_TYPE
TEMPLATE_TYPETemplate Type of CRM Transaction CRMT_TEMPLATE_TYPE_DBCHAR1CRM_TEMPLATE_TYPE
VERSION_TYPEVersion Type (Active Document, 'Normal', Work Version) BBP_VERSION_TYPECHAR1BBP_VERSION_TYPE
CREATED_ATTransaction was Created at this Time CRMT_CREATED_ATDEC15TSTPSBCOS_TSTMP
CREATED_BYUser that Created the Transaction CRMT_CREATED_BYCHAR12UNAMEUSER_ADDR
CHANGED_ATTime of Last Change to the Transaction CRMT_CHANGED_ATDEC15TSTPSBCOS_TSTMP
DESCRIPTION_UCTransaction Description (Upper Case) CRMT_PROCESS_DESCRIPTION_UCCHAR40CRM_PROCESS_DESCRIPTION_UC
REF_DOC_NOReference Document Number BBP_XBLNRCHAR16XBLNR
DOC_CLOSEDIndicator Document Closed BBP_DOC_CLOSEDCHAR1XFELD
DOC_INCOMPLETEIndicator Document Incomplete BBP_DOC_INCOMPLETECHAR1XFELD
DOC_FLOW_CTRLIndicator of Possible Subsequent Processes BBP_DOC_FLOW_CTRLCHAR1BBP_DOC_FLOW_CTRL
PARTNER_NOPartner Number CRMT_PARTNER_NOCHAR32CRM_PARTNER_NO
PARTNER_FCTPartner func. CRMT_PARTNER_FCTCHAR8COM_PARTNER_FCT
PROC_ORGResponsible Purchasing Organization BBP_PROC_ORGCHAR14HROBJEC_14BBP_PROC_ORG
PROC_GROUPResponsible Purchasing Group BBP_PROC_GROUPCHAR14HROBJEC_14BBP_PROC_GROUP

Key field Non-key field



How do I retrieve data from SAP table BBPD_PD_INDEX_H using ABAP code

The following ABAP code Example will allow you to do a basic selection on BBPD_PD_INDEX_H to SELECT all data from the table
DATA: WA_BBPD_PD_INDEX_H TYPE BBPD_PD_INDEX_H.

SELECT SINGLE *
FROM BBPD_PD_INDEX_H
INTO CORRESPONDING FIELDS OF WA_BBPD_PD_INDEX_H
WHERE...

How to access SAP table BBPD_PD_INDEX_H

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