Copy function using ABAP Exit

Question: Hi,

I need to create a planning function of type exit to copy data from a set of keyfigures to a different set of keyfigures from one particular version to another for a specified range of months. Source version and Target version are specified by the business users.

My question is how do I go about reading my data in my source version. I can read the target version using xthdata table. I cannot include both the source and targets in the planning level becoz both the source and target versions might vary(using variables) and including all the versions wud significantly hinder my performance.

Any ideas or suggests would be appreciated.

Thanks.

Answer:
Why don't you just use FOX?

There's an article at SEMexpert.com that goes into why to use an Exit Function vs. FOX.

If you need more details (regardless of the direction you go), email me and I will help you figure it out, as there are ways to do this with ABAP and FOX.

Regards,

semexpert.com

Answer:
Thanks for the response SEMexpert.

Since I am using custom time characteristics I cannot use fox because I cant do TMVL function on the month to perform the function for a month range. That is the reason why I am going for ABAP.

Any help to implement on the ABAP side wud be appreciated.

Thanks..
Copyright ?2007 - 2008 www.jt77.com