/SAPHT/DRMWLCOMP SAP (DRM Agreement Negotiation Competitor Info Table.) Table details

Dictionary Type: Table
Description: DRM Agreement Negotiation Competitor Info Table.




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




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

/SAPHT/DRMWLCOMP is a standard SAP Table which is used to store DRM Agreement Negotiation Competitor Info Table. data and is available within R/3 SAP systems depending on the version and release level.

The /SAPHT/DRMWLCOMP table consists of various fields, each holding specific information or linking keys about DRM Agreement Negotiation Competitor Info Table. data available in SAP. These include WORKLISTNO (DRM agreement worklist item number), SERIAL_NUMBER (DRM agreement negotiation competitor number), COMPETITOR_ID (DRM agreement negotiation competitor ID), COMPETITOR_NAME (DRM agreement negotiation competitor 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: 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/DRMWLCOMP 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
SERIAL_NUMBERDRM agreement negotiation competitor number /SAPHT/DRMCOMPNONUMC6NUMC6
COMPETITOR_IDDRM agreement negotiation competitor ID /SAPHT/DRM_COMP_IDCHAR10CHAR10
COMPETITOR_NAMEDRM agreement negotiation competitor name /SAPHT/DRM_COMP_NMCHAR20CHAR20
RESALE_RATEDRM agreement negotiation competitor rate /SAPHT/DRM_COMP_RATECURR11(2) WERTV6
CURRENCYDRM agreement negotiation competitor currency /SAPHT/DRM_COMP_CURRENCYCUKY5TCURCWAERS
PRIC_UNITDRM agreement negotiation competitor pricing unit /SAPHT/DRM_COMP_PRIC_UNITDEC5KPEIN
PRICING_UOMDRM agreement negotiation competitor pricing UoM /SAPHT/DRM_COMP_PRIC_UOMUNIT3T006CUNITMEINS

Key field Non-key field



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

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

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

How to access SAP table /SAPHT/DRMWLCOMP

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