Web Interface Builder & Variable???

Hi,
Can someone help me to resolve this two issues.
I try to create variables by using web interface builder.
<b>1)</b>The variable- company code-<b>US100, CA100</b> are only ones I use in the selection of my planning leveL. <b>However, it shows all possible entries for the variable-company code</b> when I added the variable-company code in the web interface builder.
<b>2)</b>Another variable-forecast year, I created it in the planning area (using 'fiscl year') and try to add this variable in the web interface builder and got <b>an error message-the selection to 0fisclyear is not 'restricted'.</b>
Advices are appreciated.
J.

1) Set "Planning level" property of selector for you variable in web interface builder
2) Restrict fiscal year

Similar Messages

  • Range of Variable in Web Interface Builder

    Hi,
    I have created a Web Interface Builder in BW-BPS. I have created Cost Center as a Variable. However, I am unable to get this range of cost centers say 1001 to 1005 in Web Inteface Builder.
    Whereas, in the Planning Folder, this works fine and I am able to select the range of Cost Centers from 1001 to 1005.
    The issue is only with WEB INTERFACE BUILDER.
    Looking forward for some valueable inputs.
    Regards,
    Ravi

    Hi Mayank,
    Thanks for your reply.
    I will also look at the different options given.
    I also found the following thread is more useful.
    BSP Value Help Input Field and Select-Options Ranges
    I will let you know on this.
    Regards,
    Ravi

  • Variables in BPS populating the template built using web interface builder

    Hi All,
    I have a issue :
    I created some variables in bps0 (under a planning area) based on Fiscal Year, Fiscal Year/Period, Posting Period, Cal. Yr /Quarter and Version.
    Then I created a template using the web interface builder .
    The end user goes and puts the varaibels in the SEM template and that will run the BW queries in BW (ABAP code has been written to popluate the values entered in SEM tempalte in to BW variable screen).
    Now the problem is it works well for all values other than for #(not assigned).
    What should be done to make it work even for #?
    We do not have # as the value in master data for all the above info objects. We have # only for 0version  and for the rest I can't even see the master data as it says " master data is not maintained" .
    when I come back and look in bps0 then I see that the values entered in the SEM template are getting accumulated in selection conditionds in bps0 (when we click on the variable then when we see the selection conditions there it is getting accumulated)
    Can anyone please suggest a solution to make the # (not assigned) work and to clear the selection conditions table after refresh of the SEM template?
    Thanks
    Sri

    Hi
    You should create a BEX Web Query and integrate it in the upper level of WEB Layout.
    Check this link for a step by step guide about this topic
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/how-to%20guides%20-%20rig%20official/bi/nw04/how%20to%20integrate%20bex%20web%20applications%20into%20bps%20web%20interfaces.doc
    Ciao
    Andr

  • Is there any book or ebook available on web interface builder?

    Hi all,
    Does any one know of any book in the market or any ebook for learning web interface builder including the advanced topics like using variables etc.
    Thanks in advance
    Gugi

    Hi Gugi,
    I am not sure if there is an e-book just covering Web Interface. . thought this maight help.
    http://help.sap.com/saphelp_sem40bw/helpdata/en/05/242537cedf2056e10000009b38f936/frameset.htm
    Regards,
    Mohan.

  • To give value ranges in web interface builder in a BPS application

    Hi all,
    I want to give value range for an info-object in web interface builder when selecting a value range variable , but the web application is displaying only the 'from' field and I am not able to get the place to give 'to' for a complete range.
    Is there any other solution apart from creating an exit variable that reads from two other variables for 'from' and 'to'.
    plz help.

    Hi Chauhan,
        If you wish your user to input different values, then you have to provide "n" variables in the layout and read them in the exit variable! This method of reading user input is not adviced! Nevertheless, if you try solution described for first case, potentially in the range there could be "posting level" value(s) that was not wished.
      If these values fall under some range, it is possible to display the layout filtered with these selections
       For this you could provide two variables in the BSP-Selection section and in the BPS layout you would use a variable to type exit to read in the low and high values (that the user has selectedin BSP Page). In this way you could filter the contents of the layout with the multiple values for the "Posting level".
    Thanks 
      VArun

  • URL functionality in Web Interface Builder for BPS

    Hi,
    I have web enabled a planning folder and in the Web Interface bulider I am trying to enhance it. The clients requirement is to be able to select a file by clicking on a URL on a shared drive, based on variable selection. The file name is smart coded
    e.g.
    the files may reside in
    shareddrive\
    if the value in variable for version is 100, then the url should be "
    shareddrive\100.xls" and on cliking on this url, the file should open
    if the version value is 200, then the url should be "
    shareddrive\200.xls".
    In the Web Interface builder, I have created subcomponent 'URL'. If I give a fixed path for the URL say "
    shareddrive\100.xls" and clicking on it opens the file.
    I am however unable to parmeterize it. I tried using Javascript in the "Goto URL" attribute, but it doesn't work
    Any help is appreciated.
    Thanks,
    NS

    Hello Nimmi,
    here's an example that adds a button to launch the file. "VarvlSel1" is the technical name of the variable (dropdown box).
    Regards,
    Marc
    SAP NetWeaver RIG
    <span>
    <a href="#1" onclick="open_file();return false;"
    class="urBtnStd" id="OpenButton1" ct="Button"
    style="white-space:nowrap;"
    OnMouseOver="javascript:window.status = 'Open File';return true;"
    title="Open File">
    <nobr>Open File</nobr>
    </a>
    </span>
    <script type="text/javascript">
    function open_file () {
    var variable1 = document.all("VarvlSel1");
    var value1 = variable1.options[variable1.selectedIndex].text;
    var url1 = "
    sharedrive
    folder
    " + value1 + ".xls";
    // alert(url1);
    var window1 = window.open(url1,"Window1","width=310,height=400,left=100,top=100");
    </script>

  • How to make a form for input in web interface builder

    Hi expert:
        How to make a form for input in web interface builder?I have already used it to do PS planning, but I don't know how to  draw lines and checkboxes . Thanks in advance.
    Allen

    WAD:
    Open the WAD and create a new template. On the left hand navigation you will have several Web Items available. Under 'Standard' you have 'Analysis' item. Pull that into your template to the right. Under the Properties tab you need to pick the query [form/layout] that you have built in Query Designer.
    You will also find other items such as Button group, Checkbox, drop down, list box etc available. Pick and drag into the template whatever it is you require. Lets say you want a button. Under the Properties tab select the 'Command' that you require. You could use standard commands that are available there. You could also define functions and commands that you require.
    Query Designer:
    Open the QD and drag the characteristics and key figures that you require into the rows and columns of the QD. You would need to specify restrictions under the Filter tab of the QD based on the granularity of data that you require. You would need to remember that the key figures need to be made Input Ready [do this by clicking on KF and on the planning tab select "change by user and planning functions"].
    This shouldgive you a start. After you've explored it yourself a bit we can discuss further and I can certainly provide you additional details/material on these areas.
    Srikant

  • The URL in the web interface builder

    Hi
    In the web interface builder in BPS there are several components.
    When I click on them one by one I can see the planning functions and other details.
    There is a URL present in the web interface builder which corresponds to upload flat file data.
    How can we trace what are the planning functions used for this link.
    If we go to se80 how can we find whats the applicable BSP page for this particular URL which corresponds to a planning function.
    Please advise.
    Many thanks.

    Hi,
    From URL you can't find the details of planning objects. BUt you can find the BSP application that gets executed from that link and in that BPS application you can see the planning objects that are used in various events to upload the file data.
    Regards,
    Deepti

  • Web Interface Builder: export planning data in excel

    Hi,
      we like to export our planning data in excel from a WEB Template. Do anyone knows whether it is possible or not?
    In the web interface builder I only could add the function button with an exit export in excel. Have anyone experience with the abap coding or where I can find more information about the coding?
    Any help where appreciate,
    Klaus

    Klaus,
    I have found this problem. I decided to add an additional tab in all the layouts, with the same layout but defined in Excel (where you have the button to export to excel).
    I have defined this excel layout as "no ready for input", because he have found that the performance openning an excel layout in web is terrible.
    I see that is the same answer as you have received. But just say that we have had same problem, and that's the only solution that we have found.
    Regards,

  • Web Interface Builder, error if use in Browser

    hallo,
    I can customizing in Web Interface Builder. But if I try to execute in the Browser (start Planning) than I become the following Logon error - Massage :
    Note
    The termination occurred in system XXX with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    How I can customizing that.
    Where I can create a user ID.
    Please can anybody give me step by step introductions.
    Please don't say that I have to refer to the admnistrator. I'm alone.
    I hope somebody help me.
    thanks

    HI,
    now it is result an other error.
    "Error when processing your request"
    Is this normal?
    I have activated the application (it was inactive before)
    In the TR ST22 is the text for error "CX_BSP_HOST_NOT_QUALIFIED"
    What that mean?.
    thanks.
    Message was edited by: oesi yol

  • Releasing locks when using "Navigate Pushbutton" in Web Interface Builder

    Hi
    I am creating a basic BPS application in Web Interface Builder for manual data entry into a Cube.
    I have a requirement for a user to navigate away from the data entry screen to a "Start Screen".  To do this, I am using the "Navigate Pushbutton" component.
    When the user navigates away from the data entry screen, I want the locks to be released.  I have attempted to do this using the "End Command" attribute of the Navigate Pushbutton to "True".  According to the Help for this attribute, the following should happen:
    " When this property has the value TRUE, the page context will be lost when you press the pushbutton (and all locks are deleted)."
    However, when I look at the locks in SM12, I can see that the locks remain, even after the user has clicked on the Navigate Button.
    Therefore, it would appear that the "End Command" attribute does not release the locks when it is set to True.
    (By the way, I have also tried setting it to false, but the same issue occurs).
    Has anyone got any advice on how I can solve this?
    (We are running BW 3.1).
    Thanks in advance for any thoughts.

    Hi,
    You are correct this is standard functionality that should work. Please post the solution proposed by SAP.
    As a stop gap you can look at this topic
    User Lock BPS Web interface
    thanks

  • DATA SAVED UNLESS ERROR MESSAGE IN WEB INTERFACE BUILDER

    Dear collegue,                                                         
    IN SEM-BPS THERE is a fox that executes a control on the data inserted 
    in the layout. In planning folder when the data are not corrected there
    is a message that lock the date and data cannot be saved.              
    In web interface builder there is the message (with icon "STOP") but the
    wrong data are saved however. This is a serious problem.
    regards,
    DG

    Dear DG,
    when using planning folders there is the feature to run a function upon leaving a layout and upon save. In order to forbid saving of data in case of error the function has to run upon save - and that feature is not available in WEB based planning.
    You can add it by implementing the how to paper "How to run planning sequences on save and other events". You can find it in the service market place http://service.sap.com/~sapdownload/011000358700004491692004E/HowToRunPlFuncOnEvent.pdf.
    This should solve your problem.
    Regards, Olaf

  • Web Interface Builder+BPS+BSP

    Hi All
    I need some online study material for Web Interface builder(BPS_WB transaction).
    I have to design a interface for the Planning .can any one send me some link
    or PDF's for the same .
    I need documents for web Interface Tool(Builder) BPS and BSP
    If any step by step discription is there then i will be thankful
    My mail id is [email protected]
    Regards'
    Saurabh

    <FONT FACE = "Tahoma", Font Color = "Blue">
    Hi
    <Br>
    Please check out the following URL:<Br>
    <U>http://help.sap.com/saphelp_sem40bw/helpdata/EN/c4/b2af6569e64418a21bd0ab4d83be83/frameset.htm</U>
    <Br>Hope it helps.
    <Br>
    Cheers
    Abhijit<Br>* It's a good habit to reward someone with points in SDN if you think his/her
    response was helpful to you</FONT>

  • Any documents for web interface builder?

    any documents for web interface builder?

    Hi Saida,
    You can refer the following link for the web interface builder wrt SEM BPS:
    http://help.sap.com/saphelp_sem60ep1/helpdata/en/0a/242537cedf2056e10000009b38f936/frameset.htm
    Hope this helps.
    Please revert incase of any clarifications and reciprocate points if helpful.
    Regards,
    Poonam

  • Web Interface Builder - chancing the size of a GROUP-Component

    Hi!
    i have created a GROUP-Component (Group1) via the Web Interface Builder and would like to change the standard width from 350 to 200. I understand that this must be done via css. The relevant code in my BSP-page looks like this:
    <table border="0" cellpadding="0" cellspacing="0" cols="1" id="Group1" ct="Tray" class="urTrcWhlBox" style="width:350;">
    I checked the stylesheet (ur_ie6.css) via SE80, but i cannot find the postion where i need to change the width-attribute. The class definition inside this stylesheet looks like this:
    .urTrcWhlBox
    Any hints where to implement the change are welcome.
    Thanks,
    Holger

    Hi Jürgen,
    i changed the BSP-page like this:
    %>
    <%
    and it works...but this solution is not very suitable, because i have about 30 BSP-pages and every time i re-generate them i have to add the code again.
    When i overwrite the table tag in my stylesheet..like this:
    table
    the tray is smaller...but when i expand the tray in internet explorer the dropdown list is still 350px. Also the HTML-code remains with style="width:350;"
    Using .urTrcWhlBox instead of the table tag in my stylesheet has no effect.
    Regards,
    Holger

Maybe you are looking for

  • Error in pricing when doing sourcing in EBP 4.0

    Hello, We're experiencing random errors when doing sourcing in EBP 4.0. The shopping carts don't seem to have any similarities that could launch the error. There has been few cases when the same error has occured when user is creating a shopping cart

  • Financial Statements report - F.01

    Hello, I posted this question to the abap forum, but maybe you can help me better. As you know, the account amounts from the financial statement report come from financial documents. And when you create a financial document  you specify a document ty

  • Path in Classpath not found

    Hi, all! When I create a Web Dynpro-DC, I receive the following warnings: [Warning]: Path in Classpath for file _webdynpro_model_dynamicrfc.jar not found. and the same for all other Used DCs. When I then rebuild the project, none of the referenced pa

  • A database error occured. The database error text is: ORA-00932: inconsiste

    Hi Experts, In WebI XI 3.1, i am getting this error when i run webi report against a derived table "A database error occured. The database error text is: ORA-00932: inconsistent datatypes: expected NUMBER got DATE ". The derived table is designed in

  • Scanning from RX620 Epson -- no option to scan in jpeg ?

    I am using Epson All i  one printer/scanner (RX620) & when I scan to  my computer  (OS X 10.9.3) to edit pictures I cannot default to jpeg ( not listed as option) the default is TIFF.   Epson have responded to my question saying that they have not is