WEC_BP_CHKOUTPRF SAP (CheckOut Profile : External structure) Structure details

Dictionary Type: Structure
Description: CheckOut Profile : External structure




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




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

WEC_BP_CHKOUTPRF is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "CheckOut Profile : External structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_WEC_BP_CHKOUTPRF TYPE WEC_BP_CHKOUTPRF.

The WEC_BP_CHKOUTPRF table consists of various fields, each holding specific information or linking keys about CheckOut Profile : External structure data available in SAP. These include OPERATION (), CP_NAME (Checkout Profile Name), CP_DEFAULT (Default Checkout Profile), BILL_ADDR (GUID of a Business Partner Address).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WEC_BP_CHKOUTPRF structure 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
CP_GUIDCheckout Profile GUID ERP_WEC_CHKOUT_PROF_GUIDRAW16SYSUUID
OPERATION 0
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
PAY_METH_GUIDPayment method GUID ERP_WEC_PAYMENT_GUIDRAW16SYSUUID
INCOTERMS1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCOTERMS2Incoterms (Part 2) INCO2CHAR28INCO2
CP_NAME_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CP_DEFAULT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BILL_ADDR_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SHIP_ADDR_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELIV_TYPE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELIV_PRIO_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PAY_METH_GUID_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PAYMENT_METHOD_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INCOTERMS1_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INCOTERMS2_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



How do I retrieve data from SAP structure WEC_BP_CHKOUTPRF using ABAP code?

As WEC_BP_CHKOUTPRF is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on WEC_BP_CHKOUTPRF as there is no data to select.

How to access SAP table WEC_BP_CHKOUTPRF

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