/SAPHT/DRMSLINDS SAP (Sellin Audit Trail Details for Drop Ship) Structure details

Dictionary Type: Structure
Description: Sellin Audit Trail Details for Drop Ship




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




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

/SAPHT/DRMSLINDS 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 "Sellin Audit Trail Details for Drop Ship" 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/DRMSLINDS TYPE /SAPHT/DRMSLINDS.

The /SAPHT/DRMSLINDS table consists of various fields, each holding specific information or linking keys about Sellin Audit Trail Details for Drop Ship data available in SAP. These include INVDOCITM (Sell-In invoice/ invoice receipt document item number), MATDOCNO (Goods Issue/ Goods receipt number), MATDOCITEM (Goods Issue/ Goods receipt item number), REF_DOC_NO (Reference document number).. 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)


SAP /SAPHT/DRMSLINDS 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
INVDOCNOSell-in invoice/ invoice receipt document number /SAPHT/DRM_INVDOCNOCHAR10ALPHABELNR
INVDOCITMSell-In invoice/ invoice receipt document item number /SAPHT/DRM_INVDOCITMNUMC6Assigned to domainPOSNR
MATDOCNOGoods Issue/ Goods receipt number /SAPHT/DRM_MATDOCNOCHAR10ALPHABELNR
MATDOCITEMGoods Issue/ Goods receipt item number /SAPHT/DRM_MATDCITMNUMC6Assigned to domainPOSNR
REF_DOC_NOReference document number /SAPHT/DRM_RFDOCNOCHAR12XUACCNT
REF_DOC_ITMReference document item number /SAPHT/DRM_RFDOCITMNUMC6Assigned to domainPOSNR
SELLIN_DN_NODelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
SELLIN_DN_ITMDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
INVDATESell-in invoice date /SAPHT/DRM_INVDOCDTDATS8DATUM
MATDOCDATESell-in goods issue/ receipt document date /SAPHT/DRM_MATDOCDTDATS8DATUM
REF_DOC_TYPReference document type /SAPHT/DRM_RFDOCTYPCHAR2/SAPHT/DRM_DOCTYP

Key field Non-key field



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

As /SAPHT/DRMSLINDS 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/DRMSLINDS as there is no data to select.

How to access SAP table /SAPHT/DRMSLINDS

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