HOW CAN I CALL ONE REPORT TO ANOTHER REPORT

HAI,
        I HAVE TWO REPORT LIKE ZREPORT1 & ZREPORT2 .
   NOW I WANT CALL ZREPORT1 IN  ZREPORT2.
    IS IT POSSIBLE .
     IF SO HOW ?
THANK YOU
ASHOK KUMAR

hi Ashok
use following code with ur reports changing the names in bold....
SUBMIT <b>ZRPT_SO_PO_N</b> <i>ZREPORT1</i> TO <b>SAP-SPOOL</b><i>ZREPORT2 </i>
                  WITH ........ur specification......
Sachin

Similar Messages

  • How can i call one report from another report (Drill Down Approach)

    Hi Friends,
    I've two reports in completely different layout format.
    One is in Crosstab & another is in Tabular.
    Now i want to call my Tabular report(report 1) from my Crosstab (report 2) without using BO's default drill down feature. Or, you can show using BO's feature if it supports my requirement.
    How to do that?
    Is it at all possible?
    Please share your thoughts. Thanks in advance for your time.
    Regards.
    Satyaki De.

    hi
    you can use openDocument for this.
    [http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_url_reporting_opendocument_en.pdf]
    I would suggest to use variables that build the HTML code for the hyperlinks dynamically, and display them in your crosstab. Set the display option for the related cells (ie. the cells where your variables are displayed in) so that the cell's contents as interpreted as HTML code.
    Regards,
    Stratos

  • My slide presentation (with sound) is done. How can I change one song from another?

    My slide presentation (with songs) is done. How can I change one song from another?

    Do you still have your Aperture Slideshow project? Then open the slideshow and select the one of the green audio file clips in the film strip that you want to replace. Press the "delete" key and drag another audio file from the Media Browser directly onto the slide, where the sound should start.

  • How can we call a report from a form.

    how can we call a report from an existing form.

    Have you searched the Forms help system? It shows you how to use RUN_REPORT_OBJECT

  • How Can I call Crystal report from R3?

    Hi experts,
      How Can I call Crystal report from R3?

    Hi Bill,
    Can you please be specific and could you please provide the steps
    Thank you

  • How can I call a variable from another class

    hi
    If I have two classes : one and two
    In class two I have a variable called : action
    In class one I want to check what is the value of action.
    How can I call action?

    Thank you scorbett
    what you told me worked fine, but my problem is that MyClass2 is an application by itself that I don't want to be executed.
    Creating myClass2 as in the following:
    MyClass2 myClass2 = new MyClass2();
    [/code]
    executes myClass2.
    Can I prevent the exectuion of MyClass2, or is there another way to call the variable (action)?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How can I see one mac from another mac?

    I have two macs, an imac at home and a MBPro.
    If I have them both at home, how can I see one Mac´s hard drive from another?
    Is this possible? with back to my mac??
    thanks
    J

    Do you have a home network?
    Personal File Sharing: You can connect Macs on a local network with Tiger’s Personal File Sharing, which allows you to mount folders from the sharing Mac on the master Mac—note that the slave Macs do the sharing; the master Mac doesn’t have to. To turn on Personal File Sharing on the slave Mac, do this:
    Open System Preferences.
    In the System Preferences window, click Sharing.
    In the Sharing pane, click Services.
    In the Select a Service to Change Its Settings list, select the Personal File Sharing checkbox.
    Now that the slave Mac has sharing turned on, you can mount it on the master Mac’s Desktop:
    In the Finder, choose Go -> Network.
    In the Network window, select the sharing Mac.
    Click Connect.
    In the Connect to Server window, click Registered User, enter the user account name and password for the sharing Mac, and then click Connect.
    In the window that appears, select the volume that contains the folder you want to sync with, and then click OK.
    LN

  • How can I sync one iPhone to another one?

    Could somebody explain to me how can I sync iPhone 1 to iPhone 2, please?

    Yes, windows to Mac too.
    iTunes: How to move [or copy] your music [library] to a new computer [or another drive] - http://support.apple.com/kb/HT4527
    Quick answer if you use iTunes' default preferences settings:  Copy the entire iTunes folder (and in doing so all its subfolders and files) intact to the other drive.  Open iTunes and immediately hold down the Option (alt) key (shift on Windows), then guide it to the new location of the library.
    Windows users see tip at: https://discussions.apple.com/message/18879381

  • How can I connect one picture to another picture?

    How can I connect three pictures?

    Hi, and welcome to the forum.
    Do you want to join the edges of three pictures, like you might when joining three images of a landscape into a panorama?
    Or do you want to take elements from three images and combine them into one image?

  • How can I call a Report From database function

    Hi all,
    I want to call a Report from a database function. Could you hel
    me???
    Rgds

    Hello there!
    There is a solution for executing an executable like RWRUN60
    from PL/SQL on http://asktom.oracle.com/pls/ask/f?
    p=4950:8:227101::NO::F4950_P8_DISPLAYID,F4950_P8_B:150612348067,Y
    Or you can invoke the CGI from the Reports-Server through
    UTL_HTTP
    Hope this helps
    Dannys

  • How can I copy one sheet into another spreadsheet or another file?

    I am trying to copy a sheet from one file into another.  Is that possible in Numbers?

    Open both documents.
    Click on the sheet icon of the sheet you want to Copy fom the Source document. Copy
    Switch to the second document.
    Click on the icon of one of the Sheets on that document. Paste.
    The copied sheet (and its contents) will be pasted into the list immediately below the selected sheet.
    Regards,
    Barry

  • How can I copy One computer to another one

    I ask how can I do it

    You do not need to keep starting new threads.  Just use the same thread you have already started.
    Type "move itunes library" into the google search bar

  • How can i link one composition to another?

    Hi,
    I'm a beginner yet, so my question might be stupid, sorry for that.
    I have two compositions, and i'd like to make an action linking them. For example, when i click on the element on my stage in composition1, it should show composition2.
    How can i do that?
    Thanks

    Hi
    This blog will help you
    Bootstrapping Animate Compositions « Adobe Edge Animate Team Blog
    This explains how you can dynamically load a composition and play it. So if you want to load the second composition based on a click in first composition you can do it by following steps in this blog. I would like to let you know that you cannot create multiple instances of same composition using this approach.
    Regards
    Vinod

  • How can we call one java class in another java class?

    Hi all,
    My problem is ,
    one java code creates a file i have to send that file through email as an attachment here i wrote a java code to send a mail with attachment
    can any one help me how i can implement this. my idea is to write a send mail function in 1st java code which creates the file
    Is this a better idea ???plz suggest me.

    Hi all,
    My problem is ,
    one java code creates a file i have to send that file
    through email as an attachment here i wrote a java
    code to send a mail with attachment
    can any one help me how i can implement this. my idea
    is to write a send mail function in 1st java code
    which creates the file
    Is this a better idea ???plz suggest me.may samaaj nahi atay

  • How can i use one dtd inside another dtd

    Hello friends,
    I have read some where that one DTD can be imported into another DTD but idont remember how to do it.
    My question is suppose we have a DTD say xyz.dtd and i am writing a new DTD say abc.dtd, and lets assume that in abc.dtd i have to declare some of the elements of xyz.dtd, so iwant to import xyz.dtd into abc.dtd.
    Can anybody please give me a solution for this.
    Thank you,
    sridhar.

    something similar to this.
    // This is abc.dtd
    <!ELEMENT MESSAGE_NODE (MSGHEADER, MESSAGEBODY)>
    // Include the DTD for the Message Header
    <!ENTITY % MSGHEADER SYSTEM "xyz.dtd">
    %MSGHEADER;

Maybe you are looking for

  • Apple TV 2 & LaCie Network2NAS device

    Apologies - I am sure this has been done to death elsewhere, but I cannot find any posts on the subject. I have a LaCie NAS on my network, with iTunes sharing. It happily appears on iTunes, running on my MacBook & iMac, as a 'shared device', and I ca

  • Connect macbook to iphone5

    Does anyone know how to connect my iphone5 to my macbook it's an old one with intel processor, when i connect the two, a message comes up that my software needs updating but my mac can't be updated to mountain lion?

  • Receiving bill via email

    I cannot find in the Verizon UI where to set up emailed bills.  I am not receiving these currently nor am I receiving paper bills. Can anyone tell me where to set this up in the user interface at Verizon? TIA JG

  • Seagate 2TB Caviar Green 5900RPM drives.

    This is more of an informational topic than a question, but: Over the last two weeks, I've acquired four of these drives. The first two were on sale for $80, but I paid the full $99 for the last two. I've been using three of them in a software raid(L

  • Get DDL for uncrypted packages using DBMS_METADATA

    Hi all, i was wondering if i could extract DDL sources for only uncrypted packages in my database using DBMS_METADATA? i have a lot of crypted packages stored in the DB. thank you in advance for your help