Variable in Web application designer

I created a template in WAD (Web Application Designer) and inserted table which is connected to Query. Given Query consists variable also. However WAD generating report without any variables.
Also, if anybody has stepwise document for WAD.
Regards,

Hi,
1. Check if your variable is input-ready (if it's not - it shouldn't appear on variable screen). If yes - pls.follow
2. Try to set parameter Reset variable values - On (WAD-> your Template --> Web template parameters --> Behavior)
3. General info on WAD can be found here http://help.sap.com/saphelp_nw70/helpdata/EN/1a/456a3badc1b315e10000000a114084/frameset.htm
Hope this helps

Similar Messages

  • Variable in Web application Designer (urgent)

    HI Experts,
    I have a requirement where I have to print the report in PDF format where the Selected Variable will appear  in the Left hand Corner of the final report output, Report name will come in the Middle, and company's logo will come in the right hand corner.
    Now company's  Logo and report name i can display in the report but Variable screen neither can I  Add Push Button to Call Variable Screen I got a document but its not clear in it.
    Please provide me the steps and please explain the procedure to add variable screen or to add a push button  to Call Variable Screen.
    The document I followed is "How to Enhance SAP BEx Web Analyzer (0ANALYSIS_PATTERN)"
    I'm a beginner in WAD.
    Points will be awarded for proper guidance.
    Edited by: James on Jul 17, 2008 7:55 AM

    Hi,
    1. Check if your variable is input-ready (if it's not - it shouldn't appear on variable screen). If yes - pls.follow
    2. Try to set parameter Reset variable values - On (WAD-> your Template --> Web template parameters --> Behavior)
    3. General info on WAD can be found here http://help.sap.com/saphelp_nw70/helpdata/EN/1a/456a3badc1b315e10000000a114084/frameset.htm
    Hope this helps

  • How to create a date range in Web Application Designer

    I am using 3.1 version of Web App Designer.  I need to create a report with date ranges.  I can get one date to work but not two (I need a start date and end Date).  My Query has 0CALMONTH with a variable for Interval.  When I select it as a dropdown (??) in Web App Designer, I only get one date prompt in web app designer.
    Any suggestions??
    Thanks
    Kristen

    Hi Kristen,
    I'm sorry i'm not coming to solve your problem,but for the trouble I have had,and I want to create a date picker in Web Application Designer,so if you have solved the problem ,please email to me? [email protected] ,thx very much!
    best regards
    zegion chan

  • Error in Web application designer in BI7.0

    Hi,
    If we try to create the template and save, it is showing the following error.
    JAVA COMMUNICATION ERROR RFC_DESTINATION IS NOT CONFIGURED.
    we tried some RFC connections in the backend . It is showing BI metadata for BSM is outdated. I checked the necessary settings according to note :888687.
    But we are able to check the RFC connection between ABAP and portal.
    But we are getting the same error. While saving the template which created. it showing the error and i am not able to save the template
    Please help in this issue..
    thanks in advance.
    Regards,
    Mohankumar.G

    I was working on similar issue for 2 days & I am able to overcome the error mention by you related to WAD now I am able to execute the WAD application through portal.
    Send me your mail Id I will fwd u the configuration steps
    Meanwhile chk Trans: SM59 for RFC connection
    IN Visual Admin check the JCo RFC Provider is properly configured with backend username.
    Chk all the JCo related to BI are working properly either with SSO or User mapping
    Chk in Table RSPOR_T_PORTAL the portal URL is proper or not
    (transaction code SM30).
    2. Enter RSPOR_T_PORTAL as the table.
    3. Choose Maintain.
    4. Choose New Entries to create a new entry.
    5. Maintain the connected portal:
    RFC destination: <RFC_DESTINATION>
    System name: <SYSTEMALIAS>
    Default: <DEFAULT>
    Portal URL prefix: <PORTAL_URL_PREFIX>, for example, http://<portalserver><domain>:<port>
    Prefix of RM for BW Metadata: <KM_RM_METADATA_PREFIX>, for example, /bw_metadata
    KM service URL: <blank>
    Referesh the MetaData Service in BI Web Application Designer under settings try to connect you SAPRFC.ini file set enviroment variables for the same.
    Swapnil

  • Print PDF file with the lay out created in the BEx web application designer

    Got the following questions (problems) when print a web report created in BEx Web Application Designer to a PDF file:
    1. The tile (which has a company logo and report name in it) was not printed, is it possible to print a title (with company logo) on each page of the PDF file?
    2. Want print the filters that have value specified on the PDF file, is it possible to do this?
    Any help is appreciated, thanks.

    Hi Simon,
    you can achieve this requirement i.e. using this way of implementation:
    1. Create a new template which contains the required fields (company logo etc) and set the visibility of the top container to "hidden". Add a empty data provider to this template and add the filter values (variable names) you want to display on the PDF. However be aware that the name for the (empty) data provider must match the name of the data provider within the original template you want to print.
    2. Open your original template and include the template you created in step 1 (Advanced: Web Templates). Choose the appropriate location (above/below the analysis item.
    3. Check the settings of your export command: do not set a special web item to be printed.
    If you export the template within web the second template should be printed correctly.
    Brgds,
    Marcel

  • How to maintain Master Data through Web Application Designer layout.

    Hi.
    I’m Internship and I have to do something that it doesn’t work.
    I explain to you.
    I have to make a layout via Web Application Designer to permit users to add a line in the master data XST_RFC.
    For that, I did two things:
    First I followed this url : http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/607193d5-cdd5-2b10-c699-8ff04c3124f6?QuickLink=index&overridelayout=true&38392712686871
    The result; I have a problem with the appendix of method execute “DATA : ZL_WORKTEXT Type ZFREETEXT”. Here, SAP doen’t permit me to put XST_RFC (my characteristic to add by the user) but just /BIC/PXST_RFC… So, I tried with that and at the moment of the test in the Wad, the application say me “no Master Data in XST_RFC”. I know that there are no MD in my char, I just want to add once…
    So it doesn’t Work.
    Secondly, after testing, the Function Module test works. When a put an ID in the test page of SAP Logon in parameters, the FM put this ID and create a new line with this new ID. So I had an idea, use directly this function module in a Fox Formula but, when a call my function, I have a problem with variable/parameters type.
    My variable is TYPE XST_RFC , but my parameters is TYPE  /BIC/PXST_RFC….
    My Fox Formula
    DATA NEW_RFC TYPE XST_RFC.
    NEW_RFC = VARV(XVOU_RFC).
    CALL FUNCTION ZBWDSST_XX_MASTERDATAMAINTAIN
    EXPORTING
    VAR_RFC = NEW_RFC.
    My error message Types of parameter VAR_RFC () and variable NEW_RFC(C) are inconsistent
    If you can help me, I work on this issue for 4 days and I waste my time.
    Thanks.
    BR

    Dear All,
    The text flow for 0WS_QUEST & 0WS_QSTNNR is sufficient to make available Criteria from source system questionnaire in BW.
    After the text load (even it does not generate SID) we can already use Tcode SRM_VE_GROUPING & SRM_VE_WEIGHTING for customization of groupping and weighting in BW.
    Regards,
    Viresh

  • Information Field in Web application designer

    Hi BI Gurus,
    I'm working on Web application designer and new to it. I want to display the value of filter variables but without the description of it. I'm able to display the value but that's coming with description of variable that i have given in query. Please Help me out its urgent.

    I used following steps :
    1. dragged the information field, selected edit from context menu and choosen following options:
    visibility : Visible [dropdown]
    Check on Display Variables
    Data Binding with my data provider DP_1
    Text Element type : Variable Value.
    Below that there is a option of variable , i selected it and there were 3 options present : Default value,  Manual Value, Listed value
    But no such option as u mentioned !
    Please provide assistance regarding this.
    Thanks & Regards

  • Query on WAD (Web Application Designer)

    We have got request from the user on one WAD u2013 Web Application Designer Report for the extra functionality.
    This WAD report contains 7 tabs, for each tab there is a separate query view has bee designed with default variable values.
    While running the WAD report user will input values in the variable window for the variables (Eg: Fiscal Year, Org.Structureu2026etc), after executing the report, if the user switch to another tab in the same report, the variable values entered before execution of the report will not pass to the another tab by default because the query views have been designed in such a way that each query view will have its own default values.
    Now the user is expecting the variable values entered for the first tab should be passed to other tabs as well, is it possible to pass values from one tab to another tab?
    If its possible, could you guide us where (HTML code or web template parameters or any another things) exactly the required changes/modifications need to be made in WAD report?
    Thanks in advance.

    hi vishal ,
    You are right .At first i did not get you solution
    but later i treid some random seletion propeties for the text web item.
    I got it.
    Steps:
    1. Place the text element in the right panel of wad.
    2. Go to properties of test element.we have two in this 1.General 2.specific.
    3. In specific we have the Display General Text Elements.Checkthis Check box
    4.save.
    Now you can see the ouptput.
    But not only last loaded date but also other details like
    Last change by,created by,..refreshed date..etc

  • Bex Web Application designer 3.x  windows 7

    Good Morning,
    Im trying to use Bex Web Application Designer SAP BW 3.x doenst working at windows 7.
    its ask one version above ie 5.
    Im using ie 8, i cant install the ie 7.
    there is anyway i solve this problem?
    i patched of last support package, even it not working
    thank u
    regards,
    Amit

    Dear Amit,
    unfortunately I get the same error here when I try to run the WAD 3.5 under Windows 7. I only can hope that there will be a work around, as SAP will officially support Win7 only with SAPGui 7.20 which will be released in Q1 next year. I did not get any information that BW 3.5 will still be included in Gui 7.20, but probably someone who is reading the forum from SAP can provide an answer...
    Another strange thing which I discovered in Win7 is, that when I execute a query and the variable screen is displayed, most of my variable descriptions are missing. When I toggle back and forth some windows everything appears correctly. So I guess that (hopefully) the display device driver needs only another update...
    Regards,
    Andreas

  • Change Layout Web Application Designer

    Hello Gururs.
    Here's the question:
    I'm creating a Web Application Designer Template. When I execute it in the web, the variable screen has certain colors (kind of blue colors) the standard, but after inputing the variables when I click on Ok button, the display of the query is very mediocre, i.e., the standard, is representing the query in a table with the columns and rows in gray!
    I would like to change these colors, but I don't know how.
    I believe that in older versions you used to have an option in WAD of choosing the stylesheet (CSS), that now in the 7.0 version is unavailable.
    How can I change the layout presentation of the queries format in the WAD?
    Thank You,
    Diogo Ferreira.

    Hi Diogo,
    The table colors are from the EP settings.
    I often insert a line like this in the head of the template:
    <style type="text/css" >.urSTSHL2 { background-color:#CCDAF6 } .urSTSHL1 { background-color:#CCDAF6 }</style>
    It will overrule the standard CSS from the EP and it also works with IP queries.
    The alternative is to change the overall setting or change theme in the EP.
    Hope this helps.
    BR
    Stefan

  • Prevent values being passed using Link Item on Web Application Designer

    Hello all,
    I have a question regarding 7.0 Web Application Designer. I am using the web item Link Item and using the command OPEN_TEMPLATE_DIALOG to open a new WAD Template BUT I do not want to pass the values from the original WAD template to the new one. Is there a way to restrict passing any values to the new template? Am I using the correct command OPEN_TEMPLATE_DIALOG?
    To better describe what is happening, my characteristics and key figures are being passed from my original WAD template to my new WAD template when using the OPEN_TEMPLATE_DIALOG. I do not the values to be passed, only to open up the new WAD Template with its own reports.
    Thank you.

    Sorry maybe I mistated the problem. I do not have an issue with the variable screen when transitioning to the second WAD template screen, I have a problem due to the values from the first WAD template being passed to the second WAD template.
    My first WAD template using the Link Item is only for the ability to click on the text to open up a second WAD template which I do not want the values to be passed from the First template.
    I hope this clears up the confusion.
    Thanks

  • Web Application Designer need help ASAP

    Hi All,
    I have a requirement to customize the analysis item in a web application designer.
    I have created new templetes and added a analysis with a query view as data provider .
    in the output I require to hide some rows of the query view and also change the color of the text i.e the numbers.
    How to modify the output of the analysis item which is coming from a query view or is there any way where I can modify the output of the web templete.
    Thanking You,
    Rukmini

    Dear Devi,
    If you do not want to use the default display and behavior of the Analysis Web item, you can use the Modification parameter to change them. You can modify the table structure and the table cells.
    The Modification parameter provides modules whose use can be controlled using additional parameters.
    This function enables you to use similar options to those available in earlier releases with the Web Design API for Tables. Unlike the Web Design API for Tables, modifications enable you to make targeted changes to the display and behavior without any programming.
    Prerequisites
    The modules are the main prerequisites for making modifications to the Analysis Web item. The modules are implemented in Java. The SAP Basis infrastructure in SAP NetWeaver 7.0 does not support any customer modifications or extensions to Java coding. Customers are therefore not able to develop their own modules for modifications to the Analysis Web item.
    SAP delivers a number of sample modules. You can use parameters to modify the display and behavior of these modules.
    Procedure
    You use the modules as follows:
           1.      Select a module from the sample modules.
           2.      Specify the module in the Modification parameter of the Analysis Web item.
           3.      Control the display and behavior of the module by specifying the module-specific parameters.
    Result
    The table of the Analysis Web item is displayed in an individual manner using the modules. The behavior of the table may also be different. For example, you can define commands for table cells.
    Example
    For example, you can define a fixed column width or display comments in cells.
    For more info :
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/1a/456a3badc1b315e10000000a114084/frameset.htm
    Hope this helps u..
    Best Regards,
    VVenkat..

  • Problem with layout in Web Application Designer

    Hi all,
       I am working with the BEx Web Application Designer. Well, I execute a web template in the browser, click on right button and  choose enhanced menu, query properties and mark the check box Display Rows as Hierarchy and Expand to and from the list of values (combo-box) choose the last field that can be expanded.
    Once all the lines have been expanded and the layout of the template is longer than a page, we look for a line that is not in the first page and contract it. The problem is that when we contract the line, the layout shows  the first page, instead of the page where the line had been contracted. I have tried to solve this changing the properties that appear when the template is designed, but I haven´t found the solution. Is there any way so that i can solve it?
    Thanks in advance,
    Mª del Mar Bonilla.

    Bonilla,
    Welcome to SDN...
    Try this out...
    In the Query designer view , right click on the rows structure and select display as hierarchy. In case this option works fine , the behavior pointed out by you could be a possible bug.
    Just update the result of what I have mentioned above...
    Hope it helps..
    Arun
    P.S Assigning points is a way fo saying thank you in SDN

  • URL link in rows/colomns of a report web application designer.

    Hi,
    I would like to create a URL link in a report which jumps to documents on livelink.
    For example:
    1.  bw    30.000    www. google.nl
    2.  sap   40.000    www. sap.com
    3. basis  50.000   www. nu.nl
    etc.
    etc.
    Do all the rows have different URLS, is that possible in the web application designer? Or do I have to use RRI? Or a user exit?
    Thanks for your help en replies.
    Rishma.
    Edited by: R. Debi on Oct 7, 2010 11:20 AM

    I used the RRI already but would like to have a hyperlink in the report. (So, the prefix of the URL is always the same an I have put this in RRI and used the & and contract ID as dynamic part of the URL.)
    In a BW web report, our customer would like to display a characteristic value as a hyperlink, so that when clicking on the link, the user is taken to an external website holding a document.  SO I am just looking for a javascript perhaps? Or maybe even abap in transformation? To actually create the hyperlink in this report.
    Thanks a lot,
    Rishma

  • To use Web Application Designer release 2004s do we need to have portals???

    Hi
    I would like some clarity regarding whther we need a portal or not.
    If you use Web Application Designer (SAP BW 3.x) it works fine, you can create reports and then it shows in SAP Easy Access under favourites. Executes fine, no portal is used.
    Now when I want to use the new Web Application Designer I can not execute the reports. Gives me error
    "Java communication error: RFC destination NOT_CONFIGURED does not exist", the window it appears in has a text saying it can't conect to the portal. Then notes that I look at regarding this seems that the connection between SAP BW and Portal must be set up.
    So can please someone tell me whether you need the portal to use the new Web Application Designer release 2004s
    Thanks in advance

    YOu neeed BI Java configured
    If you do not use any new BEx Web functions, do you have to install the usage types BI Java and EP?
    answer -SAP EP 6.0 Portals could be integrated into a federated portal system landscape using URL iViews.
    For more insights - FAQ
    Pls read carefuly should answer all your current and future questions.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/43008b6a-0901-0010-90af-c848d878bac3?rid=/library/uuid/a5067965-0901-0010-6f8a-bbf0b7424283
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/43008b6a-0901-0010-90af-c848d878bac3?rid=/library/uuid/cea68c65-0901-0010-f5a4-fd34189d8078
    Hope it Helps
    Chetan
    @CP..

Maybe you are looking for

  • How to create business partner in solman

    How to create business partner in solman?...

  • Standard report on Stock Status

    Hi, I need stock report in Inventory with the following output fields, 1.Material 2.Material Description 3.Flagged Material For deletion (Yes/No) 4.Plant 5.Storage Location 6.Division 7.Valuated Stock (Qty & Value) 8.Consignment Stock (Qty & Value) 9

  • Export single-page pdfs with page name

    I've been looking for a script that: - exports every page of an indesign file to a seperate single-page pdf (or other filetypes) - names the pdf with the name of a page -> this is the hard part to find The reason i could use it: i have a 200+ page fi

  • Error Building BPEL Process

    Hi, When we build the test task in BPEL Process, it give error as [bpeltest] <Line 39, Column 173>: XML-22016: (Error) Extension function namespa ce should start with 'http://www.oracle.com/XSL/Transform/java/'. Even then it displays a message as [ec

  • Converting dos line endings to unix

    What is the simplest way a Macintosh user can convert a text file with DOS/Windows (CRLF) line endings to Unix/Mac (LF) using only the tools available in a standard OS X distribution? In the command-line environment (Terminal), I don't see the old st