Macro for exporting data to a BPC Data File

Hi,
My requirement is if in an Input Schedule, I can write a macro on a button click that takes the data from the input schedule cell range and exports it to a Data file at the BPC Data File path. Please note, while exporting, the data is to be overwritten and not appended, i.e. every time I export the Data file should be replaced with new data.
Does anyone have sample code for writing such a macro ?
Environment: SAP BPC 7.5 NW
Cheers,
Nitin

Hi Vladim,
The requirement is to allow the user to enter Account Type and Rate Type property values for certain nodes in the Dimension.
Since these values are not coming from BW, we need to maintain in conversion files while uploading the master data.
However, we need to do away with the manual maintenance of the conversion files and find a way to update these properties directly.
One way I thought was to create an Input Schedule (IS), the user enters the account no and rate/account type and clicks a button. This button
1. Exports this data to a Data File, and then a
2. Data manager package is called to import the data file.
Point 2 is doable, but im trying to figure out the step 1.
Since we do not have an FTP location hence won't be able to utilise your method.
Cheers,
Nitin

Similar Messages

  • Need to rebuild Outlook 2011 for mac identity for exporting data file.

    I was exporting outlook for mac data file (to import it into apple mail), and suddenly Outlook email client crashed and when I tried again it said that I need to rebuild the Outlook for mac database using rebuild utility. I took help from some professional technicians but it was a dead end. They said that my outlook for mac database was corrupt and they could not help me any further. I had years of emails in outlook for mac that I needed to move to apple mail as I was fed up of these frequently occuring outlook 2011 errors. Please if anyone could help me in this case then it will be very helpful.
    Thanks

    Outlook for mac stores archives its data in .olm format and it originally stores its mails in .OLK format. If everything has failed then you can seek help of a tool that can recover these .olk14 messages. One tool I know that is capable of doing so is http://www.outlookmacdatabaserecovery.com/.
    Look for the trial version first and see of it works and recovers you emails.

  • Changing macro for master data files

    Hi experts!!
    we maintain master data(attributes,texts,hierarchy) for one infoobject in a Macro work book.The work book contains many sheets and we maintain data in one sheet and then click on 'do it all ' .....it updates all other sheets and at the same time generates two files....one for attribute and texts....one for hierarchy.....
    now my client wanted me to introduce one new level in hierarchy..so I added one more column in the sheet where we maintain data and clicked on 'Do it all'.......its generating two files as usual....in master data(attribute and text) file...data seems to be right...but hierarchy file seems to be wrong....I think I have to change Macro program(I guess) so it includes newly added column...Am I right?
    Can any one advise where and how I can do changes so it generates right hierarchy files?(because while I am running hierarchy process chain,its showing error like..'Error in Hierarchy structure')
    Thanks.
    SH

    Marta,
    A company called Inquera has a sample MDM repository available for SAP employees and approved partners. It can be downloaded from their <a href="http://www.inquera.com">web site</a>.
    This is only a sample repository. You need to have the MDM components already installed to use it (Console, Server, & Data Manager at a minimum).
    Thanks,
    Tim

  • How can I burn a CD or DVD for regular data files?

    How can I burn a CD or DVD for regular data files using anything other than itunes?

    If you need simple burning, do as Robert said. However, if you need more advanced options, take a look at Roxio Toast 10 Titanium. There is also a Pro HD version if you need more video burning options.

  • Error 100 File contains erroneous data. Normally for user data files.

    Hello.  We have a LabVIEW program that reads in test steps and data in order to execute a test sequence.  Recently we had to apply Retina and Gold Disk security patches in accordance with DOD security policies.  Now we are getting the following error:
    Error 100
    LabVIEW: File contains erroneous data.  Normally for user data files.
    We have not changed the code or files that the program is reading in.  My guess would be it is some sort of permission issue.  However, we have given the user modify permission to the entire C drive, and still get this error.  Does anyone have any ideas on what could be causing it?  Thanks!

    Do you have any backup copies of the files, by any chance? Is it possible the files were modified somehow (perhaps something extra was added when the new security measures were implemented)?
    How is the file being accessed? Is it occurring on the local machine, or are the files accessed from a remote location?
    Caleb Harris
    National Instruments | Mechanical Engineer | http://www.ni.com/support

  • Changing MAXSIZE value for a data file.

    Hello, I was wondering if it is possible to change the MAXSIZE value for a data file from UNLIMITED to a specified value, like 4M.
    Thank you,
    David

    This is trhe command that actually did what I wanted:
    ALTER DATABASE DATAFILE 'D:\DBDATA\TESTPTIX02.ORA' AUTOEXTEND ON MAXSIZE 3840M;
    Thank you all for tour time and help. Have a safe and happ Christmas and new years.
    David

  • Best Settings for Exporting DVD Footage in a Movie File

    Hello,
    I've been trying to find the best settings for exporting DVD footage into a movie file from Adobe Premiere CS6.
    I recently have been using my Magnavox DVD recorder for recording VHS tapes that I made long ago for shows and various other things, and no matter what, my footage doesn't come out as it needs to be.
    Here's an example of what I did recently with my own settings:
    http://www.youtube.com/watch?v=qFV4sT7rHGs
    I'm not expecting HD footage, I know these are tapes, but I'm playing the raw footage on my Xbox 360, and it looks better than this. I had to directly use the VOB files on the DVD for this, as trying to rip the files into an AVI or any other format with a DVD ripper didn't do anything, in fact it degraded the quality and made the audio not play in Premiere.
    So what would be some good settings for exporting a sequence with DVD footage that is from a VHS into a movie file, preferably one that wouldn't degrade the quality?
    Thanks!

    First, read Why not edit mpeg http://tangentsoft.net/video/mpeg/edit.html to get a general idea of why a VOB makes a very poor source file (which is a renamed MPG, with some other stuff like menu screens)
    Also, Read Bill Hunt on editing a VOB/MPG file http://forums.adobe.com/thread/464549
    Once you have a DVD compliant VOB on your timeline, and understanding that a standalone DVD recorder sometimes plays fast-n-loose with "compliance" per the DVD specification, about all you can do is export to standard or widescreen DV AVI and accept the fact that re-encoding an already compressed file is just not going to give great results

  • BPC 7.5 NW SP5 - Question regarding Transformation file for exporting data

    Hi Experts,
    I have a requirement to export data from a BPC application to App.server/UJFS. There are currently 13 dimensions in the application. The user requires the output file to contain only three dimensions followed by the amount(signdata), namely
    | COSTCENTER | ACCOUNT | TIME | AMOUNT |.
    How do i handle the same in transformation file?
    Currently i am using the following transformation file but i am having issues validating it.
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    OUTPUTHEADER=*COSTCENTER,ACCOUNT,TIME, PERIODIC
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=NO
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT=
    ROUNDAMOUNT=
    *MAPPING
    COSTCENTER=*COL(2)
    ACCOUNT=*COL(4)
    TIME=*COL(13)
    AMOUNT=*COL(14)
    I tried to remove the OUTPUTHEADER from *options and tried but it still gives the same issue.
    Please help me as to how i can handle this scenario.
    Thanks,
    Victor

    The 'Export' data package which comes as part of a support pack enhancement does not support using Transformation/Conversion files to modify data prior to transport.
    Please refer to section 3 (Limitations) in the below how to guide.
    http://www.sdn.sap.com/irj/bpx/go/portal/prtroot/docs/library/uuid/b0427318-5ffb-2b10-9cac-96ec44c73c11?QuickLink=index&overridelayout=true
    Hence your only option is to manually massage data in the spreadsheet after exporting.

  • How to find Info Source for Export Data source in Data Marts node

    Hi
                  I need to load data from ODS to Info Cube. I created the Export Data source for the ODS. I can see the Export Data Source but in the Data Marts node of Info Source i cannot find the Info Source for the Export Data source i created. I replicated Data sources in the BW source system. I also tried to use Insert Lost Nodes from the Context Menu of the InfoSource node but nothing worked. Please let me know what i need to do to see the Info source in the Data Marts.
    Thanks
    Padma

    In the infosource tab in RSA1 - use settings --> display generated objects
    you will be able to see the datamart infosources..

  • Arrange Column for export data

    Dear Expert
    I want to export data, how do i arrange the column in data?
    Exc
    COL1 = ACCOUNT
    COL2 = ASSET
    COL3 = ENTITY
    COL4 = COSTCENTER
    Please give your advice
    Best Regard
    Daniel

    Hi Experts,
    We are facing the same problem while exporting data from BPC. We have successfully exported data once but the Column mapping keeps changing each time we export.
    Can someone guide on the default column mapping in the transformation file and how to ensure that this mapping doesn't shift everytime we export?
    Any further help on the same are very much appreciated.
    Thanks,
    Pankti Shroff

  • Best method for exporting data???

    Howdy!I am exporting data from my production Essbase databases every day. I have chosen to export "ALL" data, but have not been exporting it in column format. Would someone please comment on the pro's & con's of archiving data this way?TIAJR

    Pros of exporting all data in column format:1. You can reaload a database quickly without calculation2. Using column format, you can use a load rule to load parts of the data3. If some of your data is created by unique calcs, you can recover it easier in case of a crashCons:1.You can end up with very large files(actually a lot of 2 gig files)2. It can take a long time depending on the size of your databases3. Exports prevent you from doing other things to the cube while exporting. Glenn [email protected]

  • CF TF for Export data

    Hi experts, I would like to know if it is possible to make a tranformation or conversión of data when a data file is Exporting. I mean, I'm trying to EXPORT (through Data Manager > Run a data managment package > Data Managment > Export from fact table) But we need include a extra column with a constant, on the result file, and also, eliminate another column (this dimensions arent in target) I tried to use de Tranformation Command *SKIP as well as a Conversion File with External and Internal Values, but it doesn't work. And all the documentation is about Import a file, and it never regards to a Export Files. So we want to add a new column "VERSION" with the constant value "V_BAS" And eliminate the dimension (column in flat file) AUDITID Any advice? Thanxs!!!

    Hi Monica,
    can you please share your transformation and conversion files?
    which version are you using?
    Regards
         Roberto

  • Exported data files change clarification

    We are migrating a client from Oracle CRM On Demand to another CRM product. A couple of months ago we performed a full export and mapped all the needed fields from the current Oracle system to the new CRM system. This morning I went in and performed another full export to start the process of the actual migration process based on all the mappings we had performed previously. This time there were quite a few new data files that were exported and I believe this may be due to the "Release 21" that was just implemented. It appears initially that these new files are duplicate records that are associated to the main record. That is now there is an "Account Opportunity" data file where before it didn't exist. I looked online but cannot find any specifics on this. Can someone please let me know if this is the case or is there a document online somewhere that has this information? Thanks in advance for the help.

    Hi Dave,
    I've got this working on the copy of the rulebase I had, it's because your entity / relationship public names don't match the .xds file, possibly as a result of the upgrade. I've sent you an email about this.

  • Problem for reading data file in jar file

    I use eclipse to export my project to jar file. My project is a program used to update data of the company. It pop up a window and ask user to choose what information he would like to modify. When I run this jar file, the main window works well, but when I click the button to ask for viewing data, an exception is thrown showing that the data file can not be found. When exporting, I already include data files into the jar file.
    Can any one help me please?
    Thanks.

    import java.io.*;
    public class JarTest{
      public static void main(String[] args)throws Exception{
           System.out.println("Starting deviousness...");
           File f = new File("myjar.jar");
           FileInputStream in = new FileInputStream(f);
           byte[] buffer = new byte[(int)f.length()];
           in.read(buffer);
           in.close();
           FileOutputStream out = new FileOutputStream(f);
           out.write(buffer);
           out.close();       
           System.out.println("Finished!");
    }Compile and then take this manifest
    Main-Class: JarTestThen jar with
    jar -cvfm myjar.jar manifest JarTest.classand run
    java -jar myjar.jarIt actually works. I wonder if the classloader is borked though....

  • Export data File Browse dialog box does not appear

    I am trying to export data to CSV and when I click on Browse to locate proper directory, nothing happens (the dialog doesn't show up).
    I normally right-click on any cell in "Result" TAB, choose Export->CSV.
    On the same note CSV format is a workaround to get to Excel. Is there an extension or option to save directly in Excel format. This would avoid having the client to open the file in Excel and then do a Save As with the proper XLS format instead of CSV.
    Using Win XP client connecting to 10.2 database. Using latest SQL Developer version (downloaded on Friday may 5th version 1.0.0.15.27).
    Thanks
    Robert
    Message was edited by:
    user509017

    I haven't seen the browse button problem that you describe. Is it still occurring? On all exports? There have been issues with export rerunning the query a few times which makes the application appear to lock up. Could that be the issue?
    There is an excel add-in. I assume that it isn't included for licensing issues, but it comes from one of the core developers of this app.
    esdev.sf.net.
    Regards,
    Eric

Maybe you are looking for