EHS00ANALYSIS SAP (I/O fields 'Evaluations' selection screen) Structure details

Dictionary Type: Structure
Description: I/O fields 'Evaluations' selection screen




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




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

EHS00ANALYSIS 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 "I/O fields 'Evaluations' selection screen" 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_EHS00ANALYSIS TYPE EHS00ANALYSIS.

The EHS00ANALYSIS table consists of various fields, each holding specific information or linking keys about I/O fields 'Evaluations' selection screen data available in SAP. These include TIMR02 (Time Period Indicator: Today), TIMR03 (Time Period Indicator: All), TIMR04 (Time Period Indicator: To Current Date), TIMR05 (Time Period Indicator: From Current 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP EHS00ANALYSIS 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
TIMR01Time Period Indicator: Other Period STIMR6CHAR1CHAR1_X
TIMR02Time Period Indicator: Today STIMR1CHAR1CHAR1_X
TIMR03Time Period Indicator: All STIMRDCHAR1CHAR1_X
TIMR04Time Period Indicator: To Current Date STIMR4CHAR1CHAR1_X
TIMR05Time Period Indicator: From Current Date STIMR5CHAR1CHAR1_X
TIMR06Time Period Indicator: Current Week STIMRBCHAR1CHAR1_X
TIMR07Time Period Indicator: Current Month STIMR2CHAR1CHAR1_X
TIMR08Time Period Indicator: Current Year STIMR3CHAR1CHAR1_X
TIMR09Time Period Indicator: Last Week STIMR7CHAR1CHAR1_X
TIMR10Time Period Indicator: Last Month STIMR8CHAR1CHAR1_X
STARTDAStart Date BEGDATUMDATS8DATUMBEG
STOPDAEnd Date ENDDATUMDATS8DATUMEND
WAYR01Evaluation method determ. indicator: Obj. -> Prelim. exams EHS00_WAYR01CHAR1CHAR1_X
WAYR02Evaluation method determination indicator: Obj. -> persons EHS00_WAYR02CHAR1CHAR1_X
WAYR03Evaluation method determination indicator: PE -> obj. EHS00_WAYR03CHAR1CHAR1_X
WAYR04Evaluation method determination indicator: PE -> persons EHS00_WAYR04CHAR1CHAR1_X
PLVARTXTPlan Version Text PLTEXTCHAR25TEXT25
OTYPETXTObject Type Text OTEXTCHAR25TEXT25
OBJIDSHORTObject Abbreviation SHORT_DCHAR12TEXT12
GROUPNAMEDescription of Health Surveillance Protocol Category EHS00_PGROUPNAMCHAR20TEXT20
PROTNAMEDescription of Health Surveillance Protocol EHS00_PNAMECHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table EHS00ANALYSIS

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