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

WANTED: Function Module (Product Allocation Planning Hierarchy Upload Tool)

Former Member
0 Likes
996

Hi,

I would like to seek assistance in utilizing the <b>right function module</b> in uploading Product Allocation Planning Hierarchy to MC62.

I've tried direct table update and BDC but to no avial.

Points will be rewarded.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
669

I have found FM MCP_GET_HIERARCHY to read the Hierarchy. However, FM MCS_INFO_UPDATE is obsolete and I can't find an alternative FM.

looks like No FM -

5 REPLIES 5
Read only

former_member194669
Active Contributor
0 Likes
669

check this

MCS_INFO_UPDATE

but it is says obsolate.

aRs

Read only

Former Member
0 Likes
670

I have found FM MCP_GET_HIERARCHY to read the Hierarchy. However, FM MCS_INFO_UPDATE is obsolete and I can't find an alternative FM.

looks like No FM -

Read only

Former Member
0 Likes
669

Need more suggestions please.

Points will be rewarded if found helpful.

Thanks

Read only

Former Member
0 Likes
669

Hi,

I'm having trouble using the FM 'MCP_GET_HIERARCHY'.

CALL FUNCTION 'MCP_GET_HIERARCHY'

EXPORTING

i_gstru =

  • IMPORTING

  • RETURN =

TABLES

t_filter =

t_char_values = .

What do I put in i_gstru, t_filter, and t_char_values?

I'm very new with this.

Thanks in advance for the help.

Read only

Former Member
0 Likes
669

Still looking for answers...

TIA