/SAPHT/DRMRLSR SAP (DRM Rule : Simple Rule) Table details

Dictionary Type: Table
Description: DRM Rule : Simple Rule




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




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

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

The /SAPHT/DRMRLSR table consists of various fields, each holding specific information or linking keys about DRM Rule : Simple Rule data available in SAP. These include APPLICATION (DRM Rule - Application), SR_NAME (Simple rule name), CAL_TYPE (Calculation type), FIELD_NAME1 (Primary field name).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = /SAPHT/DRMRLSR_T


SAP /SAPHT/DRMRLSR 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
APPLICATIONDRM Rule - Application /SAPHT/DRM_APCHAR2/SAPHT/DRMRLAPKAPPL/SAPHT/DRMRLAP
SR_NAMESimple rule name /SAPHT/DRM_SRNAMECHAR7/SAPHT/DRM_SRNAME
CAL_TYPECalculation type /SAPHT/DRM_CAL_TYPECHAR1/SAPHT/DRM_CALTYPE
FIELD_NAME1Primary field name /SAPHT/DRM_FDNAME1CHAR30Assigned to domainFDNAME
MAT_OPERATORMathematical operator /SAPHT/DRM_MATOPTRCHAR1/SAPHT/DRM_MATOPTR
FIELD_NAME2Mathematical operation field name /SAPHT/DRM_FDNAME2CHAR30Assigned to domainFDNAME
NUMC_VALUENumeric value /SAPHT/DRM_NUMC_VALUENUMC4NUMC4
CURR_VALUECurrency value /SAPHT/DRM_CURR_FIELDCURR11(2) WERTV6
CURR_VALUE_UNITCurrency value currency /SAPHT/DRM_FIELD_CURRENCYCUKY5Assigned to domainWAERS
QTY_VALUEQuantity value /SAPHT/DRM_QTY_FIELDQUAN15(3) MENGV15_3
QTY_VALUE_UNITQuantity value unit /SAPHT/DRM_QTY_UNITUNIT3Assigned to domainCUNITMEINS
DATE_VALUEDRM Rule : Date Value /SAPHT/DRM_DATE_FIELDDATS8DATS
LOG_OPERATORSelection operator /SAPHT/DRM_LOGOPTRCHAR2/SAPHT/DRM_LOGOPTR
NUMC_RESULTNumeric result /SAPHT/DRM_NUMC_RESULTNUMC4NUMC4
STR_RESULTString result /SAPHT/DRM_VALUECHAR30/SAPHT/DRM_VALUE
CURR_RESULTCurrency result /SAPHT/DRM_CURR_VALUECURR11(2) WERTV6
CURR_RESULT_UNITCurrency result unit /SAPHT/DRM_VALUE_CURRENCYCUKY5Assigned to domainWAERS
QTY_RESULTQuantity result /SAPHT/DRM_QTY_VALUEQUAN15(3) MENGV15_3
QTY_RESULT_UNITQuantity result unit /SAPHT/DRM_QTY_RESULT_UNITUNIT3Assigned to domainCUNITMEINS
DATE_RESULTDate result /SAPHT/DRM_DATE_VALUEDATS8DATS
FIELD_NAME3Comparison field /SAPHT/DRM_FDNAME3CHAR30Assigned to domainFDNAME

Key field Non-key field



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

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

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

How to access SAP table /SAPHT/DRMRLSR

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