/SAPHT/DRM_AGREEMENT_OVERVIEW SAP (Agreement overview) Structure details

Dictionary Type: Structure
Description: Agreement overview




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




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

/SAPHT/DRM_AGREEMENT_OVERVIEW is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Agreement overview" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/SAPHT/DRM_AGREEMENT_OVERVIEW TYPE /SAPHT/DRM_AGREEMENT_OVERVIEW.

The /SAPHT/DRM_AGREEMENT_OVERVIEW table consists of various fields, each holding specific information or linking keys about Agreement overview data available in SAP. These include DOC_TYPE (Sales Document Type), CUSTOMER (Customer Numbers), BRANCH (Customer Numbers), BRANCH_FLAG (Single-Character Indicator).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SAPHT/DRM_AGREEMENT_OVERVIEW structure 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
AGR_NUMBSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
DOC_TYPESales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BRANCHCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BRANCH_FLAGSingle-Character Indicator CHAR1CHAR1CHAR1
SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
PO_NUMBERCustomer purchase order number BSTKDCHAR35BSTKD
VALID_FROMValid-from date (outline agreements, product proposals) GUEBGDATS8DATUM
VALID_TOValid-to date (outline agreements, product proposals) GUEENDATS8DATUM
STATEObject status J_STATUSCHAR5J_STATUS
SY_ST_TEXTIndividual status of an object (short form) J_TXT04CHAR4TEXT4
SY_ST_DSCRObject status J_TXT30CHAR30TEXT30
MS_DR_INDIndicates manufacturer/supplier or distributor/reseller lot /SAPHT/DRM_MSDRINDCHAR1/SAPHT/DRM_MSDRIND
RELEASE_STATUSFinal released status indicator /SAPHT/DRM_RELEASE_STATUSCHAR1XFELD
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
DOC_DATEDocument Date (Date Received/Sent) AUDATDATS8DATUM
ITEM_NUMBItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
TARGET_QTYTarget quantity in sales units DZMENGQUAN13(3) MENG13
TARGET_QUTarget quantity UoM DZIEMEUNIT3Assigned to domainCUNITMEINS
TIMESTAMPTime created (Greenwich Meantime) RKE_HZSTMPDEC16RKE_TSTMP

Key field Non-key field



How do I retrieve data from SAP structure /SAPHT/DRM_AGREEMENT_OVERVIEW using ABAP code?

As /SAPHT/DRM_AGREEMENT_OVERVIEW is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /SAPHT/DRM_AGREEMENT_OVERVIEW as there is no data to select.

How to access SAP table /SAPHT/DRM_AGREEMENT_OVERVIEW

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