/SAPHT/DRM_RSDTT SAP (Text table for the Sell In Date of the return Lot) Table details

Dictionary Type: Table
Description: Text table for the Sell In Date of the return Lot




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




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

/SAPHT/DRM_RSDTT is a standard SAP Table which is used to store Text table for the Sell In Date of the return Lot data and is available within R/3 SAP systems depending on the version and release level.

The /SAPHT/DRM_RSDTT table consists of various fields, each holding specific information or linking keys about Text table for the Sell In Date of the return Lot data available in SAP. These include LANGU (Language Key), MS_DR_IND (Indicates manufacturer/supplier or distributor/reseller lot), RETLOT_SLINDATE (Sell In Date for the return Lot), RLOT_SLINDT_TXT (Text for the Sell In Date of the return Lot).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table for: /SAPHT/DRM_RSLDT


SAP /SAPHT/DRM_RSDTT 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 MANDTCLNT3T000MANDT
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
MS_DR_INDIndicates manufacturer/supplier or distributor/reseller lot /SAPHT/DRM_MSDRINDCHAR1/SAPHT/DRM_MSDRIND
RETLOT_SLINDATESell In Date for the return Lot /SAPHT/DRM_RETLOT_SELLINDTCHAR1/SAPHT/DRM_RSLDT/SAPHT/DRM_RETLOT_SELLINDT
RLOT_SLINDT_TXTText for the Sell In Date of the return Lot /SAPHT/DRM_RLOT_SLINDT_TXTCHAR50/SAPHT/DRM_RLOT_SLINDT_TXT

Key field Non-key field



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

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

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

How to access SAP table /SAPHT/DRM_RSDTT

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