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: 

EH&S Function Module that returns substance data

Former Member
0 Kudos

I am looking for an EH&S FM that will return the class value assignments. The substance number, class (i.e.: SAP_EHS_1023_027), Usage (i.e.:JP) are known inputs. I need an FM that will return all the sort sequences for that class.

4 REPLIES 4

Former Member
0 Kudos

Check C148_SUBSTANCE_FIND_BY_ID..

Hope this helps..

Bipin

Former Member
0 Kudos

Hi,

Please try using function module C1F5_SPECIFICATIONS_READ

Vineetha.

Former Member
0 Kudos

Hi,

Try using function module C1F5_SPECIFICATIONS_READ where sort order sequence details will be returned in x_composition_tab table.

Regards,

Vineetha.

Former Member
0 Kudos

Ray,

C1F5_SPECIFICATIONS_READ, should help you. But if you can check in Specification header you can find immediately which sort sequence is used.

Kiran