/SAPHT/DRMCGVAL SAP (General validation in Inbound 867/844 and staging) Table details

Dictionary Type: Table
Description: General validation in Inbound 867/844 and staging




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




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

/SAPHT/DRMCGVAL is a standard SAP Table which is used to store General validation in Inbound 867/844 and staging data and is available within R/3 SAP systems depending on the version and release level.

The /SAPHT/DRMCGVAL table consists of various fields, each holding specific information or linking keys about General validation in Inbound 867/844 and staging data available in SAP. These include STAGFLAG (Flag for staging : Active - X/ Inactive - ' '), INBOUNDFLAG (Flag for Inbound: Active - X/ Inactive - ' '), SDDLFLAG (Flag if check will be done at Ship & Debit Due list release), BITNO (Bit number for error 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: 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)

Text table = /SAPHT/DRMCGVALT


SAP /SAPHT/DRMCGVAL 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
VALTYPEValidation type /SAPHT/DRM_VALTYPECHAR4CHAR4
STAGFLAGFlag for staging : Active - X/ Inactive - ' ' /SAPHT/DRM_STAGFLAGCHAR1FLAG
INBOUNDFLAGFlag for Inbound: Active - X/ Inactive - ' ' /SAPHT/DRM_INBOUNDFLAGCHAR1FLAG
SDDLFLAGFlag if check will be done at Ship & Debit Due list release /SAPHT/DRM_SDDL_FLAGCHAR1FLAG
BITNOBit number for error code /SAPHT/DRM_BIT_NONUMC5NUMC

Key field Non-key field



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

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

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

How to access SAP table /SAPHT/DRMCGVAL

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