MASSDTEST SAP (Object for Testing MASS/MASSD) Table details

Dictionary Type: Table
Description: Object for Testing MASS/MASSD




ABAP Code to SELECT data from MASSDTEST
Related tables to MASSDTEST
Access table MASSDTEST




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

MASSDTEST is a standard SAP Table which is used to store Object for Testing MASS/MASSD data and is available within R/3 SAP systems depending on the version and release level.

The MASSDTEST table consists of various fields, each holding specific information or linking keys about Object for Testing MASS/MASSD data available in SAP. These include CHARFIELD (Name (only used for test purposes)), NUMFIELD (Number (only used for test purposes)), DATEFIELD (Date), DURATIONFIELD (Duration (only used for test purposes)).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MASSDTEST 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
CHARFIELDName (only used for test purposes) MASSDTEST_NAMECHAR20CHAR20
NUMFIELDNumber (only used for test purposes) MASSDTEST_NUM8NUMC8NUM8
DATEFIELDDate DATUMDATS8DATUM
DURATIONFIELDDuration (only used for test purposes) MASSDTEST_DURATIONDEC11TSTRGTSTRDURAG
FORKEYFIELDLanguage Key LANGULANG1T002ISOLASPRAS
QUANTFIELDQuantity (only used for test purposes) MASSDTEST_QTYQUAN13(3) MENG13
UNITFIELDBase Unit of Measure MEINSUNIT3T006CUNITMEINS
VALUEFIELDValue (only used for test purposes) MASSDTEST_VALCURR13(2) WERT7
VALKEYFIELDCurrency Key WAERSCUKY5TCURCWAERSFWS
CHKBOXFIELDCheckbox XFELDCHAR1XFELD
FIX_VALUE_CHECKMass Maintenance Test (Check Domain Fixed Values) MASSDTEST_FIX_VALUESCHAR1MASSDTEST_FIX_VALUES_D
FIX_VALUE_IGNOREMass Maintenance Test (Check Domain Fixed Values) MASSDTEST_FIX_VALUESCHAR1MASSDTEST_FIX_VALUES_D
TEXTText (12 characters) TEXT12CHAR12TEXT12

Key field Non-key field



How do I retrieve data from SAP table MASSDTEST using ABAP code

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

SELECT SINGLE *
FROM MASSDTEST
INTO CORRESPONDING FIELDS OF WA_MASSDTEST
WHERE...

How to access SAP table MASSDTEST

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