/XLSO/COMD_WECCP SAP (Checkout Profile) Table details

Dictionary Type: Table
Description: Checkout Profile




ABAP Code to SELECT data from /XLSO/COMD_WECCP
Related tables to /XLSO/COMD_WECCP
Access table /XLSO/COMD_WECCP




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

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

The /XLSO/COMD_WECCP table consists of various fields, each holding specific information or linking keys about Checkout Profile data available in SAP. These include PROFILE_GROUP (Checkout Profile Group), PROFILE_GUID (Checkout Profile GUID), PARTNER_NO (Business Partner Number), 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: Can be enhanced (character-type or numeric)


SAP /XLSO/COMD_WECCP 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
PROFILE_GROUPCheckout Profile Group /XLSO/COM_WEC_BP_CHKOUT_PR_GRPCHAR2/XLSO/WEC_BP_CPGCHAR2
PROFILE_GUIDCheckout Profile GUID /XLSO/COM_WEC_CHKOUT_PROF_GUIDRAW16SYSUUID
PARTNER_NOBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
CP_NAMECheckout Profile Name /XLSO/COM_WEC_CHKOUT_PROF_NAMECHAR40TEXT40
BILL_ADDRGUID of a Business Partner Address BU_ADDRESS_GUIDRAW16SYSUUID
SHIP_ADDRGUID of a Business Partner Address BU_ADDRESS_GUIDRAW16SYSUUID
DELIV_TYPEShipping Conditions /XLSO/COM_WEC_SHIP_CONDCHAR2/XLSO/COM_SHIP_COND
DELIV_PRIODelivery Priority /XLSO/COM_WEC_DLV_PRIONUMC2/XLSO/COM_DLV_PRIO
PAYMENT_METHODPayment Method /XLSO/COM_WEC_PAYMNT_METH_TYPECHAR1/XLSO/COM_WEC_PAYMNT_METH_TYPE
PSP_KEYPayment Service Provider /XLSO/COM_WEC_PAYMNT_SRV_PRVDRCHAR4/XLSO/COM_WEC_PAYMNT_SRV_PEVDR
INCOTERMS1Incoterms /XLSO/COM_WEC_INCOTERMS1CHAR3/XLSO/COM_INCOTERMS1
INCOTERMS2Incoterms 2 - Additional Information /XLSO/COM_WEC_INCOTERMS2CHAR28/XLSO/COM_INCOTERMS2
CARD_GUIDMapping DTEL for Payment Card GUID CARD_GUID_MAPCHAR32SMAPGUID

Key field Non-key field



How do I retrieve data from SAP table /XLSO/COMD_WECCP using ABAP code

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

SELECT SINGLE *
FROM /XLSO/COMD_WECCP
INTO CORRESPONDING FIELDS OF WA_/XLSO/COMD_WECCP
WHERE...

How to access SAP table /XLSO/COMD_WECCP

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