Application Development and Automation 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: 
Read only

EH&S Function Module that returns substance data

Former Member
0 Likes
841

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
Read only

Former Member
0 Likes
704

Check C148_SUBSTANCE_FIND_BY_ID..

Hope this helps..

Bipin

Read only

Former Member
0 Likes
704

Hi,

Please try using function module C1F5_SPECIFICATIONS_READ

Vineetha.

Read only

Former Member
0 Likes
704

Hi,

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

Regards,

Vineetha.

Read only

Former Member
0 Likes
704

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