/1MD/MD______08K SAP (MM At/Rel MATERIAL / MATMARCFT) Table details

Dictionary Type: Table
Description: MM At/Rel MATERIAL / MATMARCFT




ABAP Code to SELECT data from /1MD/MD______08K
Related tables to /1MD/MD______08K
Access table /1MD/MD______08K




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

/1MD/MD______08K is a standard SAP Table which is used to store MM At/Rel MATERIAL / MATMARCFT data and is available within R/3 SAP systems depending on the version and release level.

The /1MD/MD______08K table consists of various fields, each holding specific information or linking keys about MM At/Rel MATERIAL / MATMARCFT data available in SAP. These include USMDKMMMATERIAL (Technical Key), /1MD/MMWERKS (Plant), USMD_ACTIVE (Active/Inactive Data Record), /1MD/MMCASMARCFT (CAS number for pharmaceutical products in foreign trade).. 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: Cannot Be Enhanced


SAP /1MD/MD______08K 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
USMDKMMMATERIALTechnical Key USMD_TECH_KEYINT410/1MD/MD______06HINT4
/1MD/MMWERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
USMD_ACTIVEActive/Inactive Data Record USMD_ACTIVECHAR1USMD_ACTIVE
/1MD/MMCASMARCFTCAS number for pharmaceutical products in foreign trade CASNRCHAR15Assigned to domainCASNR
/1MD/MMGPNMARCFTProduction statistics: PRODCOM number for foreign trade GPNUMCHAR9Assigned to domainGPNUM
/1MD/MMHERMARCFTRegion of origin of material (non-preferential origin) HERKRCHAR3Assigned to domainREGIO
/1MD/MMMOGMARCFTCommon Agricultural Policy: CAP products group-Foreign Trade MOGRUCHAR6Assigned to domainMOGRU
/1MD/MMMOWMARCFTCAP: Number of CAP products list MOWNRCHAR12Assigned to domainMOWNR
/1MD/MMSTAMARCFTCommodity Code/Import Code Number for Foreign Trade STAWNCHAR17Assigned to domainSTAWN
/1MD/MMSTEMARCFTControl code for consumption taxes in foreign trade STEUCCHAR16Assigned to domainSTEUC
USMD_O_MARCFRGTRObsolete Data Record USMD_OBSOLETECHAR1USMD_FLG
/1MD/MMEXPMEUnit of measure for commodity code (foreign trade) EXPMEUNIT3Assigned to domainCUNITMEINS
/1MD/MMHERKLCountry of origin of the material HERKLCHAR3Assigned to domainLAND1LND
/1MD/MMINDUSMaterial CFOP category J_1BINDUS3CHAR2ALPHAJ_1BINDUS3
/1MD/MMITARKIndicator: Military goods ITARKCHAR1XFELD
/1MD/MMMTVERExport/import material group MTVERCHAR4Assigned to domainMTVER
/1MD/MMPREFEPreference indicator in export/import PREFECHAR1PREFE
/1MD/MMPRENCExemption certificate: Indicator for legal control PRENCCHAR1PRENC
/1MD/MMPRENDExemption certificate: Issue date of exemption certificate PRENDDATS8PREND
/1MD/MMPRENEIndicator: Vendor declaration exists PRENECHAR1PRENEPNE
/1MD/MMPRENGValidity date of vendor declaration PRENGDATS8PRENGPNG
/1MD/MMPRENOExemption certificate number for legal control PRENNCHAR8PRENN

Key field Non-key field



How do I retrieve data from SAP table /1MD/MD______08K using ABAP code

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

SELECT SINGLE *
FROM /1MD/MD______08K
INTO CORRESPONDING FIELDS OF WA_/1MD/MD______08K
WHERE...

How to access SAP table /1MD/MD______08K

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