cancel
Showing results for 
Search instead for 
Did you mean: 

Capture EHS Data in ABAP Report

Former Member
0 Kudos

Hi All,

Requirement:

We need to include the below fields in our existing ABAP Report:

•             Storage Temperature (Storage Temp.)

•             Transport & Intermediate Storage Temperature (Trsp Temp.)

Both of the aforesaid info are available into the EHS module (T-code: CG02)

Query

How can this data be referred to; for fetching the data in SAP ABAP Report.

I searched a lot and googled also but was not able to find any proper solution.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi !

You have to pick the data from the relevant table. You can make use of these tables to fetch the data stored for value assignments, storage temperature, Transport & intermediate storage temperature.

specification - value assignment  assignment (Property tree) – ESTVH

value assignment item - ESTVP

charactersistic values - ESTAUSP, CABN

Value Assignment table - ESTVA

Substance-Specific Data - DGTMD

[In CG02, where these fields are mapped in the property tree..? that is the value assignment class]


Regards

Subash Sankar

christoph_bergemann
Active Contributor
0 Kudos

Dear Sachin

your requirement is not specific enough. You need to understand the EH&S data model to solve your problem. Subash provide hints to you from"ABAP" point of view. But you need be more precise in specifying your demand to get the data. Some of your data is normally e.g. available as part of "DG" master; E.g. the output variant EXCEL can be used to retrieve the data as well (If i remember correct both topic are maintained using standard property tree on specification level)

to get the "right" data you may need to specify "usage" of interest to select the "right" data

For which purpose you need the data?

C.B.