/DSD/ME_CUST_CPD SAP (DSD CN: One-time Customer) Table details

Dictionary Type: Table
Description: DSD CN: One-time Customer




ABAP Code to SELECT data from /DSD/ME_CUST_CPD
Related tables to /DSD/ME_CUST_CPD
Access table /DSD/ME_CUST_CPD




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

/DSD/ME_CUST_CPD is a standard SAP Table which is used to store DSD CN: One-time Customer data and is available within R/3 SAP systems depending on the version and release level.

The /DSD/ME_CUST_CPD table consists of various fields, each holding specific information or linking keys about DSD CN: One-time Customer data available in SAP. These include TOUR_ID (DSD Connecter: Tour ID), VISIT_ID (DSD connecter : Visit ID), NAME (DSD Connector: Name), NAME2 (DSD Connector: 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)


SAP /DSD/ME_CUST_CPD 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
TOUR_IDDSD Connecter: Tour ID /DSD/ME_TOURIDCHAR11CHAR11
VISIT_IDDSD connecter : Visit ID /DSD/ME_VISITIDNUMC6NUMC6
NAMEDSD Connector: Name /DSD/ME_NAMECHAR35CHAR35
NAME2DSD Connector: Name /DSD/ME_NAMECHAR35CHAR35
ADDRESSDSD Connector: Address /DSD/ME_ADDRESSCHAR40CHAR40
STREETDSD Connector: Street /DSD/ME_STREETCHAR35CHAR35
CITYDSD Connector: City /DSD/ME_CITYCHAR35CHAR35
DISTRICTDSD Connector: District /DSD/ME_DISTRICTCHAR35CHAR35
COUNTRYDSD Connector: Country Code /DSD/ME_COUNTRYCHAR3CHAR3
REGIONDSD Connector: Region /DSD/ME_REGIONCHAR3CHAR3
PCODEDSD Connector: Post Code /DSD/ME_PCODECHAR10CHAR10
PHONEDSD Connector: Phone number /DSD/ME_PHONECHAR16CHAR16
FAXNUMBERDSD Connector: Fax number /DSD/ME_FAXCHAR31CHAR31
TITLEDSD Connector: Title /DSD/ME_TITLE15CHAR15CHAR15
LANGUAGEDSD Connector: Language /DSD/ME_LANGUAGECHAR2CHAR2
EXTFLD1DSD Connector: Extension field(30Char) /DSD/ME_EXT30CHAR30CHAR30
EXTFLD2DSD Connector: Extension field(60Char) /DSD/ME_EXT60CHAR60CHAR60
EXTFLD3DSD Connector: Extension field(60Char) /DSD/ME_EXT60CHAR60CHAR60
EXTFLD4DSD Connector: Extension field(60Char) /DSD/ME_EXT60CHAR60CHAR60
EXTFLD5DSD Connector: Extension field(60Char) /DSD/ME_EXT60CHAR60CHAR60
ME_ACTIONDSD Connector: ME Action /DSD/ME_MEACTIONCHAR1
TAXCODE1Tax Number 1 STCD1CHAR16STCD1
TAXCODE2Tax Number 2 STCD2CHAR11STCD2
STR_SUPPL1Street 2 AD_STRSPP1CHAR40TEXT40
STR_SUPPL2Street 3 AD_STRSPP2CHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP table /DSD/ME_CUST_CPD using ABAP code

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

SELECT SINGLE *
FROM /DSD/ME_CUST_CPD
INTO CORRESPONDING FIELDS OF WA_/DSD/ME_CUST_CPD
WHERE...

How to access SAP table /DSD/ME_CUST_CPD

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