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

get materials by classname

Private_Member_19084
Active Contributor
0 Likes
494

Hi experts

Is there a FM to get all materials, which includes the class, by classname (classtype = 001)

Thx in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
471

Hello,

you could use the BAPI_OBJCL_GETOBJECTS for this purpose.

Regards Wolfgang

Hi experts

Is there a FM to get all materials, which includes the class, by classname (classtype = 001)

Thx in advance

2 REPLIES 2
Read only

Former Member
0 Likes
472

Hello,

you could use the BAPI_OBJCL_GETOBJECTS for this purpose.

Regards Wolfgang

Read only

Private_Member_19084
Active Contributor
0 Likes
471

Thank you very much

This is exaclty what I searched for