Automation of WAD Report

Hi All
I created one WAD Report.
this WAD report is about customer information.
there are 10,000 customer are there.
for every month this WAD report has to be generates for each and every customer.
user wants this whole process automatic.
means every month report has to be generated automatically.means user dont wants to give the each and every empolye nuber.this should we automated.
can anybody provide me the solution or related documents to do this?
Thanks
Krishna
Edited by: krishnamurthy g on Dec 31, 2007 1:29 PM

Hi,
When you create the Web template using WAD, it will get stored in RSA1 -> Reporting Agent.
Please go to reporting agent and find your Template. Once you find it you can right click on it and create settings for the template. Once you create the settings, in the same window on the right hand side you can create a package. Create one drag the settings to that package. Now you can right click on the Package and say schedule. You can schedule a monthly load for this.
When this job runs the documents are stored in the transaction RSRAPS. You can retrieve the URL from there and give it to the user
Please revert if any issues
Regards,
Pramod

Similar Messages

  • Error while executing WAD report

    Hi Gurus,
      While executing the wad report in the web getting an error, can u brief me, and provide me any step by step procedure for WAD template creation
    Reference to data provider "%NM%" is invalid
    In the Web Application Designer, create a data provider with the name %NM% in template ZDEMO_WAD, or change the reference to the data provider in Web item ANALYSIS_ITEM_1
    DROPDOWN_ITEM_1
    No reference To data provider defined
    In the Web Application Designer, set parameter DATA_PROVIDER_REF in template ZDEMO_WAD for Web item DROPDOWN_ITEM_1 to a valid data provider

    can u brief me, and provide me any step by step procedure for WAD template creation
    I believe you have already posted a Q on Dashboards
    Re: DashBords
    & many have responded with documentation links that can help. I suggest you take time to go thru' the links.
    Reference to data provider "%NM%" is invalid
    In the Web Application Designer, create a data provider with the name %NM% in template ZDEMO_WAD, or change the reference to the data provider in Web item ANALYSIS_ITEM_1
    You need to first create a Data Provider, say DP1, on either an InfoProvider/Query/QueryView to be able to bind it to any webitem in a WAD template. Once created, assign DP1 to ANALYSIS_ITEM_1 under Data Binding properties.
    No reference To data provider defined
    In the Web Application Designer, set parameter DATA_PROVIDER_REF in template ZDEMO_WAD for Web item DROPDOWN_ITEM_1 to a valid data provide
    Create DP2 first & then have it assigned to the DROPDOWN_ITEM_1 under Data Binding properties.

  • How to print title in WAD report

    Hi,
    I need to be able to print the title of a WAD report. I need this to be exported with specific font and color. I tried using the text box but, in text, I cannot give any font or size to the text. I am using the "Header" and giving the text of the title in the Print configuration, but is there any other alternate way? Any suggestions???
    Thanks

    Hi ,
    Can you please try with 'Info Field'.
    Thanks & Regards,
    Ramnaresh.P.

  • How to keep the input parameters in a query (WAD report)

    In some WAD reports, we have to record the report name and the user name (which user use the report) and what the selection criteria the user input. How can we do?
    Thank you
    Michelle Lee

    Hi.
    Report name: create user exit variable (lets say Z_QUERY_NAME) with following code at I_STEP=2
    WHEN 'Z_QUERY_NAME'.
    DATA lv_compid    TYPE rszcompid.
    CLEAR lv_compid.
    IMPORT compid = lv_compid FROM MEMORY ID 'COMPID'.
    l_s_range-low  = lv_compid .
    l_s_range-sign = 'I'.
    l_s_range-opt  = 'EQ'.
    APPEND l_s_range TO e_t_range.
    User name: crate user exit variable (lets say Z_USER) with following code at I_STEP=2
    WHEN 'Z_USER'.
    CLEAR l_s_range.
    l_s_range-low  = sy-uname.
    l_s_range-sign = 'I'.
    l_s_range-opt  = 'EQ'.
    APPEND l_s_range TO e_t_range.
    Then in WAD create 2 InfoField webitems. Set dataprovider and select variables for info fields.
    Regards.

  • Problem while executing WAD report

    Hi,
    When i save an existing WAD report with a new name and execute it, am getting some kind of chinese language instead of the variable screen. Please let me know what might me the issue and how to resolve it.
    Thanks & Regards,
    Srinivas

    Hi,
    Please check the thread below:
    Web Application Designer Appearing in Unicode (UTF-8)
    It will solve the issue.
    -Vikram

  • Change comma and period in key figure presentation in BEx WAD reports

    Hi gurus
    We run our BEx WAD reports in the SAP portal. By default the thousands separator is period and the decimal separator is comma. How can I change this so the period becomes the decimal separator and the comma becomes the thousands separator?
    Kind regards
    Erik

    Hi Erik,
    you can change this by setting at user parameters.
    At system, at any screen (RSA1) -> menu SYSTEM- > USER PROFILE -> OWN DATA ->  Defaults Tab, here you can change.
    and Save.
    these will reflect in WAD report output.
    Best Regards.

  • Few WAD report  functionalities not compatible in windows 8.1 version

    Hi,
    We are currently facing an issue with one of the BEX(Web application designer 3.5) features not working as expected. we have currently using the BEX WAD report in windows 8.1 version and we see issues with the design of the report. The report is built in WAD 3.5 and it works fine in windows 7 OS where as there are some drawbacks of using this report in windows 8.1 . Has anyone faced the same issue, If so what could be the possible solution for this. Is there any SAP note that i can refer to??
    Thanks,
    Sneha

    Hi Gopal
    Could you check the limitations of SAP BI 7 tool on SAPGUI 7.30
    1640140 - BI 7.x tools in 730 - General Information & Limitations
    1652769 - 730 GUI DVD - BEx tools - HW\SW requirements
    1322923 - Maintenance strategy / deadlines BW Business Explorer (BEx)
    BR
    SS

  • To display the selection screen variant name in WAD report output.

    Hello experts,
    I have a requirement which is to display the selection screen variant description in the output of the WAD report.
    I managed halfway, by using the object "Information field", which displays all the values which are selected by the variant.
    Example:I have created a cost center report created using WAD, since I need some graphical displays..
    In the selection screen, I have the characteristic "cost center" as input field. I have created a variant " GM - IT" which will include few cost centers managed by GM. In the output, I want the dispaly to be "Cost center - GM IT". Currently it displays "Cost Center - a,b,c,d" as the values a,b,c,d are the values from the variant name "GM-IT"
    Please let me know if this required any java script. I am not familiar with java / html codes and any help would be much appreciated (and rewarded)
    Thanks in advance
    KS

    Hi,
    Try this.
    If you want to include your variables in your WAD means you have to choose "Force Variable Screen" option to be in enabled condition.
    TO enable this,in WAD select your Template(New Template1) click the WEBITEM , it'll shows all generic properties , here you can enable this "Force variable screen"
    Save and execute your WAD now you can get your variable screen.
    Thanks,
    JituK

  • WAD result row in the name of the WAD report

    Hi,
    My requirement is we need to show summary of the result rows in front of WAD report output. Is it possible by any means please let me know.
    amit

    our requirement is top management should get summary report like this e.g
    WAD output as of now we have.
    > costing report (Heading of the report) (compress)
              > Query result  (at the top or at the bottom)
    I need Query result should appear at top level before clicking on heading costing report.
    Please let me know if anything required above.
    amit

  • Issue with 'Comment' functionality in WAD Report

    Hi All,
    We have a issue while entering comment in a WAD report.
    We are entering comment (eg:'Approved') to a Document 'ABC' belongs to Comp Code '123'.
    After saving the comment  we should ideally see the following
    Document
    Comp Code
    Comment
    ABC
    123
    Approved
    But with the above action Comment is also being copied to all the Comp Codes which has Document 'ABC' .
    For eg if the Document 'ABC' is being used in another Comp Code '456' then the comment is also copied to that.
    Comp Code
    Comment
    ABC
    123
    Approved
    ABC
    456
    Approved
    ABC
    567
    Approved
    Comment should be applied to unique Comp Code and Document combo s. Please guide.
    Regards,
    Priyanka

    Where do you see the standard cost as '8.42'? In listcube?
    It is likely that there is nothing wrong with what you see. JPY currency's conversion factor is different from other currencies in the standard system. It is likely that the 'real' value <i>is </i> 842 Yen (Yen amounts not having any decimals in real life).
    Adding further -
    This behavior (if it is the reason) is due to the decimal place settings for currencies (stored in table TCURX). This is not meant to be changed.
    Message was edited by: Ajay Das

  • WAD Report(Template to be opened in new browser tab)

    Hi,
    I have an urgent issue with WAD Report.
    I have my Template with Tabstrip containing Link Item, which opens another template on click. For this I used transfer state instruction by which new template is opened in the same tab of browser,I need new template(on clicking Link Item) to be opened in new tab of browser and the old one to remain in same browser tab.
    Thanks in advance,
    Regards,
    Rajeswari.

    Hi
    I did something similar before.
    I had three tabs.
    Summary Tab
    Details Tab
    Totals Tab.
    By default when user runs the template, first tab is displayed with summary details. When user wants to drill down to the details of particular line, then user clicks on the row. When clicked on the row, details report gets generated in the second tab but user manually needs to go to second tab to see the details.
    To achieve this i did the following
    DP1, Analysis gird properties
    "row selection"-->single with command and used SET_SELECTION_STATE_BY_BINDING.
    Thanks
    Srikanth

  • How to start WAD report from MSS with Hierarchy ?

    Hello to all.
    I have a WAD Report that the parameters for it are: Org  unit - as the root, and a year/month.
    The report receive an org unit and display data for it and for all org units under it in the Org. structure.
    I start the report from the MSS.
    In R/3 in table T77MWBBWS I created an entry for that report with Reference char. = "ORG_STRU" instead of "0orgunit".
    The report ignores the Org unit that I choose from the MSS selection screen, and starts with the Root Org unit of my Org structure.
    What to do in order to start the report with the Org unit that i select and to get results for all the org. units under it ?
    Thanks, Pazit Atar.

    I am also facing same problem.
    I want to know how the org unit which is selected on MSS screen is passed to backend R/3 report (which is using PNP logical db)
    PLEASE HELP.

  • How to force selection screen in WAD Report

    Hi Gurus,
    How do we force a variable selection screen in WAD Report. We are in SP 10.
    Thanks
    Syed

    Hi Karthik,
    Iam not sure for some reason, when I select web_template and click on Web Parameters, there nothing available below Behaviour section. However when I create a new Analysis Item and see its properties, the Behaviour section shows only Allow Navigation & Only Hierarchy options.
    Should I reinstall my front end. We are in SP10.
    Appreciate your response.

  • Performance of WAD report

    hello all,
    Please tell me how to find performance time of any WAD report?
    Please reply ASAP...
    Thanks in advance....
    Sneha

    Sneha,
    Please check statastics which is active in the system and ST03N where you can get the WAD reports time also
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6dd54713-0c01-0010-8691-a3576b9a95d9
    Edited by: Prasad B on Sep 8, 2008 4:08 PM

  • Hierarchy org unit to wad report from MSS

    Hello to all.
    I have a WAD Report that the parameters for it are: Org unit - as the root, and a year/month.
    The report receive an org unit and display data for it and for all org units under it in the Org. structure.
    I start the report from the MSS on portal.
    In R/3 in table T77MWBBWS I created an entry for that report with Reference char. = "ORG_STRU" instead of "0orgunit".
    The report ignores the Org unit that I choose from the MSS selection screen, and starts with the Root Org unit of my Org structure.
    What to do in order to start the report with the Org unit that i select and to get results for all the org. units under it ?
    Thanks, Pazit Atar

    I am also facing same problem.
    I want to know how the org unit which is selected on MSS screen is passed to backend R/3 report (which is using PNP logical db)
    PLEASE HELP.

Maybe you are looking for