IBot options - previous date run and export to external file

Hello,
I'm trying to understand how the iBot works, and have some questions.
1) Can (or how do) we use a previous date in a request so that we don’t need to change a daily running Ibot (Yesterday’s sales run daily)? Would we need to set a function saying CurrentDate - 1 or other function?
2) Can we set up an Ibot to run output to a file location (c:\) in excel format? I am guessing you need a script of some kind.
If anyone can assist, I would appreciate it.
Thanks in advance.
Neal

1) Create a RPD variable for your Yesterday's Business Date and use this in your Answers Query that the iBot runs so you don't hard-code your business date.
2) Yes, you can but you need some Java Script or Java Class to do this. See this post for a sample: http://oraclebizint.wordpress.com/2007/12/17/oracle-bi-ee-101332-calling-java-scripts-and-java-classes-from-ibots/

Similar Messages

  • Remove option for Data Tracking and Drill Mode

    Hi all
    We have integrated a bunch of Webi reports into the SAP Portal. My question is now how to remove the options about Data Tracking and Drill Mode in the top right hand corner? I guess it is some special right we need to deny in the Access Level, we have defined. But if I deny data tracking and drilling in the Web Intelligence section of the Access Level, it has no effect.
    Please assist.
    Best regards,
    Martin Søgaard

    I, too, am perplexed by this change. Then again, I've been perplexed by most of the changes Apple has made to products/os in the last few years. I'm thinking that I may not only change browsers, but hardware/software also. It's issues like this that make me wonder if anyone on the Apple design team actually uses any of their products, or maybe they think we are all just too ignorant to be able to use a computer.
    Making things simple to use shouldn't equate to removing advanced functionality, but it seems that's what Apple believes it to be.
    Really disgusted now.
    Thanks Apple.

  • I get the error message in QuickTime "operation stopped the operation is not supported for this media" most times when I try and export an .AVI file as something else (.m4v). I have not touched the file in any way (no trimming, clipping or other editing)

    I get the error message in QuickTime "operation stopped the operation is not supported for this media" most times when I try and export an .AVI file as something else (e.g. .m4v). I have not touched the file in any way (no trimming, clipping or other editing), all I want QuickTime to do is export the file in a compressed format. Bizzarely, if I shutdown and open QuickTime many times I can occasionally export a clip as another format (maybe one in 10 times). I have seen that other users have had a similar problem after clipping files in QuickTime but this seems to be a slightly different bug in that all I do is open the file and then try and export the file as is - either way, this is a very annoying bug

    @Z_B-B, thank you for taking the time to respond to my cry for help. However, the link you supplied does not address the problem: I am not trying to export from Final Cut Pro to QuickTime, I am trying to export from QuickTime to the rest of the world (like people's iPhones and Ipads) in .m4v format (so I am not emailing my freinds such huge files).
    If I were to spend hundreds of Dollars on a copy of Final Pro I could export directly from there and not have to bother with QuickTime, but I do not take enough video clips to justify the cost. I must say that I never had any of these problems before I decided to switch from Snow Leopard to Mountai Lion.

  • Data importing and exporting problem between BADI's

    Hi Experts,
    I am facing a problem in importing and exporting the data between badi's.
    I am able to import and export the data between DOC CHANGE and DOC CHECK BADI's etc; but now i have a requirement to map a field from SRM to R/3.
    Supplier order key field which is added to the basic data section of Shopping Cart should be mapped to the corresponding fields in R/3. I have added the field and when i am trying to map it to R/3  i am facing the probelm.
    This Supplier order key field will be coming from ZBBP_CATALOG_TRANSFER badi and i am trying to map it in the Z_BBP_CREATE_PO_BACK Badi; i tried by using the below statement to export a single parameter to PO BACK badi from CATALOG TRANSFER Badi
      EXPORT zsupp_ord_key FROM zsupp_ord_key TO MEMORY ID 'Z_SUPP_ORD_KEY'.
    which is not working.
      IMPORT zsupp_ord_key TO zsupp_ord_key FROM MEMORY ID 'Z_SUPP_ORD_KEY'. in PO BACK BADI.
    Can any one please let me know why this is happening?
    And i have strange problem in this ...
    when a user copies a catalog which is already created then we can not map the field to R/3 PO
    and again if he tries to create a cart by selecting "Old carts which are already created" we cant map field for the above two things to happen i think we need a custom coding .....
    Thank you
    Lokesh.

    Hi Lokesh,
    BADI implementations have classes for which an instance is created at runtime and hence the import and export memory logic will not work.
    Please try to create a function module for these BADI and call them in these BADI's. Then go ahead with the import and export logic. This could help.
    I would rather advice, to figure out an option to avoid this memory manipulations.
    Regards
    Kathirvel

  • Open a Crystal Report, run and export

    I am looking for help with respect to running a .rpt report developed in crystal report 2008 from a jsp or java. I need to set the parameters and export the report to PDF. I am looked at many different examples and still I am getting various kinds of error. Please can any one help me out on this.
    Thanks a lot.

    I am getting the below error message when I am trying to open a crystal report from the repository which is using a universe.
    java.lang.NoSuchMethodError: com.crystaldecisions.proxy.remoteagent.ICommunicationAdapter.setProductLocale(Ljava/util/Locale;)V
         com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.a(Unknown Source)
         com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.a(Unknown Source)
         com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.openDocument(Unknown Source)
         com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.openDocument(Unknown Source)
         org.apache.jsp.test3_jsp._jspService(test3_jsp.java:93)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:321)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:257)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    I am using the below code
         // Get the Report Application Factory service from Crystal Enterprise
         IReportAppFactory rptAppFactory = (IReportAppFactory)boEnterpriseSession.getService("", "RASReportService");
         // Get the InfoStore service from Crystal Enterprise
         IInfoStore boInfoStore = (IInfoStore)boEnterpriseSession.getService("", "InfoStore");
         // Retrieve the report by name from Crystal Enterprise
         IInfoObjects boInfoObjects = boInfoStore.query("Select SI_ID From CI_INFOOBJECTS Where SI_NAME = '" + reportName + "'");
         // Open the report into a Report Document object
         ReportClientDocument rcd = rptAppFactory.openDocument((IInfoObject)boInfoObjects.get(0), 0, Locale.ENGLISH);
    Can I please get some help in how to resolve this issue.
    Thank you very much.

  • How to restrict users from printing documents and exporting to local file

    Hi SAP gurus,
    I have two questions.
    1. How can I restrict users from printing a document? i.e. billdoc? I would like to know if I could block it though authorization. If yes, what auth obj to use?
    2. How to restrict certain users from exporting to local file? the System> List>Save-->Local File. I have tried restricting it using auth object S_GUI but it seems it is only applicable to older versions of SAP. im on ecc6.
    Thank you in advance.

    Hi,
    Check this:
    Create your own gui status and attach it to the list in the event START-OF-SELECTION.
    In the menu painter extra -> adjust template.
    Make it a list status and you will see all the standard list options appear including list->download
    Deactivate the ones you don't want. 
    If you just want to prevent users from downloading the list you can achieve this with authorization object S_GUI, activity 61. Menu option will still be there though.
    Please note that if you remove authorisation for S_GUI activity 61 then all downloads will not be possible. 
    If you just want to disable downloads only for a particular report, you can try this test program:
    Code:
    REPORT ztest. 
      DATA: PROGNAME LIKE SY-CPROG value 'Z_CHECK_AUTH', 
            FORMNAME LIKE SY-XFORM value 'F_CHECK_AUTH'.
    START-OF-SELECTION. 
        CALL FUNCTION 'SET_DOWNLOAD_AUTHORITY' 
             EXPORTING 
                  FORM    = FORMNAME 
                  PROG    = PROGNAME 
             EXCEPTIONS 
                  OTHERS  = 1.
      WRITE: / 'TEST'.
    You also need this:
    Code:
    PROGRAM z_check_auth.
    FORM f_check_auth USING pe_result TYPE i. 
      pe_result = 5. 
    ENDFORM.
    Also have a look at the exit SGRPDL00.
    Hope this helps you.
    Rgds,
    Raghu

  • How do you save changes made in iPhoto, and export the changed file.  It keeps reverting back to the original.

    How do you save changes made in iPhote, and export the changed picture file? When I select export, current format, it reverts to the original, wiping out all my work.

    Try trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder.
    (On 10.7 or later: Hold the option (or alt) key while clicking on the Go menu in Finder to access the User Library)
    (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    What's the plist file?
    For new users: Every application on your Mac has an accompanying plist file. It records certain User choices. For instance, in your favourite Word Processor it remembers your choice of Default Font, on your Web Browser is remembers things like your choice of Home Page. It even recalls what windows you had open last if your app allows you to pick up from where you left off last. The iPhoto plist file remembers things like the location of the Library, your choice of background colour, whether you are running a Referenced or Managed Library, what preferences you have for autosplitting events and so on. Trashing the plist file forces the app to generate a new one on the next launch, and this restores things to the Factory Defaults. Hence, if you've changed any of these things you'll need to reset them. If you haven't, then no bother. Trashing the plist file is Mac troubleshooting 101.

  • Silence added to the end of 1 of 2 songs that were "split" and exported as .aif files.

    Hey folks,
    I have 2 songs that run seamlessly (ideally) together. When splitting them apart in garageband and exporting them seperately as .aif files, I find that the first song ends up with about 4 seconds of silence at the end, while the other does not. This obviously affects their ability to run smoothly together in playback. I've tried doing this a couple different times but have only had luck when sending the songs directly to iTunes as a compressed file. Any ideas?
    Thanks

    infantalia11 wrote:
     song ends up with about 4 seconds of silence at the end
    http://www.bulletsandbones.com/GB/GBFAQ.html#exportexactlength
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Import from dsv files and export to csv files

    hi every body..
    how can I create a project in NetBeans which does:
    1- import a .dsv (Delimiter-Separated Values) file content and save it to array
    - the values in this format separated by fixed commas
    example
    "AIG" "Insurance" "64.91" "25/11/06"
    2- export into .csv file (Comma Separated Value)
    -the values in this format separated by commas
    example:
    AIG,Insurance,64.91,25/11/06

    Well, you need to learn Java so you can read files, divide the data by the delimiters, and then write it out as a csv file.
    Can't really give better instructions than that...maybe start by reading the basic tutorials?
    We don't give out full program code here so you'll need to ask more precise questions. Such as what is it that you're having problems with.

  • New! Import and Export Form Design Files

    You can now export your form design to a Design File . You or other users can import the Design file and create a new form file from it.
    Use Cases / Benefits
    You can share your designs as templates for others to easily re-use
    You can create corporate branded form templates that can be used by your company's employees
    You can archive your form designs locally for later use
    How It Works
    To export a design file open a form file, go to the Design tab and select “Export Design File…” from File menu. The file extension of the exported Design File will be ".FCDT" - FormsCentral Design Template.
    To import a design file go to the “My Forms” dashboard and select “Import Design File…” from File menu. Select the desired .FCDT file.
    NOTE: The FCDT file contains the form Design only – it does not contain options, responses or summary reports.
    This feature is availabe to free and paid users of FormsCentral.
    Please send us your feedback on this feature. Enjoy!

    Hi
    It states that you can save your design and open it "This feature is availabe to free and paid users of FormsCentral" but it is greyed out on the free version. Will not let me import design I created. I had issues with the first design and tried to redesign and ended up with more issues that combined the first design with the second design.
    Can someone assist me with this, please,
    Thank you for your time and consideration,
    L.McD

  • Import and export of word files with references (iPAD)

    Hi,
    Does Pages for iPAD supports importing and exporting of files with references generated by the prog "ENDNOTE" (http://www.endnote.com/). it s a must for grants and papers writing.
    is their any way to ask the apple guys directly (new to the apple world...)
    Thanks,

    obsidan wrote:
    Hi,
    Does Pages for iPAD supports importing and exporting of files with references generated by the prog "ENDNOTE" (http://www.endnote.com/). it s a must for grants and papers writing.
    Pages for iPad does not support export/import of Endnote references in the form of formatted bibliography.
    is their any way to ask the apple guys directly (new to the apple world...)
    Yes, indeed, feedback directly to Apple is possible
    http://www.apple.com/feedback/ipad.html
    While Pages does not currently import/export and preserve the Endnote formatted bibliography, another app known as Documents to go does; there is not citation software for adding references though, but preservation is good.

  • Using Mac with Lightroom 5. set to read my sd card at start-up and load into lightroom. now laptop hard disk is filled. have external hard drive, and exported several lightroom files. How do I delete the old folder and whatever what may still be on the la

    Q. How to permanently delete folders and pics from laptop hard drive after exporting to external hard drive? I need laptop disk space!

    Instead of exporting, move the photos to the external HD by moving them in your operating system and then reconnecting in Lightroom.
    See these instructions: Adobe Lightroom - Find moved or missing files and folders

  • Crop and export as tiff file

    I could not find my answer anywhere here. I cropped a group of files using 4 x 6 setting. Then exported as tiff files. I expected the files to be 4 x6 but they were not. The exported files were the cropped area as expected but the file size is approx 8 x 12.
    I would think if you exported cropped pictures the output would be the cropped size.
    What am I missing?
    Thanks for any help or suggestions.

    That what LR has is Aspect Ratios not crop size. To define a size with the crop ratio fill in the Constrain Pixel size dimensions in the Export Dialogue.
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.9 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

  • Run() and start() in separate files

    Halo all,
    I have a Thread class and its driver class.
    Thread t = new Thread();
    t.start();
    I have the above statements within a loop in my driver class and I would like to write the run() method in my Thread class. Is there a way to do that ?

    Below are 2 separate files which I made some modification. The start() command in main() will look for the run() method, but the run() method is in another file.
    public MyClass implements Runnable {
    public void run() {
    }>
    class TestMyClass extends Thread {
    public static void main(String args[]) {
    MyClass mc = new MyClass();
    Thread t = new Thread(this);
    t.start();
    }}

  • How to merge adjustment layers to several layers and export layers to files

    Hi!
    I have now exactly the same problem as below with over 1000 images, I have saved them in .psd that has over 100 layers each. On top of those there is curves and levels layer that affects every layer below. I want to save all images to .jpg for videoedit with those curves at least. I don't want to merge same curves 100 times. Is there a solution in phothoshop cs5 or cs6 available? Would save alot of working hours. All I have got by this far is blank white images of adjustment layers and non adjusted jpg-files.
    This discussion was opened in 2010 and I quess this is same problem:
    How to merge adjustment layers to hundreds of layers?
    Jul 28, 2010 10:38 AM
    Say I have a photoshop File with 100 layers.  And say I created 3 adjustment layers on top of those 100 layers to get the adjustments that i want for those layers.   I'm happy with the adjustments but Then I NEED to merge those 3 adjustment layers to ALL those 100 layers.   Is there a way to easily permanently apply the adjustments to each of those layers without having to do it manually?     I absolutely need to merge the adjustments to the seperate layers because of how the layers are being used in a seperate 3d program.   
    So far what I've been doing is duplicating the adjustment layers for each layer and merging them to said layers separately.. Anyone have a better way? I wish I could just right click the adjustment layer and Tell it to merge to everylayer it affects  or apply to every layer underneath it!
    Anyone?
    Thanks!
    Thanks alot if u solve this!
    -Anne

    first
    doing action on one photo only with any effects or filtters .
    second
    doing Droplet  = File > Automate > Create Droplet.
    for more details with pictures here
    http://www.absba.org/showthread.php?t=1172143

Maybe you are looking for

  • XML REPORT 'S OUTPUT DOESN'T OPEN DIRECTLY IN EXCEL

    Hi , I have two question 1) For one of our XML publisher report whose output needs to be displayed in EXCEL format, While submitting this concurrent program we change the "Format" field from PDF to EXCEL as PDF defaults always. Can we default format

  • Hyperlinks in e-mail don't work

    Hyperlinks in e-mails that I send sometimes do not work. I get a 404 error message, server not found. I am using Firefox 3.6.6 with Mac OS 10.5.8 Someone with a similar problem went back to an earlier version of Firefox, how do I do this? Any other s

  • Partition not visible

    I created a partition og 100 GB to install WINDOWS 7, but didnt install it later, tried to merge it back but it didnt work. the 100 GB partition is now invisible. Please suggest me how to get the partition merged back.

  • Windows XP can't connect to TC after 7.4.2 update unless security is off

    I've been looking for hours through the existing threads about this issue and tried several things with no luck: 1. reverted back to 7.4.1 2. reverted back to 7.3 3. soft reset my Time Capsule 4. hard reset my Time Capsule 5. turn wireless security o

  • Move photos & catalog to external drive

    I am filling-up the hard drive on my iMac. I want to move the pictures & Lightroom 3 catalog to my external drive. Is there an easy way of doing this. Also, I have some old photos & a Lightroom 1.4 catalog on a Windows NTFS formated hard drive. I can