EHSWAC_MNCAT SAP (Disposal Documents: Types) Table details

Dictionary Type: Table
Description: Disposal Documents: Types




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




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

EHSWAC_MNCAT is a standard SAP Table which is used to store Disposal Documents: Types data and is available within R/3 SAP systems depending on the version and release level.

The EHSWAC_MNCAT table consists of various fields, each holding specific information or linking keys about Disposal Documents: Types data available in SAP. These include MNCAT (Disposal Document Type), MNINOINT (Internal Number Range for the Disposal Document Type), MNINOEXT (External Number Range for the Disposal Document Type), MNCATP (Permissible Number of Wastes).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = EHSWAC_MNCATD


SAP EHSWAC_MNCAT 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
MNCATDisposal Document Type EHSWAE_MNCATCHAR6EHSWAD_MNCATEHSWAP_MNCAT
MNINOINTInternal Number Range for the Disposal Document Type EHSWAE_MNINOINTCHAR2CHAR2
MNINOEXTExternal Number Range for the Disposal Document Type EHSWAE_MNINOEXTCHAR2CHAR2
MNCATPPermissible Number of Wastes EHSWAE_MNCATPOSNUMC6NUM6
MNDATRECReturn Within EHSWAE_MNDATRECNUMC3NUMC3
MNSTSMAStatus Profile J_STSMACHAR8Assigned to domainJ_STSMA
MNRVLIDCTRYStandard Validity Area for Disposal Document EHSWAE_MNRVLIDCTRYCHAR10TCG91ESDRVLID
MNNORGECTRYEXTExternal Number Range for Transreg. Disposal Document Nos EHSWAE_MNNORGECTRYEXTCHAR2CHAR2
MNNORGECTRYINTInternal Number Range for Transreg. Disposal Document Nos EHSWAE_MNNORGECTRYINTCHAR2CHAR2
MNNOPRECTRYPrefix for the Transregional Disposal Document Number EHSWAE_MNNOPRECTRYCHAR10CHAR10
MNNORGESTEXTExternal Number Range for Regional Disposal Document Numbers EHSWAE_MNNORGESTEXTCHAR2CHAR2
MNORGESTINTInternal Number Range for Regional Disposal Document Number EHSWAE_MNNORGESTEINTCHAR2CHAR2
MNNOPRESTATEPrefix for the Regional Disposal Document Number EHSWAE_MNNOPRESTATECHAR10CHAR10
MNPBOFunction Module Before Calling Screen (PBO) EHSWAE_MNPBOCHAR30TFDIRFUNCNAME
MNPAIFunction Module to Check Data Entry (PAI) EHSWAE_MNPAICHAR30TFDIRFUNCNAME
DYNPNRScreen Number for Tab Display EHSWAE_DYNPNRCHAR4SYCHAR04
DYNPNR2Screen Number for Linear Display EHSWAE_DYNPNR2CHAR4SYCHAR04
PROGNAMEProgram Name for Screen EHSWAE_PROGNAMECHAR40Assigned to domainPROGRAMM
MNLDEPIDReport Generation Variant EHSWAE_LDEPIDCHAR10CHRIDESDLDEPID
MNDEFPARFunction Module for Print Output EHSWAE_DEFPARCHAR30TFDIRFUNCNAME
MNQUANTUnit of Measure for Disposal Document Type EHSWAE_MNQUANTUNIT3Assigned to domainCUNITMEINS
MNSTOREROLEAssignmt of a Master Data Role for Temp. Storage Facility EHSWAE_MNSTOREROLECHAR6TBZ0BU_RLTYP
MNCHKWAKEYCheck Waste Codes for Waste and Disposal Document EHSWAE_MNCHKWAKYCHAR1X
MNCHKMATKEYCheck Combination of Assigned Waste Codes and Wastes EHSWAE_MNCHKMATKEYCHAR1X
MNMATAUTOTransfer of Wastes from Disposal Channels in Waste Approval EHSWAE_MNMATAUTOCHAR1X
MNSGLCODEGeneral Waste Codes Are Assigned to the Wastes EHSWAE_MNSGLCODECHAR1X
MNGETCODESAutomatic Determination of Waste Codes EHSWAE_GETCODESCHAR1X
PARTNER4APPROVALPartner Role for Waste Approval Search EHSWAE_P4ACHAR6TBZ0BU_RLTYP
MNSETDATEDefault Date When Specifying Generator and Transporter EHSWAE_MNSETDATECHAR1X
MNPRNIDPrint Authority-Assigned Disposal Document Numbers EHSWAE_MNPRNIDCHAR1X
MNPRNQINTPrint Outgoing Quantity EHSWAE_MNPRNQINTCHAR1X
MNAUTHIDOutput of Higher-Level Authority-Assigned No. Is Permitted EHSWAE_MNAUTHIDCHAR1X
NEEDAPPROVALDisposal Document Requires a Waste Approval EHSWAE_MNNDAPPCHAR1X
NEEDDISWAYDisposal Document Requires a Disposal Channel EHSWAE_MNNDWAYCHAR1X
NEEDBPWASTECheck for Existence of Generation, Disposal, and Transport EHSWAE_MNNDBPWCHAR1X
MNCHKWSTAll Waste/Partner Combinations Must Exist EHSWAE_MNCHKWSTCHAR1X
MNCHKCODEOnly Identical Waste Codes for Waste and Document Permitted EHSWAE_MNCHKCODECHAR1X
MNMKTOTCalculation of Total Quantity from Waste Quantities Entered EHSWAE_MNMKTOTCHAR1X
MNDIVTOTTotal Quantity Is Distributed Between the Waste Items EHSWAE_MNDIVTOTCHAR1X
MNAPPMATOnly Wastes from Disposal Channels in Approvals Permitted EHSWAE_MNAPPMATCHAR1X
MNMAXLENGTHMaximum Length of Transregional Authority-Assigned Number EHSWAE_MNMAXLENGTHNUMC2NUMC2
MNMAXLENGSTATEMaximum Length of Regional Authority-Assigned Number EHSWAE_MNMAXLENGTHSTATENUMC2NUMC2

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHSWAC_MNCAT
INTO CORRESPONDING FIELDS OF WA_EHSWAC_MNCAT
WHERE...

How to access SAP table EHSWAC_MNCAT

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