EHSWAS_MNAPI SAP (Waste Manifest: API Structure (EHSWAT_MN)) Structure details

Dictionary Type: Structure
Description: Waste Manifest: API Structure (EHSWAT_MN)




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




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

EHSWAS_MNAPI 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 "Waste Manifest: API Structure (EHSWAT_MN)" 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_EHSWAS_MNAPI TYPE EHSWAS_MNAPI.

The EHSWAS_MNAPI table consists of various fields, each holding specific information or linking keys about Waste Manifest: API Structure (EHSWAT_MN) data available in SAP. These include MANDT (Client), RECN (GUID Number), DELFLG (Deletion Indicator), PARKFLG (Data Record Is Inactive).. 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 or numeric)


SAP EHSWAS_MNAPI 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RECNGUID Number EHSBE_UUID_32CHAR32EHSBD_UUID_32
DELFLGDeletion Indicator ESEDELFLGCHAR1ESDFLAG
PARKFLGData Record Is Inactive ESEPARKFLGCHAR1ESDFLAG
CRDATCreated On ESECRDATDATS8DATUM
CRNAMCreated By ESECRNAMCHAR12USNAM
UPDDATChanged On ESEUPDDATDATS8DATUM
UPDNAMLast Changed By ESEUPDNAMCHAR12USNAM
SRSIDSource of Data ESESRSIDCHAR10Assigned to domainESDSRSID
OWNIDData Provider ESEVENDRIDCHAR10Assigned to domainALPHAAD_ADDRNUM
RECNROOTGUID Number EHSBE_UUID_32CHAR32EHSBD_UUID_32
MNINODisposal Document EHSWAE_MNINOCHAR15ALPHAEHSWAD_MNINOEHSWAP_MNID
MNCATDisposal Document Type EHSWAE_MNCATCHAR6EHSWAC_MNCATEHSWAD_MNCATEHSWAP_MNCAT
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
MNSTATUSDisposal Document Status EHSWAE_MNSTATUSCHAR5Assigned to domainEHSWAD_MNSTATUSEHSWAP_MNSTATUS
MNNOCTRYDisposal Document Number Assigned by a Transreg. Authority EHSWAE_MNNOCTRYCHAR15ALPHAEHSWAD_MNNOCTRYEHSWAP_MNIDCTRY
MNNOSTDisposal Document Number Assigned by a Regional Authority EHSWAE_MNNOSTCHAR15ALPHAEHSWAD_MNNOSTEHSWAP_MNIDST
MNAPNOWaste Approval (RECN) EHSWAE_RECNAPPCHAR32EHSWAT_APPROVALEHSBD_UUID_32
MNTXTTexts Exist EHSWAE_MNTXTCHAR1X
MNTXT2Texts Exist EHSWAE_MNTXTCHAR1X
MNTXT3Texts Exist EHSWAE_MNTXTCHAR1X
MNTXT4Texts Exist EHSWAE_MNTXTCHAR1X
MNCONTDGDisposal Document Contains Dangerous Goods EHSWAE_NCDGCHAR1X
MNLWDG1Dangerous Goods Regulation for Preliminary Leg EHSWAE_LWDG1CHAR12THM063HMD_LWDGEHSWAP_LWDG1
MNLWDG2Dangerous Goods Regulation for Main Leg EHSWAE_LWDG2CHAR12THM063HMD_LWDGEHSWAP_LWDG2
MNLWDG3Dangerous Goods Regulation for Subsequent Leg EHSWAE_LWDG3CHAR12THM063HMD_LWDGEHSWAP_LWDG3
MNDATAUTHDate of Dispatch to Authority EHSWAE_MNDATAUTHDATS8DATUM
MNACCShipment not Accepted by Disposer EHSWAE_MNACCCHAR1X
MNAMINTOTotal Outgoing Quantity EHSWAE_MNAMINTOQUAN13(3) MENG13
MNAMINTOUUnit of Measure for Total Outgoing Quantity EHSWAE_MNAMINTOUUNIT3Assigned to domainCUNITMEINS
MNAMEXTOTotal Quantity Disposed Of EHSWAE_MNAMEXTOQUAN13(3) MENG13
MNAMEXTOUUnit of Measure for Total Quantity Disposed Of EHSWAE_MNAMEXTOUUNIT3Assigned to domainCUNITMEINS
MNDATEPRNPrint Date for Disposal Document EHSWAE_MNDATEPRNDATS8DATUM
MNARCHDisposal Document Has Been Stored EHSWAE_MNARCHCHAR1X
MNCANDisposal Document Has Been Canceled EHSWAE_MNCANCHAR1X
MNDATRECReturn Within EHSWAE_MNDATRECNUMC3NUMC3
MNDATERECDate Disposal Document Returned EHSWAE_MNDATERECDATS8DATUM
ACTNGUID Number EHSBE_UUID_32CHAR32EHSBD_UUID_32
VALFRValid-From Date ESEVALFRDATS8DATUM
VALTOValid-To Date ESEVALTODATS8DATUM
AENNRChange Number ESEAENNRCHAR12Assigned to domainAENNRAENNRAEN
ERRORMODEIndicator: Error or warning in an API function ESEERRMODECHAR1CHAR1
ERRORINFOCount parameters NUMC4NUMC4NUMC4
ERRORCLASSMessage Class SYMSGIDCHAR20Assigned to domainARBGB
ERRORPARAM30 Characters CHAR30CHAR30CHAR30
LOGLOCKMODLogical Lock Mode ESELGLCKMDCHAR1CHAR1
EXTINFOExternal Information ESEEXTINFOCHAR10CHAR10
LINEMODProcessing status or mode of a record/step loop line ESELINEMODCHAR1CHAR1
INTAPPNOWaste Approval EHSWAE_APPNOINTCHAR10ALPHAEHSWAD_APPNOINT
STATUSORD2-Digit Numeric Value NUM2NUMC2NUM2

Key field Non-key field



How do I retrieve data from SAP structure EHSWAS_MNAPI using ABAP code?

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

How to access SAP table EHSWAS_MNAPI

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