on 2015 Aug 07 10:47 AM
Hi Expert,
While the copy the TXN data user want to copy the comment also is there any possible functionality provide by bpc while copying the TXN data comment also copied.I try to find out possible solution in SCN but I can't find sufficient discussion on it.I just want to know is it possible without any ABAP enhancement.
Regards
Khokan
Request clarification before answering.
Hi Khokan,
Copying transaction data and copying comments are two different process chains.
As standard functions you can not do this in one go. You need to write BADI.
Shrikant
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shrikant,
You cannot copy comment along with transaction data. In BPC comments are stored in a different table than transaction data. That is why at any time you will have to treat comments separately.
In BPC transaction data are stored in Fact tables but comments are stored in a table that is dynamically generated and holds only comments. The copy package will act only on the Fact table.
Please let me know if you are interested to know more.
Best Regards,
Leila
Hi Leila
In APO, you can update external comments only in planning book via BADI. I believe an equivalent must be available for BPC that can be called to update the comments table to do the same.
An alternate solution - You can leverage VBA to generate a comments file as per the structure of comments table.
Create an input template and then use VBA to populate comments on ithe same ntersection cells based on the previously generated file and save. This will be a one time activity to update your comments table of the existing comments.
Hi Leila & Gajendra,
Thanks for your reply my question is while copying the transaction data user want to copying the comment function also to different category, like plan to forecast.Currently they are doing this by manual excel vlookup function. I want to know if it possible by VBA then send me some more details like coding and how to setup inputschedule etc.
Regards
Khokan
Hi Andy,
Yes you are right there is one standard package available in DM.I need your some more help. Is there any extra configuration needed for copy the comment function from one version to another version?If needed kindly guide me how I configure it or any document available for this functionality. Again thanks for your valuable solution.
Thanks
Khokan
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.