BBPD_SUS_BP_DUPL SAP (SUS/BP: Staging Table for Duplicate Check) Table details

Dictionary Type: Table
Description: SUS/BP: Staging Table for Duplicate Check




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




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

BBPD_SUS_BP_DUPL is a standard SAP Table which is used to store SUS/BP: Staging Table for Duplicate Check data and is available within R/3 SAP systems depending on the version and release level.

The BBPD_SUS_BP_DUPL table consists of various fields, each holding specific information or linking keys about SUS/BP: Staging Table for Duplicate Check data available in SAP. These include LOG_SYS (Logical system), BPEXT (Business Partner Number in External System), BP_FT (Type of Partner Function Type), BP (Business Partner 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BBPD_SUS_BP_DUPL 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
LOG_SYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
BPEXTBusiness Partner Number in External System BU_BPEXTCHAR20CHAR20
BP_FTType of Partner Function Type BBP_PARTNER_FTYPCHAR4Assigned to domainBBP_PARTNER_FTYPBBPH_PARTNER_FTYP
BPBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
NAME1Name 1 of organization BU_NAMEOR1CHAR40BU_NAME
COUNTRYISOCountry ISO code INTCACHAR2INTCAF4_INTCA
POSTL_COD1City postal code AD_PSTCD1CHAR10CHAR10
E_MAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
ACTIONAction BU_ACTIONCHAR1BU_ACTION

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPD_SUS_BP_DUPL
INTO CORRESPONDING FIELDS OF WA_BBPD_SUS_BP_DUPL
WHERE...

How to access SAP table BBPD_SUS_BP_DUPL

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