/SAPHT/DRMCSDXN SAP (Determination of DRM Transaction Code for SD application) Table details

Dictionary Type: Table
Description: Determination of DRM Transaction Code for SD application




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




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

/SAPHT/DRMCSDXN is a standard SAP Table which is used to store Determination of DRM Transaction Code for SD application data and is available within R/3 SAP systems depending on the version and release level.

The /SAPHT/DRMCSDXN table consists of various fields, each holding specific information or linking keys about Determination of DRM Transaction Code for SD application data available in SAP. These include DOC_CAT (SD document category), DOC_TYP (Sales Document Type), ITEM_CAT (Sales document item category), XN_CODE (DRM relevant transaction code).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP /SAPHT/DRMCSDXN 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
DOC_CATSD document category VBTYPCHAR1VBTYP
DOC_TYPSales Document Type AUARTCHAR4TVAKAUARTAUARTAAT
ITEM_CATSales document item category PSTYVCHAR4TVPTPSTYV
XN_CODEDRM relevant transaction code /SAPHT/DRM_XNCODECHAR20/SAPHT/DRMCXNCD/SAPHT/DRM_XNCODE/SAPHT/DRMHXN_CODE
PROC_CODEDRM relevant processing code /SAPHT/DRM_PROCCODECHAR2/SAPHT/DRM_PROCCODE

Key field Non-key field



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

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

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

How to access SAP table /SAPHT/DRMCSDXN

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