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

BDC for MC62

tushar_shukla
Active Participant
0 Likes
716

Hi,

We are trying to create a BDC for MC62 t-code and we are facing a problem as mentioned below :

In MC62 there is no function code for 'FIND' ;so we are unable to locate the cursor on appropriate item .

The only way we have found : to provide all values on intial pop up screen ; but it is directing on next hierarchy level .

Is there any solution available for this or any function module available for product allocation update ?

Regards,

Tushar

Hi,

We are trying to create a BDC for MC62 t-code and we are facing a problem as mentioned below :

In MC62 there is no function code for 'FIND' ;so we are unable to locate the cursor on appropriate item .

The only way we have found : to provide all values on intial pop up screen ; but it is directing on next hierarchy level .

Is there any solution available for this or any function module available for product allocation update ?

Regards,

Tushar

1 REPLY 1
Read only

gilmarluiz_puntel
Active Participant
0 Likes
588

Tushar, good evening.

I was searching for a solution to this case, because I have the same requirement to solute a problem.

I was searching for a note in the service.sap.com, and I found one (Note 94241 - Planning hierarchy: Tools)

This note inform about an auxiliary tool to add, delete and check a planning hierarchy.

Well, I tested the program to add a new member in the planning hierarchy, and itu2019s work ok.

The best way to insert in mass is to create a copy of this program and write your own code to import lines from a flat file for example, or create a copy of this program, associate it to a transaction code and create a LSMW to insert new members to hierarchy planning (this will be my solution).

I think that this will solve your problem.

Please, inform if this tip works for you.

Regards.