EHS00S_EXA_PUL SAP (Structure: Examination Results of Pulmonary Function Test) Structure details

Dictionary Type: Structure
Description: Structure: Examination Results of Pulmonary Function Test




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




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

EHS00S_EXA_PUL 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 "Structure: Examination Results of Pulmonary Function Test" 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_EHS00S_EXA_PUL TYPE EHS00S_EXA_PUL.

The EHS00S_EXA_PUL table consists of various fields, each holding specific information or linking keys about Structure: Examination Results of Pulmonary Function Test data available in SAP. These include MANDT (Client), SRV_NUMBER (Number of Medical Service), EXAM_GROUP (Examination Category), EXAM_CODE (Examination Number).. 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 EHS00S_EXA_PUL 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 MANDTCLNT3T000MANDT
SRV_NUMBERNumber of Medical Service EHS00_SRVNUMBERNUMC12T7EHS00_SRV_EXANUMC12EHS00SERVNO
EXAM_GROUPExamination Category EHS00_EGROUPNUMC2NUMC02
EXAM_CODEExamination Number EHS00_ECODECHAR17CHAR17
EXAM_COUNTNumber of Individual Examinations EHS00_EXAMCOUNTNUMC4NUMC04
TEST_NOMedical Test Number EHS00_TESTNOCHAR8CHAR08
FEV1_OBSResult of Forced One Second Volume Measurement (FEV1) EHS00_FEV1OBSDEC8(2) DEC6_2
FEV1_PRDPredicted Forced One-Second Volume (FEV1) EHS00_FEV1PRDDEC8(2) DEC6_2
FVC_OBSResult of Forced Expiratory Vital Capacity Measurement (FVC) EHS00_FVCOBSDEC8(2) DEC6_2
FVC_PRDPredicted Forced Expiratory Vital Capacity (FVC) EHS00_FVCPRDDEC8(2) DEC6_2
FEV1_FVC_PCTOBSDiscrepancy Between FEV1/FVC Values Measured EHS00_FEV1FVCDEC8(2) DEC6_2
FEV1_PCTDiscrepancy Between Measured and Predicted FEV1 EHS00_FEV1PCTDEC8(2) DEC6_2
FVC_PCTDiscrepancy Between Measured and Predicted FVC EHS00_FVCPCTDEC8(2) DEC6_2
PEAK_FLOWPeak Flow EHS00_PEAKFLOWDEC8(2) DEC6_2
PUL_MASCHINENOSpirometer Appliance Number EHS00_PULMANOCHAR20CHAR20
PUL_SOFTWARESpirometer Software EHS00_PULSWARECHAR20CHAR20
PUL_PRED_EQUFormula for Predictive Equation for Predicted Values EHS00_PULPRDEQUCHAR40TEXT40
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
AEDTMChanged on AEDTMDATS8DATUM

Key field Non-key field



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

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

How to access SAP table EHS00S_EXA_PUL

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