ERPD_WEC_BP_CP SAP (Checkout Profile for a customer) Table details

Dictionary Type: Table
Description: Checkout Profile for a customer




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




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

ERPD_WEC_BP_CP is a standard SAP Table which is used to store Checkout Profile for a customer data and is available within R/3 SAP systems depending on the version and release level.

The ERPD_WEC_BP_CP table consists of various fields, each holding specific information or linking keys about Checkout Profile for a customer data available in SAP. These include PARTNER (Business Partner Number), APPLICATION_ID (Holds Shop ID), CP_GUID (Checkout Profile GUID), CP_NAME (Checkout Profile Name).. 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: Cannot Be Enhanced


SAP ERPD_WEC_BP_CP 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
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
APPLICATION_IDHolds Shop ID WEC_PERS_SHOP_IDCHAR40ERP_WEC_SHOP_ID
CP_GUIDCheckout Profile GUID ERP_WEC_CHKOUT_PROF_GUIDRAW16SYSUUID
CP_NAMECheckout Profile Name ERP_WEC_CHKOUT_PROF_NAMECHAR40TEXT40
CP_DEFAULTDefault Checkout Profile ERP_WEC_DEF_CHKOUT_PROFCHAR1XFELD
BILL_ADDRGUID of a Business Partner Address BU_ADDRESS_GUIDRAW16SYSUUID
SHIP_ADDRGUID of a Business Partner Address BU_ADDRESS_GUIDRAW16SYSUUID
DELIV_TYPEShipping Conditions VSBEDCHAR2Assigned to domainVSBED
DELIV_PRIODelivery Priority (DI) LPRIO_DICHAR2CHAR2
PAYMENT_METHODPayment Method COM_WEC_PAYMENT_METHOD_TYPECHAR1COM_WEC_PAYMENT_METHOD_TYPE
CARD_GUIDGUID of a Payment Card CARD_GUIDRAW16SYSUUID
INCOTERMSIncoterms (Part 1) INCO1CHAR3Assigned to domainINCO1

Key field Non-key field



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

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

SELECT SINGLE *
FROM ERPD_WEC_BP_CP
INTO CORRESPONDING FIELDS OF WA_ERPD_WEC_BP_CP
WHERE...

How to access SAP table ERPD_WEC_BP_CP

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