Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve values from EH&S specifications

Former Member
0 Kudos

Hello All,

In order to print out the IATA Shipper Declaration I have to retrieve values from EH&S. In our environment we've defined a specification category and assigned two different specification types. Now I try to retrieve values for our Value Assignment Types, unfortunately I haven't found any documentation for FM C1F5_SPECIFICATIONS_READ.

Does anyone of you how to use this function or is there any other way to retrieve these values for a MATNR?

Thx in advance,

eddy

4 REPLIES 4

Former Member
0 Kudos

Hi,

Try with below FM.

1. C1F2_SUBSTANCES_USED_BY_MAT

C10U_TRANSLATE_SUBID_TO_RECN

C12N_MATNAM_DETERMIN

C12N_DEFAULT_PARAM* (Many are there...select ur one)

2. Other way is go to table

ehswat000, 001,002.....

Former Member
0 Kudos

Hi,

I think this table will help u..

EHSWAT002. otherwise after getting recon and reconroot of a material try to retrieve from these table.

kssk,

ausp

0 Kudos

Thx for your replys

I will try one of these FMs and keep you updated regarding your points

eddy

0 Kudos

now i'm using BAPI_BUS1077_GETDETAIL

one has just to fill the SUB_HEADER table with header records and set all flags to 'X' to retrieve all relevant data

easy