EHSWAS_APP_SELSCREEN SAP (MD (BDT): Selection Screen for Waste Approval) Structure details

Dictionary Type: Structure
Description: MD (BDT): Selection Screen for Waste Approval




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




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

EHSWAS_APP_SELSCREEN 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 "MD (BDT): Selection Screen for Waste Approval" 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_APP_SELSCREEN TYPE EHSWAS_APP_SELSCREEN.

The EHSWAS_APP_SELSCREEN table consists of various fields, each holding specific information or linking keys about MD (BDT): Selection Screen for Waste Approval data available in SAP. These include APCATDES (Waste Approval Type Description), APVALFROM (Valid From), APVALTO (Valid To), APPSTATUS (Processing Status of the Waste Approval).. 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_APP_SELSCREEN 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
APCWaste Approval Type EHSWAE_APCATCHAR6EHSWAC_APPCATEHSWAD_APCATEHSWAP_APCAT
APCATDESWaste Approval Type Description EHSWAE_APCATDESCHAR50TEXT50
APVALFROMValid From EHSWAE_APVALFROMDATS8DATS
APVALTOValid To EHSWAE_APVALTODATS8DATS
APPSTATUSProcessing Status of the Waste Approval EHSWAE_APWOSCHAR5EHSWAC_APSTATEHSWAD_APWOS
APWOSDESDescription of processing status EHSWAE_APWOSDCHAR50TEXT50
WAKEYWaste Code EHSWAE_WAKEYIDECHAR132TEXT132EHSWAP_WAKEYIDE
WAKEYDESWaste Code Description EHSWAE_WAKEYDESCHAR132TEXT132
PARTNERBusiness Partner for Waste Management EHSWAE_PARTNERCHAR10ALPHAEHSWAD_PARTNERWA000
DESCRIPName and Address of Partner WA_DESCRIPCHAR100CHAR100
MATNRMaterial That Represents the Waste EHSWAE_WASTECHAR18Assigned to domainMATN1MATNREHSWAP_WASTE
MATNRDESMaterial Description (Short Text) MAKTXCHAR40TEXT40
MTARTMaterial Type EHSWAE_MTART_WASTECHAR4Assigned to domainMTARTMTAEHSWAH_MTART_CUST
APPROVAL_APPNOWaste Approval Number Assigned by Authority EHSWAE_APPNOCHAR20ALPHAEHSWAD_APPNOEHSWAP_APPNO
APPROVAL_RECNGUID Number EHSBE_UUID_32CHAR32EHSBD_UUID_32
APMCATDisposal Document Type EHSWAE_MNCATCHAR6EHSWAC_MNCATEHSWAD_MNCATEHSWAP_MNCAT
APMCATDESDescription of the Disposal Document Type EHSWAE_MNCATDESCHAR50TEXT50
PARTNER_BNRWaste Management Business Partner with Auth.-Assigned Number EHSWAE_PARTNER_BNRCHAR10ALPHAEHSWAD_PARTNERWA000
INTAPPNOWaste Approval EHSWAE_APPNOINTCHAR10ALPHAEHSWAD_APPNOINT

Key field Non-key field



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

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

How to access SAP table EHSWAS_APP_SELSCREEN

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