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

Abap vs EHS

0 Likes
622

Hello guys!

Could anybody help me to find an information from EHS?

I need to get the Component Type of a substance, path:

Transaction CG02 - Transport Information - Road Transportation - Tab Composition.

I would appreciate any tip.

Thanks a lot.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
520

Hi,

Please try using function module C1F2_SUBSTANCES_READ_WITH_REF which returns all substance details. Component Type will be returned in table e_api_prop_component_tab.

Vineetha.

1 REPLY 1
Read only

Former Member
0 Likes
521

Hi,

Please try using function module C1F2_SUBSTANCES_READ_WITH_REF which returns all substance details. Component Type will be returned in table e_api_prop_component_tab.

Vineetha.