Some rate application questions

Hi,
  how does the maths for currency translation process work? is it naturally assumed that all the rates is between USD and every other currencies within the rate application?
  within the rate application, there is a dimension called 'ratesrc', and there are 2 members that come with the Apshell application set, i.e. "rateinput" and "ratecalc". What is the difference between them? i was looking through some material for cpm320, and it seemed that after changing from "rateinput" to "ratecalc", some rates change while some remain the same, why is that?
  and within a normal finance application, would there be a case where rptcurrency = USD is used along with an entity where its currency is not USD? if it's possible, what does that mean?
  thanks for your help in advance.
cheers

You don't need to use USD as your triangulation currency, and in terms of the math itself, the logic doesn't require that you use any specific triangulation currency that has a rate of 1.
As a practical matter, though, it is definitely the best way to set things up. If your accounting / finance/ treasury people prefer to use EUR or something else as the triangulation currency, that is perfectly OK. Set the AVG and END rates for this inputcurrency = 1, and express all the other inputcurrency rates in relation to this triangulation currency.
The RateInput/RateCalc setup of RateSrc is left over from an earlier Outlooksoft setup of the rate application. This allowed you to input rates as, for example, units of USD per 1 GBP (to RateInput), and then the system would invert it to GBP : USD (in RateCalc) by dividing "1 / rate". But for other currencies you would enter JPY : 1 USD, and it would not divide 1 by the rate. There was also a property InputCurrency.MD that was driving the default logic in the rate app, which did this division for you. Look at the default logic in the training appset's rate application; it should have something like
*WHEN InputCurrency.MD
*IS D
// do some division
*IS M
// just copy it from RateInput to RateCacl
(It's possible I have the M and D backwards, so look carefully at your own setup.) If you don't need that logic, then either comment it out of the Rate app, or set the InputCurrency.MD property so that it gives you the correct results.
The ApShell setup has slowly moved away from this in the SPRUNCONVERT / SPRUNCONSO buinsess rules (although it still can be done, if you need really need to). Normally, I would just set up one member GLOBAL in the RateSrc (sometimes people call it RateEntity), and express all rates as units of the source currency per 1 unit of the triangulation currency. Accountants who are responsible for currency rates administration are usually pretty good at math, and can divide 1 by a number, so they can get used to it. And of course, in a report, you can flip it around if you want to show it the way people are used to seeing it.
Also, the other reason that the RateSrc dimension is there in the Rate app is because, quite simply, every BPC application must have an entity-type dimension.
I don't quite understand your last question -- but I think this is a very standard case, where the entity's local currency is, let's say Thai baht, and we convert it into a RptCurrency of USD, so we can compare it against all the other entities in a common (group reporting) currency.
As for what does it mean, that all depends on what the business's reporting requirements are. But I suspect your question is something different?
Regards,
Tim

Similar Messages

  • Error while running allocation: Driver stored in Rate Application

    Hi,
    I have the allocation driver stored in the Rate application.
    I have a custom application which has different dimensions than the Rate application. In the allocation logic I pick up the driver from the Rate Application -
    e.g.      *APP WHAT=MYPLANNING;         WHERE=MYPLANNING;           USING=RATE
    When I run the allocation I get the following error. Any inputs would be greatly appreciated.
    thx
    Sumangal
    ====================
    ExecuteBaseLogic::Incorrect syntax near ','. in:
    select [CATEGORY],[INPUTCURRENCY],[RATE],[RATEENTITY],[TIMEID],SIGNEDDATA
    into #941281
    from tblFactRATE
    where [RATE] = 'ALLOCFACTOR' and [TIMEID] in ('20050100','20050200','20050300','20050400','20050500','20050600','20050700','20050800','20050900','20051000','20051100','20051200')
    insert into #941281 ([CATEGORY],[INPUTCURRENCY],[RATE],[RATEENTITY],[TIMEID],SIGNEDDATA)
    select [CATEGORY],[INPUTCURRENCY],[RATE],[RATEENTITY],[TIMEID],SIGNEDDATA
    from tblFactWBRATE
    where [RATE] = 'ALLOCFACTOR' and [TIMEID] in ('20050100','20050200','20050300','20050400','20050500','20050600','20050700','20050800','20050900','20051000','20051100','20051200') and SOURCE = 0
    insert into #941281 ([CATEGORY],[INPUTCURRENCY],[RATE],[RATEENTITY],[TIMEID],SIGNEDDATA)
    select [CATEGORY],[INPUTCURRENCY],[RATE],[RATEENTITY],[TIMEID],SIGNEDDATA
    from tblFac2RATE
    where [RATE] = 'ALLOCFACTOR' and [TIMEID] in ('20050100','20050200','20050300','20050400','20050500','20050600','20050700','20050800','20050900','20051000','20051100','20051200')
    select ,sum(SIGNEDDATA) as amtTOTAL
    into #TOTAL_941281 from #941281 a
    group by
    drop table #941281
    ======================

    Hi ATW-
    Please repost this question in the forum for BPC, version for Microsoft:
    [SAP Planning and Consolidation, version for the Microsoft platform|SAP Planning and Consolidation, version for the Microsoft platform;
    Regards,
    Sheidon

  • I want to check all functions of PCI 6534.I have read the user manual..I have some memory related questions.​Please help me for that.

    I want to check all functions of PCI 6534.I have read the user manual..I have some memory related questions.Please help me for that.
    1.)If i am using the continuous output mode.and the size of generated data is less than 32 MB.If i want to preload the memory,what should i do?I want that first of all i load all my data to onboard memory & then i want to make start the transfer between 6534 & peripheral.Is it possible?As per me it should be.Plz tell me how should i do this?I think that in normal procedure the transfer between 6534-peripheral & outputting data from pc buffer to onboard memory works parallely.But i don't want this.Is it poss
    ible?
    (2).Similarly in finite input operation(pattern I/O) is it possible to preload the memory and then i read it?Because i think that the PC memory will be loaded automatically when 6534 acquires the data and then when we use DIO read vi the pc buffer data will be transferred to application buffer.If this is true,i do not want this.Is it possible?
    (3) One more question is there if i am using normal operation onboard memory will be used bydefault right?Now if i want to use DMA and if i have data of 512 bytes to acquire.How will it work and how should i do it?Please tell me the sequence of operations.As per my knowledge in normal DMA operation we have 32 Bytes FIFO is there so after acquisition of 32 bytes only i can read it.How it will known to me that 32 bytes acquisition is complete?Next,If i want to acquire each byte separately using DMA interrupts what should i do?Provide me the name of sourse from which i can get details about onboard memory & DMA process of 6534 specifically
    (4).In 6534 pattern Input mode,if i want to but only 10 bits of data.and i don't want to waste any data line what should i do?

    Hi Vishal,
    I'll try to answer your questions as best I can.
    1) It is definitely possible to preload data to the 32MB memory (per group) and start the acquisition after you have preloaded the memory. There are example programs on ni.com/support under Example Code for pattern generation and the 6534 that demonstrate which functions to use for this. Also, if your PC memory buffer is less than 32MB, it will automatically be loaded to the card. If you are in continuous mode however, you can choose to loop using the on-board memory or you can constantly be reading the PC memory buffer as you update it with your application environment.
    2) Yes, your data will automatically be loaded into the card's onboard memory. It will however be transferred as quickly as possible to the DMA FIFO on the card and then transferred to the PC memory buffer through DMA. It is not going to wait until the whole onboard memory is filled before it transfers. It will transfer throughout the acquisition process.
    3) Vishal, searching the example programs will give you many of the details of programming this type of application. I don't know you application software so I can't give you the exact functions but it is easiest to look at the examples on the net (or the shipping examples with your software). Now if you are acquiring 512 bytes of data, you will start to fill your onboard memory and at the same time, data will be sent to the DMA FIFO. When the FIFO is ready to send data to the PC memory buffer, it will (the exact algorithm is dependent on many things regarding how large the DMA packet is etc.).
    4) If I understand you correctly, you want to know if you waste the other 6 bits if you only need to acquire on 10 lines. The answer to this is Yes. Although you are only acquiring 10 bits, it is acquired as a complete word (16bits) and packed and sent using DMA. You application software (NI-DAQ driver) will filter out the last 6 bits of non-data.
    Hope that answers your questions. Once again, the example code on the NI site is a great place to start this type of project. Have a good day.
    Ron

  • Some problems and questions using OWB

    For Igor or anyone who can help me :-)
    Hello Igor,
    Thanks for all your help concerning my mapping deployment problem! Now it’s working better ;-)
    I used the OWB Runtime Assistant to create a new runtime target schema and i use the owner of this schema as user while logging to OWB.
    Now i can create and deploy without problems mappings, tables, functions, procedures, packages, dimensions, views, materialized views, process flows (i have installed the Oracle Workflow Client 2.6.2.0.0 with OWF builder and OWF mailer ).
    However I have still some problems and questions :-)
    a) After deploying a mapping or process flow i can execute them from OWB Deployment Manager. How can i schedule the execution of a deployed precess without using OWBDM ? (I want to execute a process every day to perform ETL).
    b) I think i have a problem deploying cubes. I create a cube in OWB, the validation is OK, the deploment succeds, but if i look with OEMC in the tree in the Warehouse OLAP section no cube is created. Only the fact tabe is created. If i look to the scripts from the Pre Deployment generation results i found DDLs only for TABLE, INDEX, UNIQUE KEY, FOREIGN KEY and ANALYZE object types, meanwhile during a dimension deployment i found also a DDL for the DIMENSION type object. WHY ?
    c) If I look in the procedures of the new created OWB Runtime Target Schema I found 3 procedures which are in error and when I try to compile them I receive the following error messages :
    - procedure WB_OLAP_LOAD_CUBE
    PLS-00201: identifier 'DBMS_AWM.CREATE_AWCUBELOAD_SPEC' must be declared
    - procedure WB_OLAP_LOAD_DIMENSION
    PLS-00201: identifier 'DBMS_AWM.CREATE_AWDIMLOAD_SPEC' must be declared
    - procedure WB_OLAP_LOAD_DIMENSION_GENUK
    PLS-00201: identifier 'DBMS_AWM.CREATE_AWDIMLOAD_SPEC' must be declared
    How can solve this problem? Is there any link with the fact that the cube is not generated?
    d) When I first acces the deployed DIM in the OEMC tree I receive a message saying that the dimension does not have complete metadata as needed for use by Oracle OLAP services (because is created either in an earlier version of Oracle database or it was created by an an other application than OEMC) and OEMC automatically generates the default needed metadata. Is this normal ?
    I work in an environment with
    - Oracle 9i Database 9.2.0.1.0
    - Oracle 9i Client 9.2.0.1.0
    - Oracle 9i Warehouse Builder Products 9.2.0.2.8
    Best Regards:
    Vlad
    PS Sorry for my poor English ;-)

    Answered in your "Getting RPE-01008 when deploying mappings" post.
    Regards:
    Igor

  • 10.3.5 sluggish on my iMac (and some other newbie questions)...

    I just purchased an iMac, and am brand-new to Macs. I can do anything on a PC, and actually do PC tech support for a living, so you can imagine that I feel completely ridiculous asking some of these questions, but here goes:
    1. How do I copy and paste? Ctrl+C does not work.... surely there is another alternative?
    2. Is there a way I can download OE for Mac? I know Microsoft no longer offers downloads or support, but if there is another place I could find ol'familiar Outlook Express, that would be fantastic.
    3. My browser (either IE or Safari) is not completely maximized. There's the area below, and an area to the side with some icons as well... is this the maximum size of the browser, or...?
    4. Right now I'm running OS 10.3.5, which seems a bit sluggish. It came installed. I also have the discs for 8.6, and if it will make the system run better, I'll definitely ''downgrade.'' How would I do this? Do I have to ''reformat'' or anything like that?
    5. Are there other tweaks, sort of like MSCONFIG, that will help speed up my system in general?
    Here are my system stats:
    iMac (Grape!), 333MHz, 6GB Harddrive, 196 MB RAM...
    It's a G3 CRT, I think (if that matters).
    Any help would be so much appreciated!
    Tiffany
    ([email protected])

    Hello Tiffany,
    First of all, Welcome to the Apple Discussions!
    In regards to your #4, I would just suggest running Software Update (after upgrading the RAM memory if possible) and upgrading to the latest version of 10.3 that should be offered to you, ie. 10.3.9). As the other posters have suggested above you should upgrade your RAM to at least 256 MB. With any updates to system software, remember to Repair Permissions from Disk Utility found at HD/Applications/Utilities/Disk Utility before and after the update.
    There are many "tweaks" and troubleshooting information for OS X that you can perform to get the best from your OS and machine.
    Some great information can be found @:
    http://www.thexlab.com/faqs/faqs.html
    A great tip, as your machine has a very small amount of Disk space is to run a little app called Delocalizer that will free up alot of space taken from Foriegn language files. The link to it can be found in Dr. Smoke's FAQ for "Freeing space on your Mac OS X startup disk".
    hope that helps some,
    littleshoulders [:-)

  • Can't open some installed application in iphone 4

    Help me please!
    It's just a few days that i found problem opening some installed applications in my iPhone 4...when i try to open one of these, the application crash after a few seconds!
    I' ve tried restarting iPhone, uninstalling and reinstalling apps....but the problem continue!
    What i can do??? HELP ME PLEASE!!!!!
    Thank you!!!!!!!
    BYE!

    Hi Mark
    Silly question for you. The project you are attempting to
    open in C4 isn't by chance still open in C3 is it?
    I know there are issues adding a Captivate output to Robohelp
    if the project is still open in Captivate which is what prompted me
    to ask.
    Cheers... Rick

  • Rate application and business rule Currency Converison

    Hi experts,
    Could anyone help me about the following confusion? thanks.
    Typically if talking about  currency translation, we have to find a way to find out source currency, target currency and rate to calculate.
    According to BPC logic(If i was right)
    1) source currency is determined from property of dimension Entity.
    2) Rate type is decided by Account dimension .
    My questions are:
    1) where could I define the target currency I convert to ? I have to point out when running DM package? I read from document - we can specify G or R type currency in currency dimension, does that mean the conversion will run on each of them in default way?
    2) what will happen if currency defined in Entity dimension's property is NOT identical with currency of transaction data stored in Legal  Application?
    Our task is to convert data stored in Legal App, isn't it?
    3) If you check Rate application, there is only one field to input currency. Why not two currencies are ready to input? Field currency A and currency B, then rate of conversion?
    Your help is much appropriated.
    Thanks.

    When the data is loaded in transaction currency ,  then make sure you dont run Currency Translation program for that data region . If currency translation ran for that data region , program offsets all amounts that are loaded in transaction currency . Check 4 th page of this very good  [blog|http://www.sapdiary.com/index.php?view=article&catid=76%3Asap-business-objects-overview&id=2522%3Asap-network-blog-bpc-for-net-weaver&format=pdf&option=com_content&Itemid=76]  on Currency Translation by Richard Jabbour.
    The standard behavior of currency conversion expects LC to be entered. If one does nothing
    but installs the program call in FXTRANS and Default logic, an entry in NON LC currency
    members will result in an immediate offsetting negative amount negating the entry.
    Hope this helps.

  • Reg: RATE APPLICATION

    DEAR ALL,
    a) Can Anybody explain me the use of "END", "AVG", "AVGFLOW" in  rate application for Currency conversion.
    b) In BPC Excel, what is mean by Active Workbook.

    Hi Chandramohan,
    It is required that the currency conversion for some accounts use the average currency rate of a period and some accounts use currency rate at the end of the month or currency rates of previous month and so on.... This in BPC is facilitated by the Rate dimension in the rate application. The user inputs currency conversion rates for avg,end and avgflow accounts (different account members in rate dimension) and the currency conversion logic uses the applicable rates for an account based on the RateType property in account dimension.In general P&L and cashflow accounts use Avg rates and Balance sheet accounts use End of period rate, but it can be a combination of both.
    And Active workbook will be the current workbook you will be working on.
    Kranthi

  • When I login to EBS as Japan language session some Forms Application is Eng

    Hi ,
    have recently applied japan NLS on r121.1 and later upgraded to 12.1.3 also applied 9239090(japan as well).
    But customer has complained the error below.
    Any ideas on it .
    Forms Application is still English.
    When I login to EBS as Japan language session, some Forms Application is English.
    e.g
    user MFG
    pass welcome
    Resp Manufacturing and Distribution Manager
    Path Inventory>品目>品目関連
    Thanks

    ls: /u100/app/HONDA1/orhonda1/oracle/aphonda1/apps/apps_st/appl/po/12.0.0/forms/JA/POXRQVRQ.fmx: No such file or directoryThis indicates that the fmx file was not generated via adadmin -- Can you upload the adadmin log file here?
    and also, after logging into the application selecting japan,to the left side i can see some responsibilities in english still..Is this the normal behaviour.No.
    Have you generated all NLS menus via adadmin? If possible, upload the log file.
    In the preferences tab when i check,logging to application with english can see the below..
    Current Session Language :- American English
    Default Session Language :- American English
    Is the above correct ?
    Do we need to perform any steps to so that we can see the responsibilites in english.Change the session language to Japanese and check then.
    Thanks,
    Hussein

  • Some Adobe applications open a empty, white window.

    Hello,
    since I have the Adobe Creative Cloud desktop app installed on my new Mac (about 1 month ago), it opens an additional empty window on each launch. Since the update to the CC2014 I can observe this behavior in some Adobe applications like Dreamweaver, too. (but not Photoshop)
    I chatted with the Adobe and the Apple support, but their solutions had no effect.
    What they have tried:
    Delete /User/[Username]/Library/Application Support/Adobe/OOBE/opm.db
    Rename [Username]/Library/Preferences/Adobe/Adobe Dreamweaver CC 2014 Prefs and [Username]/Library/Application Support/Adobe/Dreamweaver CC 2014
    Delete Preferences, LaunchAgents, LaunchDaemons
    PRAM Restart
    Reset user rights
    Uninstall all Adobe Applications, reinstall the latest Mac OS X (10.9.3) Update and install Adobe again
    The only thing that has helped was to create a new user. But this is not the right solution. Funnily enough, I had this problem when I installed the CC application for the first time on my Mac. It was one of the first programs on the new OS. Maybe the problem has something to do with my user account, but I had the problem, even under Windows.
    Screenshots:
    I hope you can help me! Have a great weekend!
    Best regards,
    Maik

    I've read the reference you have done me.
    The problem is similar. I've inserted the following row in the processRequest controller:
    OAButtonBean oabApriCalcolo = (OAButtonBean)webBean.findChildRecursive("buttonScontoCassaCalcolo");
    oabApriCalcolo.setOnClick("javascript:openWindow(window,'OA.jsp?page=/scm/oracle/apps/asn/rappvendita/webui/TestPG&retainAM=Y','Sconto',{width:'800',height:'600',toolbar:'yes',titlebar:'yes'},true,'dialog',null);");
    The window opens correctly, but the page content shows this error:
    You are trying to access a page that is no longer active.
    - The referring page may have come from a previous session. Please select Home to proceed. All Framework Pages should have a Function defined on the page when MAC Lite is enabled and the URL MAC Check fails.
    What is MAC Lite?

  • Can somebody give some real time questions for alv report

    hi guru
    can somebody give some real time questions for alv report.
    answers also.
    regards
    subhasis.

    hi,
    The ALV is a set of function modules and classes and their methods which are added to program code. Developers can use the functionality of the ALV in creating new reports,  saving time which might otherwise have been spent on report enhancement
    The common features of report are column    alignment, sorting, filtering, subtotals, totals etc. <b>To implement these, a lot of coding and logic is to be put. To avoid that we can use a concept called ABAP List Viewer (ALV).</b>
    Using ALV, we can have three types of reports:
       1. Simple Report
       2. Block Report
       3. Hierarchical Sequential Report
    <b>Reward useful points</b>
    Siva

  • Best practice to Load FX rates to Rate Application in SAP BPC 7.5 NW

    Hi,
    What is the best practice/approach to load FX rates to Rate Application in SAP BPC 7.5 NW? Is it from ECC or BW?
    Thanks,
    Rushi

    I have seen both cases.
    1) Rates coming as a flat file from external system, treasury department, and ECC and BPC both loads in to respective systems in batch.
    2) ECC pushes rate info to BW and data in turn get pushed to BPC along with other scheduled process chains.
    How are rates entering your ECC?
    Shilpa

  • Somer real time questions

    hi experts,
    1. how to call 2 transactions in same BDC program at a time, like 'mk01' and 'va01'.
    2. what is the transaction to create barcode.
    3. how to debug a smartform.
    4. in which table session are stored.
    ALSO CAN ANY ONE SEND ME SOME REAL TIME QUESTIONS ASKED IN INTERVIEW
    thankx

    2a.) SE73 is the transaction to create barcodes..
    se73 --> System Barcodes --> create ur new barcode
    then go to t-code: SMARTSTYLES there u have to create characterformat for the barcode u have created.
    and use this characterformat in smartforms or sapscripts editor ...
    3a.) Use breakpoint in program or i think with /h it activates the debugging of smartform or sapscript.
    4a.) in table APQI all session records r stored.
    reward if it helps

  • Hello some real time questions

    Hello guys,
    Can any one help with this question.
    1) Difference between Interactive & Drill down
    repot? What specific statements do you use, when
    writing a drill down report?
    (is both are same or any difference is there)
    2) What transaction do you use for Data Analysis?
    3) When a program is created and need to be
    transported to Production, does selection texts
    always go with it? if not how do you make sure?
    4) Can you make the CTS entries? How do you do it?
    5) What are change header / detail tables? Have
    you used them? ( i dont know what exactly is this?
    and from which topic?)
    6) What is currency factoring technique?
    7) Is it possible to run host command from SAP
    environment? How do you run?
    8) What is the difference in using COMMIT WORK
    within a called transaction & within a called dialog
    module in an existing module?
    9) What is the difference between the report
    status & screen status?
    10) what is the main diff between LSMW & session?
    11) How to introduce authorization objects in
    reports? How can you give authorization?
    12) Diff between BAPI & RFC?
    13) How field properties are set with * for
    password?
    14) How to create our own parameter ID in SE11?
    15) What is a Ztable? How to create it?
    (i think it is user defined table
    and using Domain, Data Element & Table fields we
    can create, if so, why it is to be called as only
    'z' table, when we can careat with 'y')
    <b>SOME REAL TIME QUESTIONS:</b>
    1) How many SAP instances are there in your
    organization?
    2) What SAP version is in use for each instance?
    3)What is the Hot package level for each instance?
    4)What OS is employed per instance?
    5)From where you get the request no?
    Any one Answer this question it will be useful for all.
    Thanks in advance.

    Here are answers to some of your questions. Hopefully this will help you.
    1) Difference between Interactive & Drill down
    repot? What specific statements do you use, when
    writing a drill down report?
    (is both are same or any difference is there)
    --> It's the same. You have events AT PF-STATUS, AT LINE-SELECTION, AT USER-COMMAND which are used to code for Interactive reports. Check this link for more details
    http://help.sap.com/saphelp_46c/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm
    2) What transaction do you use for Data Analysis?
    --> What do you exactly mean by data analysis?
    3) When a program is created and need to be
    transported to Production, does selection texts
    always go with it? if not how do you make sure?
    --> Yes, it goes with it.
    5) What are change header / detail tables? Have
    you used them? ( i dont know what exactly is this?
    and from which topic?)
    --> All changes in SAP data are logged in Change Header and Item table. CDHDR and CDPOS are change header and item tables respectively.
    8) What is the difference in using COMMIT WORK
    within a called transaction & within a called dialog
    module in an existing module?
    --> Commit work commits all database changes which occurs before commit statement.
    10) what is the main diff between LSMW & session?
    --> LSMW and session are 2 different ways to update data in SAP database.
    Check this out -
    Session Method
    LSMW
    11) How to introduce authorization objects in
    reports? How can you give authorization?
    Need to add code for the same using Authority check command. Check this thread
    ABAP Development
    13) How field properties are set with * for
    password?
    --> You can modify field properties which displaying data. In this way you can set data to encrypt with 'X'.
    14) How to create our own parameter ID in SE11?
    -> Check out this thread
    ABAP Development
    15) What is a Ztable? How to create it?
    (i think it is user defined table
    and using Domain, Data Element & Table fields we
    can create, if so, why it is to be called as only
    'z' table, when we can careat with 'y')
    --> using transaction code SE11. All custom objects in SAP can start either with Y or with Z.

  • Cannot load Dynamic templates in RATE Application

    I'm trying to create a new input schedule in RATE application.
    When trying to open a delivered dynamic template there are no templates to display.
    How can I reload or repair this issue? Have I missed something during installation or missed to activate something else
    Regards.
    Alberto

    Thank you for your answer!
    I checked the UJFS and in Rate App in my AppSet folder I do have 2 Templates, 2 images and the correspondent Description file for both templates.
    But still not able to select one of them form the BPC Excel interface.
    Is there something else to do or "reactivate"?
    Thanks

Maybe you are looking for

  • How do I create photo page with blow up images?

    I need some help trying to create a web page of photo thumbnails with blow-up larger images: 1) I want to create a contact sheet type of web page of multiple photo thumbnails. 2) When you click the photo it opens into a small window or "blow-up" vers

  • Tumblr Dashboard Loads way too many new pages

    When I'm on Tumblr, scrolling through my dashboard, I noticed that after a while it gets very slow. The reason why, is that everytime I scroll down a bit or press the 'j'-key (to go to the next post), firefox/tumblr already loads a next page of my da

  • Idoc with attachment

    Hi All According to our requirement we are planning to send an attachment along with Idoc. first we convert the attachment into binary format and assign this value to Idoc enhanced filed. Will it give any problem to process such a long binary data th

  • IPhoto - Family book with lots of text

    I would very much like to create an iPhoto book with photoes, but especially a lot of text about my family. However, the design of iPhoto does not allow me to write more than two small columns of text on each page. Do I really have to stop using iPho

  • Basis for creating the dimension for the cube

    Dear All, I have one basic query. We can build the ODS and pull data from source system to BW system. But now if i am suppose to build the Cube for my reporting then how do i make decision to build dimension for the cube? I mean what are the paramete