EHSWAT_APPWAKEY SAP (MD: Waste Permit Waste Code) Table details

Dictionary Type: Table
Description: MD: Waste Permit Waste Code




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




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

EHSWAT_APPWAKEY is a standard SAP Table which is used to store MD: Waste Permit Waste Code data and is available within R/3 SAP systems depending on the version and release level.

The EHSWAT_APPWAKEY table consists of various fields, each holding specific information or linking keys about MD: Waste Permit Waste Code data available in SAP. These include MANDT (Client), RECN (GUID Number), ACTN (GUID Number), VALFR (Valid-From Date).. 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: Can be enhanced (character-type or numeric)


SAP EHSWAT_APPWAKEY 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
RECNGUID Number EHSBE_UUID_32CHAR32EHSBD_UUID_32
ACTNGUID Number EHSBE_UUID_32CHAR32EHSBD_UUID_32
VALFRValid-From Date ESEVALFRDATS8DATUM
VALTOValid-To Date ESEVALTODATS8DATUM
AENNRChange Number ESEAENNRCHAR12Assigned to domainAENNRAENNRAEN
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
RECNWAKEYWaste Code (RECN) EHSWAE_WAKEYNUMC20ALPHAESDRECN
APWAKEYWaste Code EHSWAE_WAKEYIDE_SHORTCHAR30TEXT30
APCKQUANAlert Quantity EHSWAE_APCKQUANQUAN13(3) MENG13
APCKUUnit of Measure for Alert Quantity EHSWAE_APCKUUNIT3T006CUNITMEINS
APDISQUANQuantity Disposed Of EHSWAE_APDISQUANQUAN13(3) MENG13
APDISUUnit of Measure for Quantity Disposed Of EHSWAE_DISUUNIT3T006CUNITMEINS
APPQUANTotal Licensed Quantity for the Approval and Waste Code EHSWAE_APPQUANQUAN13(3) MENG13
APPQUANUUnit of Measure for Licensed Quantity EHSWAE_PERUUNIT3T006CUNITMEINS
APDISCATType of disposal EHSWAE_APDISCATCHAR21CHAR21
APDISMETHDisposal Method EHSWAE_APDISMETHCHAR21CHAR21
APDISPROCProcess Code EHSWAE_APDISPROCCHAR21CHAR21
APFREFrequency of Removal EHSWAE_APFRECHAR21CHAR21
RECNSUBSTSpecification (RECN) with Declaration Analysis Data EHSWAE_RECNAPSUBSTNUMC20ALPHAESDRECN
APPACCATPackaging Category EHSWAE_APACCATCHAR21CHAR21
APPDISPREASReason for Disposal of Waste EHSWAE_DISPREASCHAR21CHAR21
APWAKEYORDSort Sequence and Default Setting for Waste Code EHSWAE_APWAKEYORDNUMC4NUMC4

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHSWAT_APPWAKEY
INTO CORRESPONDING FIELDS OF WA_EHSWAT_APPWAKEY
WHERE...

How to access SAP table EHSWAT_APPWAKEY

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