/SAPHT/DRMSCLAIMS SAP (Communication structure for Claims processing (PP, SD, BU)) Structure details

Dictionary Type: Structure
Description: Communication structure for Claims processing (PP, SD, BU)




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




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

/SAPHT/DRMSCLAIMS 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 "Communication structure for Claims processing (PP, SD, BU)" 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/DRMSCLAIMS TYPE /SAPHT/DRMSCLAIMS.

The /SAPHT/DRMSCLAIMS table consists of various fields, each holding specific information or linking keys about Communication structure for Claims processing (PP, SD, BU) data available in SAP. These include GROUP_NO (DRM claim processing group number), CLAIM_TYPE (Type of Claim processing (SD or PP or BU)), CLAIM_DOC_TYPE (Sales Document Type), SALES_ORG (Sales Organization).. 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/DRMSCLAIMS 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
COLL_RUN_NODRM collective processing number /SAPHT/DRMCOLLRUNNOCHAR10CHAR10
GROUP_NODRM claim processing group number /SAPHT/DRMGROUPNOCHAR10CHAR10
CLAIM_TYPEType of Claim processing (SD or PP or BU) /SAPHT/DRM_CLAIM_TYPECHAR2/SAPHT/DRM_CLAIM_TYPE
CLAIM_DOC_TYPESales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DIST_CHNLDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
PURCH_ORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
LOTNODRM lot number /SAPHT/DRM_LOTNOCHAR10ALPHABELNR
LS_SD_AGRLogical system of ship & debit agreement /SAPHT/DRM_LS_SDAGRCHAR10Assigned to domainALPHALOGSYS
SD_AGR_NOShip-and-debit agreement number /SAPHT/DRM_SDAGRNOCHAR10ALPHABELNR
SD_AGR_ITMShip-and-debit agreement item number /SAPHT/DRM_SDAGRITMNUMC6Assigned to domainPOSNR
TRACK_PARTNERTracking partner /SAPHT/DRM_TRACK_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBUPA
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
MSBOOKPARTNOManufacturer book part number /SAPHT/DRM_MSBOOKPARTNOCHAR18Assigned to domainMATN1MATNR/SAPHT/DRM_MSBOOKPRTMAT1
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
END_CUSTDRM end customer /SAPHT/DRM_ENDCSTCHAR10Assigned to domainALPHABU_PARTNERDEBI
MS_DR_INDIndicates manufacturer/supplier or distributor/reseller lot /SAPHT/DRM_MSDRINDCHAR1/SAPHT/DRM_MSDRIND
LS_EC_INVLogical System of Resale Invoice /SAPHT/DRM_LS_ECINVCHAR10Assigned to domainALPHALOGSYS
EC_INV_NOEnd customer invoice number /SAPHT/DRM_ECINVDOCCHAR20CHAR20
EC_INV_ITMResale invoice item number /SAPHT/DRM_ECINVITMNUMC6Assigned to domainPOSNR
CUS_REF_FLDShip-and-debit claim reference number /SAPHT/DRM_SDCUSREFCHAR35/SAPHT/DRM_SDCUSREF
CLAIM_QTYClaim quantity /SAPHT/DRM_CLAIM_QTYQUAN15(3) MENG15
CLAIM_APP_QTYClaim Approved Quantity /SAPHT/DRM_CLMAPPQTYQUAN15(3) MENG15
QTY_UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
PPANNOPrice protection announcement number /SAPHT/DRM_PPANNOCHAR10CHAR10
PPEFFDATEPrice protection effective date /SAPHT/DRM_PPEFFDATEDATS8DATS/SAPHT/DRM_PPEFFDT
RECORDNOPrice protection due list record number /SAPHT/DRM_RECORDNOCHAR10ALPHABELNR
REF_KEYDRM Claim reference key /SAPHT/DRM_REF_KEYCHAR10CHAR10
ITM_NUMBERItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
HDR_BILL_BLOCKYes/no ETRUECHAR1X
ITM_BILL_BLOCKYes/no ETRUECHAR1X

Key field Non-key field



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

As /SAPHT/DRMSCLAIMS 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/DRMSCLAIMS as there is no data to select.

How to access SAP table /SAPHT/DRMSCLAIMS

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