cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

ABAP-Code Editing classification hierarchy of item

Former Member
0 Likes
359

Hello!

I try to edit the classification hierarchy of an item with ABAP-coding. unfortunately I haven't found any Function to do so.

I tried it by using the class CL_RPM_PROJECT and the method assign_to_bucket_hierarchy, but I think the coding of the method is wrong, because it calls the method get_all_relates, which doesn't have any coding and loops over the result-table, which of course is always empty.

I tried as well the function 'RPM_CREATE_RELATION', but without any success.

Does any one know how to edit the classification hierarchy with a function?

Thanks a lot for your help!

NiNa

View Entire Topic
former_member201206
Active Contributor
0 Likes

Hi Nina,

a general way to find out such information is to make a trace (t-code SM12) while you are doing the same  of UI. All the involved standard programs in the trace-period can be found.

Kind regards,

Zhenbo