/SAPHT/DRMCUSINF SAP (End Customer list for SD agreements) Table details

Dictionary Type: Table
Description: End Customer list for SD agreements




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




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

/SAPHT/DRMCUSINF is a standard SAP Table which is used to store End Customer list for SD agreements data and is available within R/3 SAP systems depending on the version and release level.

The /SAPHT/DRMCUSINF table consists of various fields, each holding specific information or linking keys about End Customer list for SD agreements data available in SAP. These include LS_SD_AGR (Logical system of ship & debit agreement), SD_AGR_NO (Ship-and-debit agreement number), SD_AGR_ITM (Ship-and-debit agreement item number), END_CUST (DRM end customer).. 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 /SAPHT/DRMCUSINF 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
LS_SD_AGRLogical system of ship & debit agreement /SAPHT/DRM_LS_SDAGRCHAR10/SAPHT/DRMCONEXTALPHALOGSYS
SD_AGR_NOShip-and-debit agreement number /SAPHT/DRM_SDAGRNOCHAR10/SAPHT/DRMCONEXTALPHABELNR
SD_AGR_ITMShip-and-debit agreement item number /SAPHT/DRM_SDAGRITMNUMC6/SAPHT/DRMCONEXTPOSNR
END_CUSTDRM end customer /SAPHT/DRM_ENDCSTCHAR10Assigned to domainALPHABU_PARTNERDEBI

Key field Non-key field



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

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

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

How to access SAP table /SAPHT/DRMCUSINF

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