BBPC_SUS_BPCUST SAP (Settings for Business Partners) Table details

Dictionary Type: Table
Description: Settings for Business Partners




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




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

BBPC_SUS_BPCUST is a standard SAP Table which is used to store Settings for Business Partners data and is available within R/3 SAP systems depending on the version and release level.

The BBPC_SUS_BPCUST table consists of various fields, each holding specific information or linking keys about Settings for Business Partners data available in SAP. These include ADMIN_USER (User Name in User Master Record), CR_NOTF_DOCOBJ (Documentation Object), REG_LOGIN_URL (Text, 255 Characters), DEF_TAX_CODE (Tax on Sales/Purchases Code).. 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 BBPC_SUS_BPCUST 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 MANDTCLNT3T000MANDT
ADMIN_USERUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
CR_NOTF_DOCOBJDocumentation Object DOKU_OBJCHAR60DOKU_OBJ
REG_LOGIN_URLText, 255 Characters TEXT255CHAR255TEXT255
DEF_TAX_CODETax on Sales/Purchases Code BBP_MWSKZCHAR2BBP_MWSKZ
EMAIL_NOTINotification of Incoming Documents per E-Mail BBP_SUS_BP_AUTO_NOTIFICATIONCHAR1BBP_SUS_BP_AUTO_NOTIFICATION
DOC_NO_COPYReference Number Cannot Be Changed BBP_SUS_BP_DOC_NO_COPYCHAR1XFELD
NOTF_ERRORCheckbox XFELDCHAR1XFELD
UM_EXTIDCheckbox XFELDCHAR1XFELD
ROS_ENABLECheckbox XFELDCHAR1XFELD
DOC_NOTF_URLText, 255 Characters TEXT255CHAR255TEXT255
NO_SEND_REG_MAILCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPC_SUS_BPCUST
INTO CORRESPONDING FIELDS OF WA_BBPC_SUS_BPCUST
WHERE...

How to access SAP table BBPC_SUS_BPCUST

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