ERPD_WEC_CU_PAYM SAP (Customer Payment Methods ( Web Channel )) Table details

Dictionary Type: Table
Description: Customer Payment Methods ( Web Channel )




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




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

ERPD_WEC_CU_PAYM is a standard SAP Table which is used to store Customer Payment Methods ( Web Channel ) data and is available within R/3 SAP systems depending on the version and release level.

The ERPD_WEC_CU_PAYM table consists of various fields, each holding specific information or linking keys about Customer Payment Methods ( Web Channel ) data available in SAP. These include GUID (Payment method GUID), CUSTOMER (Customer Numbers), PAYMENT_METHOD (Payment Method), PSP_KEY (Payment Service Provider).. 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 ERPD_WEC_CU_PAYM 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
GUIDPayment method GUID ERP_WEC_PAYMENT_GUIDRAW16SYSUUID
CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
PAYMENT_METHODPayment Method COM_WEC_PAYMENT_METHOD_TYPECHAR1COM_WEC_PAYMENT_METHOD_TYPE
PSP_KEYPayment Service Provider COM_WEC_PAYMENT_SRV_PROVIDERCHAR4Assigned to domainCOM_WEC_PAYMENT_SRV_PROVIDER

Key field Non-key field



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

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

SELECT SINGLE *
FROM ERPD_WEC_CU_PAYM
INTO CORRESPONDING FIELDS OF WA_ERPD_WEC_CU_PAYM
WHERE...

How to access SAP table ERPD_WEC_CU_PAYM

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