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.

Similar Messages

  • Waveburner;  a few Questions regarding track files and Session Data

    After a bit of negotiating, I'm almost ready to burn. Was having problems with file locations and discovered that i had multiple files in different locations. Those have been eliminated and all relative track files are in one place now with the Song Data File as well.
    I then re-imported the individual aif tracks only to find that all of my fades and edits are GONE. It appears that I may have to DO THEM ALL OVER AGAIN! Please tell me that there is a work around.
    Is it possible to import only the Session Data related to the fades and edits(everything but the actual audio files), so as to avoid all this "do-again" work?
    I was also wonder if it is necessary, or perhaps a good idea, to change the File INFO for each of the individual audio track files from "OpenWith" iTunes (default setting) to "Open With": WAVEBURNER ?. (selectable on the aiff files, "Show More Info" window
    Currently the aif files are set to "OpenWith" iTunes (default)
    One last question please.
    Is Waveburner really up to snuff? How many people are using this for Mastering and Burning CD's? I'm about to start inserting some AU Mastering Plug Ins and I'm hoping for the best. Any other suggestions are greatly appreciated.
    G5 Dual 2.0/PBook G41.5Ghz/LogicPro7 Live5 Reason3.0 PansncDA7 TascamFW1804   Mac OS X (10.4.7)  

    You're grammer isn't bad jord, it was I who asked a plethora of questions under one Subject heading.
    When i open the project file(.wb3),
    The prompt says;
    "Please choose a replacement from the list below:"
    /Volumes/320GB HD/Users/ahuihou/.Trash/1 Track 01.aiff
    /Volumes/320GB HD/Users/ahuihou/.Trash/2 Track 02.aiff
    /Volumes/320GB HD/Users/ahuihou/.Trash/3 Track 03.aiff
    /Volumes/320GB HD/Users/ahuihou/.Trash/4 Track 04.aiff
    /Volumes/320GB HD/Users/ahuihou/.Trash/6 Track 06.aiff
    As you can see the files are in the trash.
    The first problem is that there are no actual files in the trash. Just an icon of a CD Disc which was dragged there to eject it, It is no longer in the disc drive/tray. Perhaps i should put the disc back in the drive and then update/replace the files afterwords. (The CD is scratched.)
    The strange thing is that i can still preview the track that's in the trash by selecting More Info and playing it on the little Quicktime player bar. I guess the file is in a cache somewhere?
    I've looked everywhere on all drives for the specific files but can not find them anywhere.
    In the Replacement prompt there is a place that I can check to "Search in the same folder for subsequent files" button on the "Replacement" prompt.
    which "same folder" is it refering to?
    The Trash folder where the old files are or the Folder where the actual .wb3 project file is? I do have all of the correctly named song files/regions in the same folder with the project file.
    maybe i should just start again. i'm not one to give up easy though and would much prefer to "beat" the computer at the game.

  • Mapping in Transformation file for loading infoprovider

    Mapping in transformation file for load from infoprovider:
    The requirement is : if Account of BW starts with 70XXXXXXX then use char1 if Account of BW starts with 12XXXXXXX then use char2 in BPC dimension 2.
    So, in the transformation file for a load from an infoprovider we want for a dimension to use the data from a certain BW characteristic based on the characteristic Account.
    For example if the account start with 70 then use for a certain bpc-dimension u201Cdetailu201D the characteristic of 0COUNRTY  should be used, if account start with 2 the char X should be used etc..
    Following in the transformation works but the issue is that we have to specify all the accounts individually (+100 accounts in the statement which is not feasible):
    BPC_detail = *IF (BWACCOUNT = str(70000010) then 0COUNTRY;str(NO_DETAIL))
    Where BPC_detail is the dimension in BPC and BWACCOUNT is the characteristic in BW.
    Following statement does not work: there is also no documentation available how to do this:
    BPC_detail = *IF (BWACCOUNT(1:2) = str(70) then 0COUNTRY;str(NO_DETAIL))
    Is there a solution/statement that fulfills this requirement for the load of an infoprovider?
    ( so similar to what you can do with the load of a flat file like for example:  Entity=IF(col(1,1:1)=U then SEntity;*col(1,1:1)=Z then *col(1,3:6); *STR(ERR)) )
    Rgds

    Hi,
    Install process chain /CPMB/LOAD_INFOPROV_UI from BI Content as follows:
    1.Enter Tcode RSA1
    2. In the left navigation bar, click 'BI content'
    3. Select process chain and double click "Select Objects".
    4. Select the process chain /CPMB/LOAD_INFOPROV_UI.
    5. Click 'Transfer Selections' button.
    6. On the right pane, install objects from BI Content.
    7. Enter Tcode SE38.
    8. Input program name ujs_activate_content and click to run.
    9. Only select option 'Update DM Default Instructions'.
    10. Execute program.
    Hope it helps..
    Regards,
    Raju

  • Question regarding a method of stocking data

    I know this thread already is in the "New to Java Technology" Forum, although I said the topic was closed there so I could open it back here.. I realized it would be more fitting here and it would probably get more replies...
    I am working with a friend on a Client for Ultima Online and we have to stock data concerning the various objects and characters in the same sector as the Client. We have 3 ideas of what the best method could be, but we have no clue which method would be the most performant (concerning both speed and memory), or if there is a better method to do so.
    Here's a description of the methods we thought about:
    Method #1
    Create many class files for each type of object, having the various related variables in their respective classes...
    Exemple: A principal class called DataObject which holds the data common to all objects/characters. Classes which extends DataObject such as DataMobile (for the Characters) and DataItem (for the Items) in which the data specific to characters and items is stocked. And also various classes for the various types of objects such as Containers which will extend DataItem...
    Method #2
    Create a single class file which would hold an Array containing the various variables and of which the size would be the maximum amount of parameters possible. The array would work in relation with a byte which would hold the type of data stocked into the Array, this way we could know the structure of data and retrieve this data where it is in the Array...
    M�thod #3 <= This one was the first idea and we know it is the worse one.. Telling you about it though
    Create a single class file which would hold all the possible variables. These variables would only be used when necessary.
    M�thod #4
    Create a single class file which would extend java.util.Hashtable. The parameters would be stocked this way: The Key mapped to the value would be the type of parameter (represented by a Byte (not byte)) (type of parameter such as Serial, Name, Strenght, Dexterity, etc...). And the value would be stocked as a String, Integer, Short or Byte according to the case (once again, it isn't primitives, it is the classes from java.lang.*).
    Thanks in advance for the suggestions :)

    This is not an advanced language topic. This is a beginner question, I would be very surprised if you got an answer in this forum.

  • Simple Question: How to search for a date value in SELECT

    Probabily a simple question, but in a SELECT statement, how do you do a search for a date value in the WHERE clause?
    example:
    Select * From Example
    Where date = 01/01/2001
    I know its not as simple as that, but what change has to occur to make it do what that example implies?
    Thanks In Advance.

    If you want to avoid the conversion part(to_date) you will need to specify the date in the format as ur nls date format.so the same query might not work if you change ur nls date format.
    so it is advisable to give it in general format.
    ie where date_col=to_date(01-01-2000,'dd-mm-yyyy')

  • What type of questions can i expect for master data?

    hi,
    am preparing for the interview. pls... let me know those questions for master data.
    thanks to all

    HI arun,
    Pl. be clear on
    what is master data, purpose, customer master data fields and material master data imp fields.
    common distribution channels and divisions.
    Org. master data. ( interms of one to many , many to many relations of org elements ).
    condition master data
    How master data is uploaded and maintained.
    Hope it helps. Pl. reward if useful.
    Thanks
    Sadhu Kishore

  • Question regarding business plans for an iphone app

    Hi everyone, please forgive me for possibly posting this in the wrong area.
    I have a couple of questions I'd like to have clarified regarding the service agreements for development of iphone apps.
    I need to approach management at work, with an explanation/answer of how the royalty process works in regards to providing a free application to access a service we charge for.
    If we develop an app, put it on the iphone store for free, but the users need to pay a monthly subscription service to fully use the program (via our website which uses paypay), does Apple take, or want a cut in the tiny profits, from having the program hosted for free in the app store?
    This is the current scenario:
    Clients sign up for a 'lite' type of usage of the site/service. If they want more features, they then use PayPal to update their subscription.
    I guess two questions now... Firstly, can you use PayPal for monthly subscriptions in Apps?
    Secondly, Would Apple want, or be authorised to take a cut on a free app, that is assisting in income for a company.
    Are there 3rd party or custom agreements made? What if the app was charged for in the first place? Would that cover everything, and the rest of the income 'our business only'?
    I hope this isn't too complicated or confusing, but I would like to be pointed in the direction of some good documentation with values and figures to back up the answer.
    Thanks.
    Steve

    Hi Allan,
    I tried called them. The girl I spoke to was hard to understand, and I'm not sure if she understood me correctly anyway.
    She basically said "no" about Apple wanting a cut, however I will wait and see other's thoughts on here.
    Steve

  • I have a question regarding loading Turbotax for mac on my brand new Imac.  Can I download it from Apple?  I do not have a CD/DVD drive.

    I would like to use Turbotax for mac.  I am a new user and just bought my Imac desktop a few weeks ago.  Can I purchase and download the software from Apple?  I do not have an optical drive so I need to use the download method.

    Thank you for your reply.  I may not have phrased my question correctly but what I was ondering is whether Apple sells this software download or whether it is only available thru Intuit.  I have tried severl other vendors (Micro Center, Costco, Bjs Wholesale) and none of them have it available for download.  Must I go thru Intuit only if I use this method?

  • General question regarding environment files in APPL_TOP

    Hi. I will be passing my OCP (hopefully) next month and I am now turning my head to teh Applications side since my job involves a lot of Oracle Financials.
    I just did a clean installation of 11.5.10.2 but at the level of seeting environment files, my boss swooped in and did them all. I would love to know which ones need changing, or even which ones do what ...
    I am using the Oracle doc Re: Generate the Database Context File
    to follow with, but what I see before me in our own (9i, AIX 5.2) set up doesnt always mirror what the doc says.
    I need some general information about these env. files. In our <ORA>APPL directory we have the following env. files:
    APPSORA.env
    DEV.env
    DEV_davidcl.env
    APPSDEV_davidcl.env
    DAVIDCUST.env (I have changed our firm's name to David)
    In the doc, it explains that there is a "main applications env file", and a consolidated applications file". <CONTEXT_NAME>.env and APPS<CONTEXT_NAME>.env respectively. Which ones are those in my directory listing?
    I have also checked in the .profile of the appcldev and the appdbdev users, and they both point to the same two environment files -
    $APPL_TOP/DAVIDCUST.env
    and
    $APPL_TOP/APPSORA.env
    Sorry this is a bit scrambled message - is there any other source out there to explain environment files?
    Thanks
    DA

    Thanks - they are the same! That's why the DEV_davidcl.env has all the parameters that according to the doc APPDDEV_davidcl.env should have.
    Thanks - very helpful. The DBA here never has any time to explain this stuff, since I think he's been doing it for so long that he doenst understand why anyone would not know it too. Its very hard working for him sometimes since nothing is explained.
    All of my questions are stemming from this clean installation of 11.5.2 that I have done.
    I am still wondering about the .profiles of each user we have on the system though. I understand that we had to copy the profiles from TEST to this, our DEV side, then we edited the profiles to match the DEV parameters. Fine.....but the actual .env files themselves - I am looking at them and dont understand at all.
    Each .profile and each user are as follows:
    appdbdev:
    appdbdev@TEST:more .profile
    APPL_TOP=/oradbi3/oracle/testappl;export APPL_TOP
    . $APPL_TOP/DAVIDCUST.env
    . $APPL_TOP/APPSORA.env
    appcldev:
    appcldev@TEST:more .profile
    APPL_TOP=/oracli3/oracle/devappl;export APPL_TOP
    . $APPL_TOP/DAVIDCUST.env
    . $APPL_TOP/APPSORA.env
    So these two, both on the cl node, appear to be pointing to same env files.
    Then comes the db node:
    oradbdev:
    oradbdev@TEST:more .profile
    . /oradbi3/oracle/devdb/9.2.0/DEV_daviddb.env
    . /oradbi3/oracle/devappl/DAVIDCUST.env
    I think I can understand the .env that are pointed to on the cl node, but I dont understand the oradbdev .profile, since its pointing to oradbi3/oracledevdb for one env file, then oradbi3/oracle/devappl for another.
    I asked our DBA about this, and he said "dont worry about it". I have to try and run the script to start the application server this morning, but every time I try to su to the db node user I get this:
    doralcl:/> su - appdbdev
    .profile[2]: /oradbi3/oracle/devappl/DAVIDCUST.env: not found.
    Like I mentioned, I pinted this out to our DBA and he told me not to worry.
    DA

  • Question regarding php files in apex bundle apex_4.0.2.zip

    hi
    please suggest why we have php files in apex ? I belive the spell checker textarea feature is removed from 4.0.2 but still there are some php files found in apex bundle and cause of this we have one vulnarability issue “Upgrade to PHP version 5.3.12 / 5.4.2 or later. A 'mod_rewrite' workaround is available as well.”
    Please suggest if we can remove these files or they are really necessary and should stay in images folder ?
    folder: \images\fck\editor\dialog\fck_spellerpages\spellerpages\server-scripts
    spellchecker.php
    spellchecker.cfm
    spellchecker.pl

    Hi Sachin,
    you can remove the "server-scripts" folder. In newer versions of APEX this folder is not included anymore.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Another question regarding smil files and NPR

    I'm having troube listening to NPR smil files. I've read the previous posts regarding this issue, but seem to be experiencing a different twist. There are no files downloading to play when I click on "listen". When I click the "listen" button a QT safari screen appears and I get a spinning arrow with heading "downloading". However, nothing ever downloads to my desk top. This is very strange as just last weekend I downloaded NPR files and they were saved to my desktop as Real Time files and I was able to play with them with no problem. I've done nothing to QT or RT in the mean time.
    I've tried the previous suggestions posted of going to the Get Info section of a previously downloaded smil file and changing the settings to say all smil files should play with RT - restarted my computer - nothing. Help!

    Was able to figure this out myself. Had to go into QT preferences and elect to not play smil type files and go in to RT and re-elect to play smil files using RT. Restarted my computer and it works like a charm.

  • Question regarding transferring files to my other computer - ???

    Hi, I have a question ... Here's the background ~ I have two iPods (iPod touch and iPod nano, older model) and want to be able to sync them with the laptop my brother gave me. It's a Dell, running Windows Vista - Business version (??)... I'm in the process of moving all my files over, or rather, I would like to move all my files over from my eMac (Mac OSX 10.4.11) to the Dell and then replace my eMac with a newer desktop computer because the eMac has been running poorly for some time now. My other files moved over fine but the stuff I've downloaded from the iTunes store doesn't move properly, much of it says it can't be moved from the eMac. Some of it came over... the newer shows, for example (Fringe, and Dr. Horrible) but all the shows I've downloaded for my kids won't move over. It's not an issue of hard drive space, as I have plenty. And I've checked authorization ~ both computers are authorized, so I should be able to move it right?? But the iPods refuse to sync with the Dell.
    What's going on? I feel like an idiot (and probably am :: lol :: )
    Thanks in advance =^_^=

    Am I able to just "plug and play" or do I need to download the software that came with my HD to my computer first?
    You can use the hard drive as is; the software is intended for Windows and/or is intended for a specific purpose beyond simply storing data on the drive, such as automated backups.
    Secondly, how do I transfer my iTunes and iPhoto files over to the HD and retain my playlists and photo albums?
    Create a new Finder window, click on the item in the Finder's sidebar with the house icon, and then drag the items Music/iTunes/ and Pictures/iPhoto Library/ to the drive. You may want to erase the drive in the Disk Utility, which is in the /Applications/Utilities/ folder, first.
    (25705)

  • Questions regarding jsp file download from blob

    Hi developers, i'm doing jsp file download from a blob column in DB2 using struts,
    1) How do i design the jsp page such that the page will show perhaps a hyperlink for me to download the file?
    2) What about struts-config.xml? Do i need to modify any mappings there?
    It would be great if some kind developers were to provide some sample codes for me. Thanks alot. Your effort is kindly appreciated.

    http://kr.forums.oracle.com/forums/thread.jspa?threadID=1982213 - looks similar, you may need to change contentType as per use case

  • Genius Question regarding classical music (or meta-data in general)

    OK - I have a fairly large library and probably 50% of it has meta-data that when pulled up automatically I leave (this is for the bulk, but not all of non-classical genres) as is post import and/or purchase from itunes. Now, here is the enchilada:
    I am a big classical music listener and m constantly tweaking my library to make it as easy as possible to organize classical music - I still don't have it perfected as there isn't a standard - there are many standards and many are based on how you want to prioritize/search for things: I use composer as the "main" field to search(I have it as Mozart, Wolfgang Amadeus as opposed to just Mozart or Wolfgang Amadeus Mozart) and then I also search by Artist as a secondary way which is fine should I want to focus on a conductor or a string quartet, etc.
    Now, there are basically three options that most folks will use with classical meta-data:
    1. If purchased from iTunes, leave it as is
    2. If pulled from CDDB, leave it as is
    3. My methodology: I do both 1 & 2 and more than 95% of the time I have to tweak the way it looks.
    Assuming all of this is common amongst the 65,000,000 iTunes users, I would love to know how Genius works with this - I uploaded to he Genius Cloud last night my library. How does Genius look at the same album which may have either simple or significant meta-data discrepencies/changes vs. the way it is in the iTunes system? Have I lost anyone in my rambling??
    Thanks,
    Steve
    hearand I do it by last name, first name

    Based on what I have been seeing over at the Macworld forums, Genius does not play too well with classical music and the situation is really bad if the user modifies any fields to their liking. Using the ISRC code would make more sense, as it is something the user cannot modify and to rely on user-definable fields would result in many libraries being crippled in terms of the new feature.
    In terms of the metadata, there are two composer fields: Composer and Sort Composer. You would place “Mozart” or “Wolfgang Amadeus Mozart” in the composer tag and “Mozart, Wolfgang Amadeus” in the Sort Composer tag to force the proper sorting order.

  • Buying a new MAC..question regarding moving files

    I have an iMAC that is many years old. I also have a Powerbook which is approx. 3 yrs old. I'm considering buying a new MAC. I'm into photography and need lots of hard drive and the newer screens are much more inviting. Anyway, I know when I purchased the laptop I connected it to the iMAC and it loaded all the programs, fonts, etc so I could just start using the laptop with all the things I had on my iMAC. Since both of my machines are quite old I have lots of stuff on them that quite frankly I'm not smart enough to know that I don't need. I don't want to immediately fill up hard drive space on my new machine with things that are worthless. Is there a way of getting things I need and use onto my new computer (like website downloaded fonts, actions, effects) without getting the worthless stuff? Thank you so much.

    your case must be similar to mine - below is the final of what I did:
    for the entire history of the problem see: http://discussions.apple.com/thread.jspa?messageID=6864711&#6864711
    my final reply: I managed to do it using ethernet cable!
    I did erase and install on MBP while having it etherned to MB then when it comes to the screen when it asks: do you want to transfer... i chose from another mac. then comes the option use firewire or small button: use ethernet. Pressed it and I get info:
    put the install dvd 1(MBP) into your other computer and install: DVD or CD sharing setup
    so when you put MBP install DVD into MB you get window and among other things there's a folder: optional installs and there this DVD or CD setup
    Then when Migrating Assistant is open on MB comes up a dialogue box and then there is an option transfer to another Mac
    'your info has been transfered succesfully'
    I had to do it using ethernet cable - $3.95 for firewire it's incredibly cheap - but I don't live in the US - here this cable costs around $50
    thanks for the time and help!

