How to apply Excel formula in BPS layout

Hi ,
   I need to apply the following logic in my BPS layout.
There are three data columns called C,D,E respectivelt
redord 1   user input data for all the columns,
Record 2   C2 = D1 + E2.
Record 3   C3 = D2 + E3.
Record n   Cn = D(n-1) + En.
  n is the number of record in teh layout.
1: Can we use Excel formula to achive this?
2: If the anser is yes, how can we configure the BPS layout? I am not sure if we can do it at the last step of change layout.
3: If the answer is no, what is the other choice? I have tried to use user exit, but had some problem in passing the data to xth_data table in the orginal order sequence.
thanks in advance.

JW,
please see my answer to your original post "data in BPS layout columns"
Regards,
Marc
SAP NetWeaver RIG

Similar Messages

  • Formulas in BPS Layout

    Hi,
    I have a BPS layout, I had needed to include formulas with visual basic to some columns, and these are saved in the transactional cube. My problem is, with the time, the data for the column that has the formula can change.  When that occurs, data changed by the formula is not shows in the cube, is like there weren’t changes in this column. What would it happens? This occurs when the user doesn’t insert any data in other columns.
    Thanks
    Victoria

    Victoria,
    I'm not clear on your problem & it would be great if you could elaborate more on that.
    But, I've couple of questions.
    --> How data gets changed in columns? Is someone planning/changing values in the column?
    --> as soon as column data gets changed, if SEM macros are enabled in the layout, changed data gets changed by VB formuals. Are SEM macros enabled in the layout while changing the data?
    --> final question.  Once column data is changed by VB formuals, how you are expecting these changes to be written to the cube? Is some one clicking on "SAVE" button?
    Hope it gives some ideas.
    Hari Immadi
    http://immadi.com
    SEM BW Analyst

  • How to supress field in the BPS Layout

    Hi Guys,
    In the BPS layout Lead columns Product (shows Product GUID values) and ProductID are there .Based on the product(GUID) values only the Keyfigure values are populating in the Claim of CRM UI. But based on the requirement of the user we dont want to show GUID values in CRM UI Planning layout. How do I suppress these values in the BPS layout without taking out from Lead Column.
    Please suggest me.
    Swathi

    You can use macros to hide this column if the interface is excel.
    Write the below code in SAPAfterDataGet module.
    columns(4).hidden = true  "say the column to be hidden is 4
    And check this module in the MSExcel settings in the third screen of layout builder so that this module gets called each time layout gets displayed or refreshed.

  • How to apply style sheets to table layout

    hi i want to apply styles to my table layout region, i gave style sheets which are in OAF myhtml\OA_HTML\cabo\styles but i dint find any changes in my table layout, can any give one give me an idea of how to do it....

    Check the OAF personalization guide for details on custom CSS. It won't be possible for me to summarize the whole thing here.
    --Shiv                                                                                                                                                                                                                                                                               

  • Excel functionality in BPS layout

    Hi gurus,
    I have a problem with layout on excel: all the excel functionality are not avaible, in particular i refer to filter and order.
    I try to unprotect excel worksheet but if i use filter i have a lot of problems when save data.
    My users are very boring ....
    Thanks in advance
    FT

    Hi,
    just some background information: in BPS Excel is 'controled' via SAPGUI using OLE Automation, i.e. same technique Word uses to control an embedded Excel file. In this mode some Excel features cannot be used.
    In addition it is hard to control Excel completely. BPS gets the data from the ABAP back-end and transfers the cells via SAPGUI and OLE Automation to Excel. After this BPS has no control what Excel does with the data. Some Excel functions like 'filter' or 'sort' make it almost impossible to read the data back from Excel in a consistent way. This is why the worksheet is protected by default the these kind of Excel functions lead to problems.
    If you save the Excel template without protection in the layout builder it is also not protected at run time of manual planning.
    It is also easy to create a button that protects/unprotects the worksheet. A code snippet can be found in the VBA makros SAPAfterDataPut, SAPBeforeDataGet.
    Regards,
    Gregor

  • How to use Excell formula's within EVDRE

    Hi,
    we want to built a rather large P&L with time in columns and account and cost center in the rows.
    We would like to insert some subtotals within the P&L strucure using simple excel formula's.
    So we create the P&L structure and leave some empty rows in between, which are filled up with excell formula's. The row key range is adapted, so it does not reference the excell formula's. If we hit refresh workbook, our P&L is ready and displaying the correct data.
    Problem now is if we select 'expand all'. My entire P&L structure is changed and displayes the last section of the row key range several times (as many as we have different row key ranges) ... I've put "noexpand" on all of the dimensions on row and column ...
    So normally does one use the functionality of excell formula's within a EVDRE report?
    D
    solved it

    Hi D
    One way is to switch of the expansions and insert the rows and then have the subtotals. to swith of expansion just edit the cell where you have written the evdre function and then remove the formulas pointing to expand range.
    EVSUB in after range would not work here as the whole range is related to one dimension and it works if we have two dimensions and need subtotals
    Regards
    Harish B K

  • How to apply condtion formula inside Report Writer and Report Painter

    Hi anybody,
    I am doing report painter. but i don't know how to include condition formula inside report painter or report writer. ex if condition ..
    Anybody please explain to me the steps of report writer how do this.
    I will appreciate goods answers to me.
    thanks
    Regards,
    S.Muthu
    Edited by: Subramaniyan Marimuthu on Jun 3, 2009 7:50 AM

    www.virtuosollc.com/PDF/Get_Reporter.pdf
    This is most useful PDF written by industry expert. This is more informative.
    http://help.sap.com/saphelp_47x200/helpdata/en/66/bc7dc143c211d182b30000e829fbfe/frameset.htm
    Regards,
    Ravi

  • How to enter excell formulas into a webpage using Dreamweaver CS4

    I am new at dreamweaver and recently purchased CS4 web premium. I also bought some training videos from an Abode affilated training center on dreamweaver CS4. I was wondering how to create or hide formulas into a webpage. I am trying to enter my MS excel calculator into a webpage. Can anyone help me?
    thanks
    Mike

    Unfortunately this will not work directly in DW.
    You probably have 2 alternatives and that is, A - use JavaScript (if you are new to DW/webdesign probably not an option). B - See if there is an extension or plug-in for doing something similar.
    For pre-built extensions for DW try:   http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&exc=3&loc=en_us
    An alternative (you would have to copy/paste the code yourself would be one of the following (also check with the Microsoft site as this is (hopefully) something that may have come up before)).
    http://developer.yahoo.com/
    from Microsoft, you could check out: http://www.microsoft.com/downloads/details.aspx?FamilyID=7287252C-402E-4F72-97A5-E0FD290D4 B76&displaylang=en
    HTH
    PZ

  • How to apply temple to different standard layouts

    I'm trying to determine best design way of doing the following on a new site:
    I wish to create a template with top banner and bottom footer.  Then I would like to apply the template to the standard dreamweaver pages created by File>>>New.
    This is what I have done unsuccessfully so far.  I have created a new 1 column fixed, centered, header and footer HTML page.  I have inserted my banner in the Header and adjusted margins and padding in the Header.  I then created an editable region at <div id="  maincontent">.  I then saved this document as a dwt.
    So far so good.  I then created a new HTML 1  column fixed, centered, header and footer HTML and applied the previous template.  Perfect.
    I then repeated the process of applying my original template to a new 2 column fixed, left side bar, header and footer..  The left side bar was lost in translation.  I have repeated this process multiple times varying which document I would start with.
    Nothing worked and its clear to me that I'm missing one or more big concepts here.  Can someone point me in the right direction.  Sorry if this the the wrong posting group.  I'm new to this but can learn.  Thanks. M

    This is what I have done unsuccessfully so far.  I have created a new 1 column fixed, centered, header and footer HTML page.  I have inserted my banner in the Header and adjusted margins and padding in the Header.  I then created an editable region at <div id="  maincontent">.  I then saved this document as a dwt.
    There are two ways you could have done this:
    Used FILE | Save As, browsed into the Templates folder and saved the file with a *.dwt extension
    Used FILE | Save As Template
    Which did you use?  The first is wrong and will not work.  The second is the only way you should do this.
    Nothing worked and its clear to me that I'm missing one or more big
    concepts here.  Can someone point me in the right direction.
    The best way to do what you want is to START with the template, and use FILE | New Page From Template to create the child pages.  Applying a template to a page with existing content is going to make you nuts - it can be done, but you have to really understand how templates work to do it.  Nevertheless, if you have a page with content and you want to bring that page into a template's control, the BEST way to do would be to spawn a new child page from the template, copy and paste content from the original page into the new child page, and then save the new child page with the old page's name.

  • How change this excel formula IF(ISNUMBER(P4);IF(P4 R4;3;IF(P4=R4;1;0));0) in a numbers formula

    I use this formula -
    IF(ISNUMBER(P4);IF(P4>R4;3;IF(P4=R4;1;0));0)
    in mac excel 2008, but it isn't works in numbers, may you help me plz?

    Barry wrote:
    ivanfromrio de janeiro wrote:
    I Tried (Jiri's formula), but numbers returns "syntax error".
    Works fine here. I suspect you need to use semi colons for the argument separators:
    =IF(LEN(B2)>0;"NOTEMPTY";"#0")
    Regards,
    Barry
    PS: Same change will be needed in my formulas above. Commas are used to separate arguments where the period ( . ) is the decimal separator, semi colons ( ; ) where the comma ( , ) is the decimal separator.
    B
    You are right, Barry!
    Sorry, I work in Excel over 10 hours a day. Any syntax-related comma in Excel will be a semicolon in Numbers. Power of a habit. :-)

  • How to apply WebApp tags to CSS layout code

    Does anyone know how the system render tag code so that tag_fields can be applied to CSS. i.e. we want to use a tag_field to apply colour to color:{tag_color}
    The system keeps stripping out the code color:{tag_color}
    Does anyone know if it is indeed possible to do this?

    Thanks Liam. For colours I was using the most basic of defaults which also acted as labels in the WebApp so 'white', 'yellow' and 'green'.  Field type is radio button called 'status'.  I tried numerous things:
    1. Inline override:  <tr class="trcontent" style="color:{tag_status};">
    2. DIV wrapped: <tr class="trcontent"><div style="color:{tag_status};">
    3. Defined in the stylesheet: <tr class="trcontent">
    .trcontent {color:{tag_status};}
    In cases 1 and 2, BC strips out the style code which seems odd it would do that, although I can't see that it is greatly different from yours.
    In 3  the code is unresponsive for obvious reasons (double curly brackets).
    I will try your example above which is a great idea - thanks for sharing.

  • Loading data from excel to BPS layout

    Hi,
    I have BPS layouts in place and also excel sheets which are exact replica of those layouts.
    I know 2 options to load excel data into the BPS. These are:
    1) Copy and paste the data from excel to BPS layout.
    2) Create a flat file in line format from excel and then use method explained in document "How to Load a Flat File into BW-BPS Using SAPGUI.pdf".
    Is there any other way I can upload the same?
    Any help in this regard will be highly appreciated.
    thanks in advance.
    regards,
    Pankaj

    Thanks to Vlad, Laurent & Srini for prompt replies.
    But here the user needs to load data directly to the transactional cube.
    So it is a case of "instead of keying in values" on to the BPS planning layout, user wants to upload the data from excel into the BPS layout.
    Planning is done on SAP GUI and not web browser.
    I am able to do the same using the document "How to Load a Flat File into BW-BPS Using SAPGUI".
    But in this case the data needs to be converted into a simple csv file in line item format before it can be uploaded.
    Is there any way, where we can upload from excel file without having it to change to csv format as required in "How to Load a Flat File into BW-BPS Using SAPGUI"?
    thanks in advance.
    regards,
    Pankaj

  • Saving Excel formula's in BPS Layout

    Dear All,
    I am trying to save  the formula's in BPS Layout, but its not saving , I presume these formula's will not save in cubes, Can anyone advise me the best solution for calculations in excel based layout, OR do i need to use fox formula's instead.
    Thanks in Advance
    Thanks
    Imran

    Please check the following link.This is the starting point.
    http://help.sap.com/saphelp_nw70/helpdata/en/d3/8057f830a911d4b2be0050dadfb23f/frameset.htm
    Also  if you create a function of type formula in bps0, hit F1 and you would get more documentation for FOX.
    Hope this helps.

  • Check user manual input in excel BPS layouts

    I have some problems for manual input characteristics checks on an excel bps layout.
    I need to assign the value of an header characteristic to a detaild characteristic. How can I do ? I have already tried with characteristic rels. (exit, attributes, etc.) but without results.
    Thanks in advance.

    Hi Mario,
    I am quite sure, that if a char is in an P.Level, and there is a char relationship for it, the char relationship will not be called (somebody correct me if am wrong).
    So, in your case, you want to derive SALES ORG from Company code using char rel. The sales org is in the p.level, since it is in your layout. Threfore the char rel will be not called.
    If you want to have it works, do not select sales org in your level. I assume that you filter your comp code in level with a bps variable. Get this variable value (using API_SEMBPS_VARIABLE_GETDETAIL function) and assign it to char SAles org in your char rel exit. Everytimes when you save your plan data, the char rel exit will be call and sales org will be derived.
    If you want to show and derive the sales org in your layout based on selected company code, create a bps variable type exit for it, and read and derive the value from comp code variable.
    Best Regards,
    Suan Liono

  • How to Remove totals on few columns from SEM BPS layout

    On SEM BPS layout it has 10 5 charatestics columns
    and 10 key figure columns.
    out of these key figures I want see totals on some
    coulmns and for few columns I do not want to see totals.
    for wxample it does not make sense of seeing total under
    the salary incrase percentage coulmn.
    Please suggest anyway we can remove total for some  
    columns on the layout

    Hey, thanks -- everything worked as you described. It never would have occurred to me that the "put back" button refers to the browser selection not the layout selection, for reasons I give below.
    I think Aperture exhibits some conceptual confusion here. First of all, a "light table" is created by the New > Light Table command, and you add images to the newly created light table just as you would add them to an album. But those images don't go on the light table layout until you drag them from the browser to the layout table. The "put back" button and "remove from light table" contextual menu command both mean remove from the layout. The phrasing of the contextual menu command make it sounds as if it will remove the clicked image from the light table's collection of images, like removing an image from an album -- it would have made more sense to name this command "put back". Furthermore, the "put back" button is above the layout display, not above the browser, which to me implies that it applies to selections in the layout display. To select an image in the browser, and click "put back selected" seems backwards -- if you just selected the image in the browser, your attention is focused on the browser, not the layout; from the browser's point of view, the button should read "bring back" not "put back".
    The documentation didn't really help when I was trying to figure this out. Sometimes the Aperture documentation refers to just a "light table", as on the overview on page 732. On pages 733 and 734, though, it refers to a "light table album". On page 735 of the Aperture manual there is a very brief explanation of how "to add images to the light table" and "to remove an image from the light table". Here, "light table" refers to the layout not the album. The explanation of the "Put Back Selected" button says to select an image then click the button, and the picture shown is of an image selected in the layout, not in the browser.

Maybe you are looking for

  • How do we know who apple people are on discussions?

    I'd like to know how we can recognise apple staff on the discussions, thanks for all your help.

  • Put freehand options in to Illustrator

    I am a Freehand user that also uses Illustrator. Now it is official that Adobe will not develop Freehand. We will all have to start using Illustrator exclusively. There are some tools that are much better with Freehand such as paste inside and punch.

  • Link opening in new browser

    Hi, I have a link(to a pdf) in a pageStatus of a page.On clik of the link I want to see the content in a new browser.Right now,the current browser gets refreshed. How can I solve it. I see "Target Frame" property for the link in Jdev.What are the val

  • Slow Responding VBox

    Anyone experienced slow responses to inputs to the VBox and any suggestions to cure? Currently there is a 1-2 second delay when using the remote - the blue light on the Vbox flashes to register the input but then there is the delay in registering the

  • Random Semi-Restarts

    New Mac Pro 8 core. Upgraded to 10.5.5. Twice now, just as I was starting to enter the password to change from one account to another, the first letter typed caused the machine to perform a spurious "semi-restart", my term. The screen went blue, took