/SAPHT/DRMWLQTY SAP (DRM - Agreement negotiation Quantity Table) Table details

Dictionary Type: Table
Description: DRM - Agreement negotiation Quantity Table




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




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

/SAPHT/DRMWLQTY is a standard SAP Table which is used to store DRM - Agreement negotiation Quantity Table data and is available within R/3 SAP systems depending on the version and release level.

The /SAPHT/DRMWLQTY table consists of various fields, each holding specific information or linking keys about DRM - Agreement negotiation Quantity Table data available in SAP. These include WORKLISTNO (DRM agreement worklist item number), QTY_TYPE (DRM agreement worklist quantity type), QUANTITY (DRM agreement worklist item quantity), UOM (DRM agreement worklist item quantity UoM).. 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 or numeric)


SAP /SAPHT/DRMWLQTY 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
WORKLISTNODRM agreement worklist item number /SAPHT/DRM_WORKLISTNOCHAR10/SAPHT/DRMAGRWLALPHABELNR
QTY_TYPEDRM agreement worklist quantity type /SAPHT/DRM_QTY_TYPECHAR1/SAPHT/DRM_QTY_TYPE
QUANTITYDRM agreement worklist item quantity /SAPHT/DRM_WL_QTYQUAN15(3) MENG15
UOMDRM agreement worklist item quantity UoM /SAPHT/DRM_WL_UOMUNIT3T006CUNITMEINS

Key field Non-key field



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

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

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

How to access SAP table /SAPHT/DRMWLQTY

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