Can we use own customise calender for scheduling the Reports

Hi,
We are using different calender for the business and hence our number of weeks in each month differs. For e.g. we have 6 weeks for Jan and Dec where as 4 weeks for rest of the months.
In this scenario, we want to schedule reports after Period (month for our calender) close.
Suppose we want to schedule report after 3rd day of period close. So, our Jan period will close somewhere in mid Feb (6 weeks of Jan), i.e. 15 Feb. In this scenario, reports should get generated on 18th Feb.
For leap year we will have 7 weeks in Jan, rest same.
How can we achieve this?
Regards,
Arjun Kushwaha

Hi,
yes you can create your own Calender for scheduling Reports. Just Log- in into the CMC and click on "Calendar". By creating a new Calendar you can mark the Dates where the Report should run.
Regards
-Seb.

Similar Messages

  • Using the Bursting engine for scheduling the Reports

    Hi,
    Can we use the Bursting Engine for scheduling the reports? For example I want to run a report in a scheduled time and send the mail to destination. We can do these things in the XML Publisher console. But we need to find any other way to schedule a report.
    Thx,
    Vijay.

    I am looking for the same thing.
    I believe the APIs are entirely separate from the functionality in the BIP web application. So that there is no way to programmatically initiate the scheduling of a report/template already defined in the UI via a command line or API call. Is this accurate?
    I sort of expected the APIs to have functionality that exposed the features of the web application, as opposed to just exposing the base functionality/engine of BIP.

  • How can I use web service call for edit a report with SSRS in Java Struts2 web application

    Hello im new in SSRS technologie and I would like make web service call at my SSRS server. Is sombody can help me ?
    - What API should I import in my project ? I use Maven can I found this API on Maven repository ?
    - I would like have an sample of code which initialize the ReportingService, do the call and process result.
    We use the SQL Server ReportingService 2008 R2 and currently we made HTTP call like this : http://<ssr_server>/ReportServer/Pages/ReportViewer.aspx?%2fSSRS_OMB%2fMyReport&rs:Command=Render&MyParam=<value>
    Regards

    Hi ombinte,
    SQL Server Reporting Services provides access to the full functionality of the report server through the Report Server Web service. Because the Report Server Web service is an XML Web service which uses Simple Object Access Protocol (SOAP) over Hypertext Transfer
    Protocol (HTTP), any SOAP-aware application or development tool can communicate with the SSRS web service.
    There are three primary ways to develop Reporting Services applications based on the Web service, please see:
    Develop applications using Microsoft Visual Studio and the Microsoft .NET Framework SDK.
    Develop applications using the rs utility (RS.exe), the Reporting Services script environment.
    Develop applications using any SOAP-enabled set of development tools.
    For more information about Report Server Web Service, you can refer to the following document:
    http://technet.microsoft.com/en-us/library/ms152787.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Can Centura SQL Base Can be Used as a Source for SQL Server Reporting Services

    I have bunch of Centura Report Builder and need to show them inside .NET WPF UI. I was thinking to convert those reports to SSRS and then show. But database here is SQL Base
    and want to know whether SSRS supports SQL Base as a source. Also let me know is there a way to show Centura Report Builder inside WPF without converting to SSRS.

    Hi JAISH,
    In Reporting Services, a set of data processing extensions are automatically installed and registered on both the report authoring client and on the report server to provide access to a variety of data source types. But the SQLBase is not included.
    However, custom data processing extensions and standard Microsoft .NET Framework data providers can be installed and registered by system administrators. So we can install and register the data processing extensions and data providers on the report server
    to process and view a report; we can install and register them on the report authoring client to preview a report. But data processing extensions and data providers must be natively compiled for the platform where they are installed.
    For more information about Implementing a Data Processing Extension, please refer to the following document:
    http://msdn.microsoft.com/en-IN/library/ms154655.aspx
    As the issue about how to show Centura Report Builder inside WPF, it related to WPF. It is out of the support boundaries of our forum, I suggestion you post the question in the following forum:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=wpf. It is appropriate and more experts will assist you.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to use CELLWRAPPER in 10g for scheduling the job in print server?

    Hi Gurus,
    I need to add CELLWRAPPER while printing a report to a delimited file from
    10G report server using 10G print server job scheduler. In 6i Its working fine.
    Below code I used in 10G.
    V_Cellwrapper := '''"''';
    Srw.Add_Parameter(v_Param_List, 'CELLWRAPPER' , V_Cellwrapper);
    v_Job := Srw.Run_Report (v_Param_List);
    But It is throwing error (ORA-20999). Please help.

    Hi,
    when I remember right, 20999 is in the range of user defined exceptions. So it's not an error message created by Oracle internally, it's created by a developer (might be in your case inside a trigger). So I would look in the database, when this exception is created. Is there no text with the error-message?
    Regards
    Rainer

  • When I send an email the Iphone 5 IOS 8.1.3 takes an account I dont want to use, How can I use a default account for all the message I send, includes pics?

    Although I select hotmail as my default account (it´s my personal) Iphone always takes my corporative account to send my emails when I attach a pic, video, or any attachments. I want the Iphone always use my personal account (hotmail) to send all the attachments.

    Settings->Mail, Contacts,Calendars->Mail->Default Account should be set to the one you want to use.
    You can also, when attaching Pics, Tap on the CC/Bcc From Line and then on From to choose an account to send the pictures from.

  • Can we use OWSM in OSB for ServiceType Other than WSDL Webservice

    Hi all,
    We want to use OWSM in OSB can we use OWSM in OSB for all the Service Type like WSDL,Messaging service(mfl,text,binary) , SOAP , ANY XML service????
    Is there any restriction in the service Type???
    What bout Adapters like JMS,FTP,File can we use OWSM in the adapters for authentication ??????????
    Thanks
    Phani

    you can attach OWSM policies to the "WSDL" and "Any SOAP" types of proxy and business services in Oracle Service Bus on the Policies page. See section "50.2.2 Attaching Oracle Web Services Manager Policies to Oracle Service Bus Services" at below link -
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15866/owsm.htm#CHDBIJHD
    Regards,
    Anuj

  • Can we use IDOC_INPUT_ Message type for creating and changing the document

    Hi,
    I have a requirement to create or change the requisition data.
    Can I use IDOC_INPUT_PREQCR01 function module for both the purpose.
    OR shall I go for custom function module by using BAPI function modules to create or change the data.
    Please help me in this regarding.
    Answers will be rewarded.
    Thank you.
    Eswar

    Hello Eswar
    You could use the IDoc processing function module if you had the data already available in the IDoc specific format (which is unlikely). This would mean you are receiving the IDoc data from another SAP system.
    Instead, check the BAPI explorer (transaction BAPI) if you can find an appropriate BAPI.
    Regards,
      Uwe

  • How to add a link like "Export" to schedule the report in dashboard

    when i add a report into dashboard, i can "analyze","edit" or "export" it using report links.
    but now if i browse my dashboard, i find a report which i am interested in, and i want to schedule it directly in dashboard.
    i suppose it will be a botton or a link like "analyze" or "export".
    but i can not get the report's path directly, wich i want to use it in the catalogobject parameter of writeibot() web service.
    can anyone help me?
    Thanks,
    newkoa
    Edited by: user7719731 on 2013-4-15 下午5:49

    yes, i need the report path when i open the dashboard.
    it's better to display the report path with the report.
    so i can format catalogobject parameter ,
    and then use writeibot() web service to schedule the report manually.
    thanks

  • How can I use app find iPod  for my daughters iPod even if she has own acct Id?

    How can I use app find iPod  for my daughters iPod even if she has own acct Id?

    Hi,
    So far so good! I was successful with my first request-and thanks, but I guess i did not ask enough.
    New question: Is there any way for me to have my Apple devices show up with my daughters even though we have different apple id's? I was able to have her sign in and I could see but, if she doesn't sign in I can't see her device. She is only 15 and I going on a trip soon that I would like to just have security if she looses her device or I'll know she is okay. I don't want to sync and see everything, just the where abouts of the device. We were able to create a music folder for her music only and not mine- Success!
    Did I ask too much?
    Thanks for your quick reply!

  • HT4436 My family has multiple iPhones.  Can we use one Apple ID for all of our phones?

    My family has multiple iPhones.  Can we use one Apple ID for all of our phones?

    If you use the same AppleID for iMessage and iCloud though, you will all be sharing the same message account and iCloud email account.  You can use a common AppleID for purchased content, but each create your own unique AppleID for iMessage and iCloud so you each have your own private accounts for those services.

  • HT1660 how can I use one single library for all users on the same laptop?

    how can I use one single library for all users on the same laptop?

    You are most of the way there. Each user having access to hard drive is the key. If users are limited in file privileges this is harder.
    Any files you add to your library and any files she adds to her library are available to the other. Just not automatically. Each user must add the files to their own library using the add file or add folder option from menu bar.
    What I have done is set library location to a location outside of My Documents\My Music. On my network storage I have a folder names s:\itunes. Both accounts iTunes are set to use this location for the library.

  • Use of NOSCL(Counter for scheduling lines) in 02LIS_02_SCL

    Hi,
    I want to extract PO value from 02LIS_02_SCL in BW. The value which I get in PSA table is +ve and -ve. I am boserving the sum value for any PO is zero.
    I wanted to know what is the use of NOSCL(Counter for scheduling lines) in 02LIS_02_SCL? I can observe that PO value corresponding to NOSCL =1 is +ve, i.e. I am getting all the +ve value in order for which NOSCL = 1. The positive PO value is as per R3 data.
    Thanks in advance

    Dear SDBI,
    Thanks for reply.
    I checked for rejection indicator. Again for every positive value there is negative value and for every negative value, its marked with rejection status. So when value for any  particular value is summed up, we get result value as zero.
    I need following information:
    1. Is it possible for every every positive PO value, there is negative value?
    2. How to reconcile the data in PSA of 2LIS_02_SCL with R3 tables?
    Thanks again.
    Jaydeep.

  • Can i use free VMWare ESXi for commercial use.?

    Hi,
    I know that this question have come up before but I can't find any
    definitive answers. Can i use free VMWare ESXi for commercial use. We
    would like to host
    several customers on a machine running  VMWare ESXi. I want a clear answer so we can do it without any further discussion.
    Thank you all in advance,
    LNN

    If you plan on renting out a VM, then you need to look at the hosting programs - http://www.vmware.com/solutions/hosting/index.html.   The base EULA for ESX and ESXi do not allow for the rental of VMs but I believe it may be possible to get an exemption to that.
    http://communities.vmware.com/message/1016993#1016993
    VMware grants you a nonexclusive, non-transferable license, without rights to sublicense, to  install or have installed a single instance of the Software and each Licensed Additional Module on a single Server, unless permitted to have multiple instances on a single Server or to have multiple instances on multiple Servers by the payment of applicable license fees (whether such fees are based on a per Processor, a per Virtual Machine, a per user or any other VMware approved licensing model); (ii) use the Software and each Licensed Additional Module solely for information processing and computing purposes, including the hosting of computer application-based services from a Virtual Machine and provision of such services via an internal or external network, provided such services may not consist of services to a third party that provide primarily computing or processing power (such as utility computing or grid computing) or any computer application-based service that is traded, rented, leased or sold on a Virtual Machine basis; and (iii) use and reproduce the VMware Virtual Infrastructure Client Software or VMware WebAccess (in object code form only) for the purposes of installation and operation on an unlimited number of your own internal computers or terminals solely for the purpose of accessing the Server on which the Software is installed.

  • HT201441 I currently own an iphone 5s buy from a foreign icloud but it is locked so I can not use and I do not know the previous owner who I can not contact them. iphone 5s have IMEI: **** gray TA & T's network ID: H. ..... @ m .... net. I need help so

    I currently own an iphone 5s buy from a foreign icloud but it is locked so I can not use and I do not know the previous owner who I can not contact them.
    iphone 5s have IMEI: **** gray TA & T's network
    ID: H. ..... @ m .... net.
    I need help so I can use the
    thanks so much for what
    <Edited By Host>

    Apple hasn't done anything. This is a security feature that you did not check to see had been properly de-activated before buying the phone.
    If there was a back door, it would be useless as a security feature.

