/SAPHT/DRMCRFCST SAP (Reference customers for EC creation during EC aliasing) Table details

Dictionary Type: Table
Description: Reference customers for EC creation during EC aliasing




ABAP Code to SELECT data from /SAPHT/DRMCRFCST
Related tables to /SAPHT/DRMCRFCST
Access table /SAPHT/DRMCRFCST




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

/SAPHT/DRMCRFCST is a standard SAP Table which is used to store Reference customers for EC creation during EC aliasing data and is available within R/3 SAP systems depending on the version and release level.

The /SAPHT/DRMCRFCST table consists of various fields, each holding specific information or linking keys about Reference customers for EC creation during EC aliasing data available in SAP. These include TRACK_PARTNER (Tracking partner), REF_CUST (Customer Numbers), SALES_ORG (Sales Organization), DIST_CHNL (Distribution Channel).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP /SAPHT/DRMCRFCST 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
TRACK_PARTNERTracking partner /SAPHT/DRM_TRACK_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBUPA
REF_CUSTCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DIST_CHNLDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART

Key field Non-key field



How do I retrieve data from SAP table /SAPHT/DRMCRFCST using ABAP code

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

SELECT SINGLE *
FROM /SAPHT/DRMCRFCST
INTO CORRESPONDING FIELDS OF WA_/SAPHT/DRMCRFCST
WHERE...

How to access SAP table /SAPHT/DRMCRFCST

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