BBPD_CTR_IDOCREF SAP (Reference of contract number for Create Idocs) Table details

Dictionary Type: Table
Description: Reference of contract number for Create Idocs




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




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

BBPD_CTR_IDOCREF is a standard SAP Table which is used to store Reference of contract number for Create Idocs data and is available within R/3 SAP systems depending on the version and release level.

The BBPD_CTR_IDOCREF table consists of various fields, each holding specific information or linking keys about Reference of contract number for Create Idocs data available in SAP. These include SRC_LOGSYS (Logical system), EBELN_K (Contract number), IDOC_TYPE (General Flag), IDOC (IDoc number).. 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_CTR_IDOCREF 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SRC_LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
EBELN_KContract number BBP_BAPI_EBELN_KCHAR10ALPHABBP_BAPI_EBELN
IDOC_TYPEGeneral Flag FLAGCHAR1FLAG
IDOCIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
EBELN_BEContract number BBP_BAPI_EBELN_KCHAR10ALPHABBP_BAPI_EBELN
EKORGPurchasing organization BBP_BAPI_EKORGCHAR4BBP_BAPI_EKORGEKO
MSGNRMessage number MSGNRCHAR3Assigned to domainMSGNR
PLANTPlant EWERKCHAR4Assigned to domainWERKSWRK
PMNTTRMSTerms of Payment Key DZTERMCHAR4ZTERM
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPD_CTR_IDOCREF
INTO CORRESPONDING FIELDS OF WA_BBPD_CTR_IDOCREF
WHERE...

How to access SAP table BBPD_CTR_IDOCREF

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