Maybe you are looking for

  • Dynamically Merging Columns in a table

    Hello All, Is it possible to merge columns in table based on some set of condition. The current output is as follows: Column 1 Column 2 Column 3 Column 4 Column 5 Row1            ""               ""              ""                 "" SubRow1      "" 

  • Middle C (C4) sustaining after being depressed in Logic Express 8

    My son is having this problem involving a key (C4) sustaining after being depressed in Logic Express 8 only. This problem has only emerged after upgrading from Logic 7. I have sent an email to M-Audio (shown below) and they have agreed to keep me upd

  • Free/Busy Info Unavailable in OWA & Outlook

    When we try to add ONLY "User A" to meeting request using Outlook client/OWA, no free busy information could be retrieved. Other user try to add "User A" to meeting request also receive the same message. However, when "User A" from her Outlook, she c

  • Displaying database info in a container

    I am currently working on a JAVA project. I am using MS Access together with JAVA. For my main menu I use a container with Menus and Buttons. I managed to display the info in the database using System.out.println and SQL statements. I would like to d

  • Photoshop Elements 8 keeps freezing up in Windows 7.

    I reloaded PH 8 on a new computer with windows 7 and it keeps freezing up after initially being ok (program stops responding).  It worked fine on my old computer which had Windows Vista.