Maybe you are looking for

  • Weblogic 11g  won't start due to following exception.

    Hi All, I can see the following exception while trying to run the Weblogic Server 10.3.4 on Solaris10 <May 18, 2011 4:12:49 AM EDT> <Error> <Kernel> <BEA-000804> <The Class weblogic.protocol.configuration.NetworkAccessPointDefau ltMBean attribute Con

  • Sale on Dell UltraSharp U2711 and U3011 Monitors

    I noticed while over at the Tom's Hardware site a decent sale on two of the top-of-the-line Dell monitors.  I know this looks like spam but I'm not affiliated with Tom's hardware in any way; I'm just passing on what looks like a decent price, for any

  • HT4858 how to sync photos in iphone from icloud ?

    hey i bought an iphone ,,, i have sign in my icloud id,,, all i got my safari bookmarks but could not get my photos ,, which is 1,5 gb data shows  in my icloud account ,,, i am very worried how to get all my photos from my ipad to iphone >??

  • How to make a customize form with optional parameter and left join

    Hi, I am trying to make a report with a left join. I also want ot have optional parameters in it. I am using the Create Reports From SQL Query method: SQL is : select ename, sal from scott.emp left join scott.dept on scott.emp.deptno = scott.dept.dep

  • Obiee Reports and RPD Migrations

    Hi All, Could you please any one help me the steps for OBIEE reports & RPD migrations/deployments from instance to other instance. Ex:- scenario 1 :- i changed the reports (or) developed the new reports at development server , now i want to move this