/SAPHT/DRMIUSR SAP (DRM Internet User Management Table) Table details

Dictionary Type: Table
Description: DRM Internet User Management Table




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




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

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

The /SAPHT/DRMIUSR table consists of various fields, each holding specific information or linking keys about DRM Internet User Management Table data available in SAP. These include USER_NAME (User Name in User Master Record), MS_DR_IND (Indicates manufacturer/supplier or distributor/reseller lot), TRACK_PARTNER (Tracking partner), 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: 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/DRMIUSR 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
USER_NAMEUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
MS_DR_INDIndicates manufacturer/supplier or distributor/reseller lot /SAPHT/DRM_MSDRINDCHAR1/SAPHT/DRM_MSDRIND
TRACK_PARTNERTracking partner /SAPHT/DRM_TRACK_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBUPA
SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART

Key field Non-key field



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

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

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

How to access SAP table /SAPHT/DRMIUSR

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