Report value generate from another report

Hi Experts,
While executing the query itself i needs to get the value of another report. It has to generate value instantly with out any clicking any fields in the result. How this can be achieved?
Thanks,
Kuttan

HI,
You can use replacement path variable.
- Jaimin

Similar Messages

  • Report value pass to another Report

    From my 1st report I am doing
    CASE LV_UCOMM.
    WHEN '&IC1'.
          READ TABLE DISP INDEX SELFIELD-TABINDEX.
          CASE SELFIELD-FIELDNAME.
    WHEN 'TXZ01'.
              WA_PARAMS-SELNAME = 'TK_MATNR'.
              WA_PARAMS-KIND = 'S'.
              WA_PARAMS-SIGN = 'I'.
              WA_PARAMS-OPTION = 'EQ'.
              WA_PARAMS-LOW = DISP-MATNR.
              APPEND WA_PARAMS TO I_PARAMS.
              WA_PARAMS-SELNAME = 'IF_LIFNR'.
              WA_PARAMS-KIND = 'S'.
              WA_PARAMS-SIGN = 'I'.
              WA_PARAMS-OPTION = 'EQ'.
              WA_PARAMS-LOW = DISP-LIFNR.
              APPEND WA_PARAMS TO I_PARAMS.
              CALL FUNCTION 'SUBMIT_REPORT'
                EXPORTING
                  REPORT           = 'ZVISRM06IBP0'
                  SKIP_SELSCREEN   = 'X'
                TABLES
                  SELECTION_TABLE  = I_PARAMS[]
                EXCEPTIONS
                  JUST_VIA_VARIANT = 1
                  NO_SUBMIT_AUTH   = 2
                  OTHERS           = 3.
              IF SY-SUBRC = 0.
                MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
              ENDIF.
    endcase.
    endcase.
    Now what I doing is that, when I run my 1st report then in the output screen the whenever the user clicks on the material name a new screen comes with material purcahse history. Here on this page I want to print the Material No. and the Vendor.
    How can i get that value in the second report.

    HI,
    I think your code is right but check the following.
    CASE LV_UCOMM.
    WHEN '&IC1'.
          READ TABLE DISP INDEX SELFIELD-TABINDEX.
          CASE SELFIELD-FIELDNAME.
    WHEN 'TXZ01'.
              WA_PARAMS-SELNAME = 'TK_MATNR'. " Is this select option in report ZVISRM06IBP0??
              WA_PARAMS-KIND = 'S'.
              WA_PARAMS-SIGN = 'I'.
              WA_PARAMS-OPTION = 'EQ'.
              WA_PARAMS-LOW = DISP-MATNR. " Check if this field is getting values
              APPEND WA_PARAMS TO I_PARAMS.
              WA_PARAMS-SELNAME = 'IF_LIFNR'. " Is this select option in report ZVISRM06IBP0??
              WA_PARAMS-KIND = 'S'.
              WA_PARAMS-SIGN = 'I'.
              WA_PARAMS-OPTION = 'EQ'.
              WA_PARAMS-LOW = DISP-LIFNR. " Check if this field is getting values
              APPEND WA_PARAMS TO I_PARAMS.
              CALL FUNCTION 'SUBMIT_REPORT'
                EXPORTING
                  REPORT           = 'ZVISRM06IBP0'
                  SKIP_SELSCREEN   = 'X'
                TABLES
                  SELECTION_TABLE  = I_PARAMS[]
                EXCEPTIONS
                  JUST_VIA_VARIANT = 1
                  NO_SUBMIT_AUTH   = 2
                  OTHERS           = 3.
              IF SY-SUBRC = 0.
                MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
              ENDIF.
    Regards and Best wishes.

  • How to pass values to a module pool program from another Report Program

    Hi ..
    Please let me know how I can pass values to a MODULE POOL selection screen field from another Report Program.
    Thanks
    RK

    http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9e0435c111d1829f0000e829fbfe/frameset.htm

  • Hi, i am trying to open and view a report that comes from another server with different odbc connection

    hi, i am trying to open and view a report that comes from another server with different odbc connection
    i created a crystal report for a mysql database on my machine and everything works great
    but we have other reports that come from other machines with different odbc connection
    and this its not working when opens the report asks for credentials
    and i cannot use the remote ip for these reports that come from other machine
    question
    if i cannot connect to remote ip to open the report
    for each report i have to create a database the report database on my machine and then open the report ?
    or there is some other way to open the report ?
    i am using visual studio 2013 and mysql and
       <add key="MYSQLODBCDRIVER" value="{MySQL ODBC 5.3 UNICODE Driver}"/>
    thanks

    short
    i have a report that it was created on another server with a specific dsn
    now i am trying to open the report on my machine
    the database from the other server does not exist on my machine
    the server machine where the report was created the ip its not accessible
    question ?
    can i open the report on my machine or its impossible ?
    thanks

  • Calling a report from another report

    Hi,
    Is there any way ,(any built in ) to call a report from another report in Report Builder 2000 and Report Builder 6i.
    Regards

    Try to call report from report by a button in the calling report:
    1     In the Layout Model view, click in the tool palette. Note
    2     Click and drag a rectangle.
    3     Double-click the button object to display the Property Palette.
    4     Under the Button Label node, set the Label Type property to either Text or Icon:
    n     If the button label is text, set the Text property to the text you want to appear on the button.
    n     If the button label is an icon, set the Icon Name property to the name of the file containing the icon (the file must reside in the directory specified by the UI_ICON environment variable).
    5     Under the Button Behavior node, set the Type property to PL/SQL.
    6     Double-click the PL/SQL Trigger property value field.
    7     In the PL/SQL Editor, define the PL/SQL for the action trigger or format trigger when the button is clicked in the formatted report.
    8     Set other properties as desired.
    9     To activate the button, run the report, then display it in the Runtime Previewer.

  • Calling a Report from another Report.....URGENT

    Hi,
    I am calling a report from another report using hyperlink. I want that this new report should come in a new page.
    Can any body help me where i can set this property, so that the new report will open in a new page.
    Thanks in advance
    Regards
    Kamal

    Try to call report from report by a button in the calling report:
    1     In the Layout Model view, click in the tool palette. Note
    2     Click and drag a rectangle.
    3     Double-click the button object to display the Property Palette.
    4     Under the Button Label node, set the Label Type property to either Text or Icon:
    n     If the button label is text, set the Text property to the text you want to appear on the button.
    n     If the button label is an icon, set the Icon Name property to the name of the file containing the icon (the file must reside in the directory specified by the UI_ICON environment variable).
    5     Under the Button Behavior node, set the Type property to PL/SQL.
    6     Double-click the PL/SQL Trigger property value field.
    7     In the PL/SQL Editor, define the PL/SQL for the action trigger or format trigger when the button is clicked in the formatted report.
    8     Set other properties as desired.
    9     To activate the button, run the report, then display it in the Runtime Previewer.

  • How to call dynamic selection screen from another report

    hi,
    i have transaction ZFAGLL03.
    it has got standard selection screen.. and dynamic selection screen...
    i am calling this transaction from another report, now how do i display this dynamic selection screen.....

    Try following code and see if it helps:
    TYPE-POOLS : rsds.
    TABLES:tgsb.
    DATA: trange TYPE rsds_trange,
           trange_line
             LIKE LINE OF trange,
           trange_frange_t_line
             LIKE LINE OF trange_line-frange_t,
           trange_frange_t_selopt_t_line
             LIKE LINE OF trange_frange_t_line-selopt_t,
              trange_line1
             LIKE LINE OF trange,
           trange_frange_t_line1
             LIKE LINE OF trange_line-frange_t,
           trange_frange_t_selopt_t_line1
             LIKE LINE OF trange_frange_t_line-selopt_t,
           texpr TYPE rsds_texpr.
    DATA: seltab TYPE TABLE OF rsparams WITH HEADER LINE,seltex TYPE rsds_texpr.
    SELECT-OPTIONS:so_gsber FOR tgsb-gsber.
    LOOP AT so_gsber.
       trange_line-tablename = 'FAGLFLEXA_FS'.
       trange_frange_t_line-fieldname = 'RBUSA'.
       MOVE-CORRESPONDING so_gsber TO trange_frange_t_selopt_t_line.
       APPEND trange_frange_t_selopt_t_line
       TO trange_frange_t_line-selopt_t.
    ENDLOOP.
    APPEND trange_frange_t_line TO trange_line-frange_t.
    APPEND trange_line TO trange.
    CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX'
       EXPORTING
         field_ranges = trange
       IMPORTING
         expressions  = texpr.
    submit FAGL_ACCOUNT_ITEMS_GL with FREE SELECTIONS texpr   AND RETURN .

  • Can we run one report from another Report in reports 6i

    Actually my requirement is i want to run 4 reports from another report(driver report) by passing parameter same as the driver report.
    i want to see the out put on the screen report by report next to driver report output.is it possible?? actually i got the solution for printing or taking file. but i want to show the output on the screen.
    Edited by: user9165808 on Feb 16, 2010 3:21 AM

    I used SRW.RUN_REPORT () . But my question that is it possible to show report in batches on screen??
    Edited by: user9165808 on Feb 19, 2010 4:23 AM

  • Embedding a dynpro from another report into my dynpro

    Hi,
    I have a question:
    Is it possible to embed a dynpro from another report (e.g. sap standard report)
    into a splitting container of my dynpro.
    Regards,
    Thomas

    Hi Thomas,
    you can put a control on any screen or subscreen.
    You can put every subscreen on every screen or subscreen.
    you can put a control onto a control.
    to call a subscreen from another program, use
    PROCESS BEFORE OUTPUT.
      MODULE prepare_tabstrip.
      CALL SUBSCREEN sub INCLUDING'PROG' 'DYNNR'.
    PROCESS AFTER INPUT.
      CALL SUBSCREEN sub.
      MODULE handle_user_command.
    It is useful to define the 'other program' as a function pool. Then you can define functions there to be called before to transfer some vlues needed for processing.
    Regards,
    Clemens

  • Error Invalid report! Please choose another report.

    Hi All,
    I have an query, i am creating a Publication from InfoView and  Dynamic Recipients page while uploading the "Select the data source name for the document " i am getting  "Invalid report! Please choose another report." before 15 days it is working fine
    please suggest
    Regards,
    Jeet

    for reference please look below thread
    Dynamic Recipients Error: Invalid report! Choose another report.
    i am using sap bo Infoview 3.1
    Thanks in advance,
    Ranjeet

  • How to use one report column into the another report in obiee

    How to use one report column into the another report in obiee

    i dont want to use column as a filter for another report it should be report column for another report
    Thanks,
    Vivek

  • CHARM error - No Target system for Normal transport generated from another client

    Hi Gurus,
    This is regarding normal change. We have two clients in development. (Workbench and Customizing)
    We were trying to do Automatic import from development client to Quality. When importing the job, I’m getting an error related to Project Status switch. "you cannot import any request for the project at the moment" It works fine for another development client and we can see the target system in Project status switch.
    But, checking the Project Status switch, looks like there’s no Target System defined for Normal transport generated from another client of development.
    I attached some screenshots related to this.
    Can you please help how to add a target system for another client of development ?
    Regards,
    Salman

    yes, client 110 is present in the task list of the project. yes route is defined because it is working for urgent change

  • How to get the value from another report Customizes Form

    Dear all,
    I create a report such as
    select * from mytable.table1
    where field1 = :bind_variable
    I create a menu to run this Customized Form and user have to select the bind_variable values. So I have another report created which also want this bind_variable as it WHERE Clause. But I don't want my user to key the same bind variable twice. They can just same the Customized Form and run for both report.
    Could anybody know how to get the bind_variable on 1st report and used by the 2nd report.
    Thank you very much.
    Best Rgds,
    SL Voon

    Hi,
    are you on BI7.0? There you can create variables type replacement path and get the value out from a different variable without any coding.
    regards
    Cornelia

  • How do I reference columns in a report query from another report query?

    In Apex 3.1 it is possible to generate a report on more than one query. I have read that these queries can be correlated, but I cannot find how in the documentation.
    I go the Shared Components and create a new Report Query:
    select * from dept
    Then I click Add Query and I add:
    select * from emp
    How do I correlate these two queries (I want to join emp.deptno to dept.deptno) and have a nice hierarchicle XML-file.
    Is it possible in Apex 3.1?
    Dik Dral

    Dik,
    This type of query can't be build. The two queries are independent, you can't reference values in the first query from the second query. However you can reference page and application items - which won't help you all that much with this scenario though. You could also try combining the two queries into one, and then take care of the proper presentation in your template.
    Regards,
    Marc

  • Company logo not appearing in PDF (generated from Web Report)

    Hello all,
    I have created a Web-Report using WAD and have my company logo followed by the reporting values. When I export this report as a PDF, I get to see all the values etc except the company logo. Could someone help me out with this issue pls.
    Thanks,
    SD

    Hi Sebastian,
    We've had the same issue and found no solution for this. There just isn't a way to add an image to a by SAP generated PDF file. The only thing that did work was adding the image to a report and adding the report to the web template. In that case the image is printed but on a seperate page.
    Kind regards,
    Alex

Maybe you are looking for

  • Search for : Extensionsguide SAP Development and E-Commerce 5.0 docs

    Hi everyone, Where can I find the document : Extensionsguide SAP Development and E-Commerce 5.0 ? If someone has a copy, here is my email address : [email protected] Thanks & Regards Hassan

  • Want clarification on charset concepts

    Hi, after reading some articles about java i18N, i am still not very clear about the reason why the problem (below) exist.. 1. write a java class, say Test1 (source code in UTF-8) with some multibyte characters, say chinese, japanese chars, 2. compil

  • BPEL adapter issues??

    Questions below are relative to SOA Suite 10.1.3.3 adapters: 1. In creating a File Read/Write adapter - how can I specify a variable portion of the file name - can XPath expressions be used. I know that in specifing the file name one uses a %---% but

  • EBS - Error F5 263 (Diff is too large for clearing)

    Helli Experts, We are implementing SAP Electronic bank statement functionality.  One of the requirements of the business is that of automatic clearing of customer open items after import of MT940. We are using standard interpretation algorithm 001, b

  • Unable to update my software through creative cloud. receive download error

    unable to update my software through creative cloud. receive download error