/SAPHT/DRM_PHONE SAP (DRM Phone Table) Table details

Dictionary Type: Table
Description: DRM Phone Table




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




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

/SAPHT/DRM_PHONE is a standard SAP Table which is used to store DRM Phone Table data and is available within R/3 SAP systems depending on the version and release level.

The /SAPHT/DRM_PHONE table consists of various fields, each holding specific information or linking keys about DRM Phone Table data available in SAP. These include TRK_CUST (Customer Numbers), TRK_FISC_YR (Fiscal Year), 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: 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 /SAPHT/DRM_PHONE 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 MANDTCLNT3T000MANDT
TRK_CUSTCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
TRK_FISC_YRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
SALES_ORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
DIST_CHNLDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2TSPASPARTSPAC_SPART
DRMPHONENORecord number /SAPHT/DRM_CL_PH_NOCHAR10CHAR10
START_FISC_YRStart of Fiscal Year for Close Calendar /SAPHT/DRM_START_FISC_YRDATS8DATUM
IDOC_TYPEMessage Type EDI_MESTYPCHAR30Assigned to domainEDI_MESTYPMES
PH_TOT_DTPhone total date /SAPHT/DRM_PH_TOT_DATEDATS8DATUM
PH_TOT_AMTPhone total amount /SAPHT/DRM_PH_TOT_AMOUNTCURR15(2) S_PRICE
CURRENCYSD Document Currency WAERKCUKY5TCURCWAERSFWS
DR_NUMBERNumber in terms of period type /SAPHT/DRM_NUMBERNUMC4NUM4
DR_TYPEPeriod type (Day/Week/Month) /SAPHT/DRM_TYPECHAR1/SAPHT/DRM_TYPE
DR_PH_DT_FROMPhone total date-From /SAPHT/DRM_PH_TOT_DATE_FROMDATS8DATUM
DR_PH_DT_TOPhone total date-To /SAPHT/DRM_PH_TOT_DATE_TODATS8DATUM
CCALGR1Close calendar group1 /SAPHT/CCALGR1CHAR20CHAR20
CCALGR2Close calendar group2 /SAPHT/CCALGR2CHAR20CHAR20
CCALGR3Close calendar group3 /SAPHT/CCALGR3CHAR20CHAR20
CCALGR4Close calendar group4 /SAPHT/CCALGR4CHAR20CHAR20
CCALGR5Close calendar group5 /SAPHT/CCALGR5CHAR20CHAR20

Key field Non-key field



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

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

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

How to access SAP table /SAPHT/DRM_PHONE

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