/SAPHT/DRMCLMSD SAP (Ship and Debit Claim Data) Structure details

Dictionary Type: Structure
Description: Ship and Debit Claim Data




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




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

/SAPHT/DRMCLMSD is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Ship and Debit Claim Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/SAPHT/DRMCLMSD TYPE /SAPHT/DRMCLMSD.

The /SAPHT/DRMCLMSD table consists of various fields, each holding specific information or linking keys about Ship and Debit Claim Data data available in SAP. These include SD_AGR_NO (Ship-and-debit agreement number), SD_AGR_ITM (Ship-and-debit agreement item number), SD_AGR_RATE (Ship-and-debit agreement rate), SD_AGR_CURR (Ship-and-debit agreement rate currency).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SAPHT/DRMCLMSD structure 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
CUS_REF_FLDShip-and-debit claim reference number /SAPHT/DRM_SDCUSREFCHAR35/SAPHT/DRM_SDCUSREF
SD_AGR_NOShip-and-debit agreement number /SAPHT/DRM_SDAGRNOCHAR10ALPHABELNR
SD_AGR_ITMShip-and-debit agreement item number /SAPHT/DRM_SDAGRITMNUMC6Assigned to domainPOSNR
SD_AGR_RATEShip-and-debit agreement rate /SAPHT/DRM_SDAGRRATECURR11(2) WERTV6
SD_AGR_CURRShip-and-debit agreement rate currency /SAPHT/DRM_SDAGRCURRCUKY5Assigned to domainWAERS
PRIC_UNITShip-and-debit agreement pricing unit /SAPHT/DRM_AGR_PRC_UNITDEC5KPEIN
SD_AGR_UOMUnit of measure for SD Agreement /SAPHT/DRM_SDAGRCUOMUNIT3Assigned to domainCUNITMEINS
AGRM_CON_NUMNumerator for coversion to base unit /SAPHT/DRM_AGR_COND_NUMERDEC5UMBSZ
AGRM_CON_DENDenominator for conversion to base unit of material /SAPHT/DRM_AGR_COND_DENOMDEC5UMBSN
REP_AGR_RATEShip-and-debit agreement rate reported by distributor /SAPHT/DRM_REPAGRRATECURR11(2) WERTV6
EDI_AGR_RATEReported agreement rate in EDI /SAPHT/DRM_EDIAGRRATECHAR15EDIF5420
REP_AGR_CURRCurrency of reported ship-and-debit agreement rate /SAPHT/DRM_REPAGRCURRCUKY5Assigned to domainWAERS
EDI_AGR_CURRAgreement currency in EDI /SAPHT/DRM_EDIAGRCURRCHAR3EDIF6345
REP_PRIC_UNITPricing unit for reported ship-and-debit agreement price /SAPHT/DRM_REPPRICUNITDEC5KPEIN
REP_PRC_UOMUnit of measure for pricing quantity /SAPHT/DRM_REPPRICUOMUNIT3Assigned to domainCUNITMEINS
EDI_PRC_UOMReported agreement unit of measure in EDI /SAPHT/DRM_EDIPRICUOMCHAR3EDIF6411
AGR_CON_NUMNumerator for coversion to base unit /SAPHT/DRM_AGR_COND_NUMERDEC5UMBSZ
AGR_CON_DENDenominator for conversion to base unit of material /SAPHT/DRM_AGR_COND_DENOMDEC5UMBSN
REP_CLAIM_AMOUNTReported ship-and-debit claim amount /SAPHT/DRM_REPCLAIMAMTCURR15(2) WERTV8
EDI_CLAIM_AMOUNTReported claim amount in EDI /SAPHT/DRM_EDICLAIMAMTCHAR18EDIF5004
REP_CLAIM_CURRReported ship-and-debit claim amount currency /SAPHT/DRM_REPCLAIMCURRCUKY5Assigned to domainWAERS
EDI_CLAIM_CURRClaim currency in EDI /SAPHT/DRM_EDICLAIMCURRCHAR3EDIF6345
INV_DOCNOCredit/ debit memo number /SAPHT/DRM_INVDOC_NOCHAR10Assigned to domainALPHAVBELN
INV_DOCITMCredit/ debit memo item number /SAPHT/DRM_INVDOC_ITMNUMC6Assigned to domainPOSNR
RES_IDOCNOResponse IDoc number /SAPHT/DRM_RERT_IDOCNONUMC16EDI_DOCNUMDCN
DESIGN_REG_NODesign registration number /SAPHT/DRM_DESIGN_REG_NOCHAR30CHAR30

Key field Non-key field



How do I retrieve data from SAP structure /SAPHT/DRMCLMSD using ABAP code?

As /SAPHT/DRMCLMSD is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /SAPHT/DRMCLMSD as there is no data to select.

How to access SAP table /SAPHT/DRMCLMSD

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